TonyLianLong/igligen

Where to find "utils".

Closed this issue · 4 comments

In line:48: from utils.parser import load_args, but where to find "utils".

Is this causing import error on your end? Did it require changes to the code? If so, feel free to create a PR.

Hi @TonyLianLong I'm seeing the same issue here. Basically there seems to be a utils missing in the root directory.

from utils.parser import load_args

Just added the parser. Could you see if this solves the issue?

Sorry about that. It was omitted in the code refactoring process.

No worries. It works. Thanks!