Error trying to train: train_step is missing
Closed this issue · 0 comments
qqpann commented
I followed your README, and got an error.
File "/Font-diff/train.py", line 23, in main
train_step = cfg.train_step
File "/anaconda3/envs/font/lib/python3.9/site-packages/attrdict/mixins.py", line 80, in __getattr__
raise AttributeError(
AttributeError: 'AttrDict' instance has no attribute 'train_step'