RNet-pytorch
RNet-pytorch copied to clipboard
ModuleNotFoundError: No module named 'utils'
Thank you for sharing good code.
I ran python main.py
But an error has occurred.
$ python main.py
Traceback (most recent call last):
File "main.py", line 2, in <module>
import models
File "/Users/tyler.ryu/PycharmProjects/RNet-pytorch/models.py", line 5, in <module>
import utils
ModuleNotFoundError: No module named 'utils'
I have the same problem. I hope there can be some update on this!
Still same problem!