DMGNN
DMGNN copied to clipboard
torchlight problem
Hello: I want to run the code.First, I prepare environment according to " cd torchlight, python setup.py install, cd .." while I want to train model, the error "cannot deom torchlight import import_class" occurred. How to solve it?
你可以试试 pip uninstall torchlight
然后把import那里改成from torchlight.torchlight.io import
我也遇到这样的问题了
install it from source as pip install . ( when you're in torchlight directory when you cloned repo).