Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error Trainer in Train Pipeline #4

Open
sigeisler opened this issue Dec 4, 2021 · 1 comment
Open

Import error Trainer in Train Pipeline #4

sigeisler opened this issue Dec 4, 2021 · 1 comment

Comments

@sigeisler
Copy link
Contributor

Hi,

the following line throws an error:

https://github.com/THUDM/grb/blob/master/pipeline/train_pipeline.py#L8

Traceback (most recent call last):
  File "/nfs/homedirs/geisler/code/grb/pipeline/train_pipeline.py", line 8, in <module>
    from grb.utils import Trainer, Logger
ImportError: cannot import name 'Trainer' from 'grb.utils' (/nfs/homedirs/geisler/code/grb/grb/utils/__init__.py)
@LeeBC2298
Copy link

similar problem:
AttributeError: module 'grb' has no attribute 'utils'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants