DMGNN icon indicating copy to clipboard operation
DMGNN copied to clipboard

torchlight problem

Open wangzeyu135798 opened this issue 4 years ago • 2 comments

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?

wangzeyu135798 avatar Oct 26 '20 03:10 wangzeyu135798

你可以试试 pip uninstall torchlight 然后把import那里改成from torchlight.torchlight.io import 我也遇到这样的问题了

Hesper-i avatar Apr 10 '22 14:04 Hesper-i

install it from source as pip install . ( when you're in torchlight directory when you cloned repo).

BraveDistribution avatar May 01 '22 17:05 BraveDistribution