grb icon indicating copy to clipboard operation
grb copied to clipboard

Import error Trainer in Train Pipeline

Open sigeisler opened this issue 3 years ago • 1 comments

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)

sigeisler avatar Dec 04 '21 16:12 sigeisler

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

LeeBC2298 avatar Jun 27 '22 13:06 LeeBC2298