You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the main.py, I get the following error:
Traceback (most recent call last):
File "main.py", line 16, in
from torchfm.model.hofm import HighOrderFactorizationMachineModel
ModuleNotFoundError: No module named 'torchfm.model.hofm'
The text was updated successfully, but these errors were encountered:
try add this in the head of the "main.py": sys.path.append('/XXX/pytorch-fm'), where XXX is the directory you install pytorch-fm
refer to Stack Overflow
When I run the main.py, I get the following error:
Traceback (most recent call last):
File "main.py", line 16, in
from torchfm.model.hofm import HighOrderFactorizationMachineModel
ModuleNotFoundError: No module named 'torchfm.model.hofm'
The text was updated successfully, but these errors were encountered: