Comment on Neural network from scratchparentComments−wizzwizz44yYeah, but the Python for it would be more like: import sys import torch sys.modules['scratch'] = torch from scratch import nn
Comments
Yeah, but the Python for it would be more like: