Skip to content

Instantly share code, notes, and snippets.

@ilblackdragon
Created September 6, 2017 20:56
Show Gist options
  • Save ilblackdragon/435cea876711e206ca49969904d04182 to your computer and use it in GitHub Desktop.
Save ilblackdragon/435cea876711e206ca49969904d04182 to your computer and use it in GitHub Desktop.
TorchFold API
class TorchFold(object):
def __init__(self, versatible=False, cuda=False):
...
def add(self, op, *args):
...
def apply(self, nn, return_values):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment