Bi-RCNN icon indicating copy to clipboard operation
Bi-RCNN copied to clipboard

AttributeError: 'MyConfig' object has no attribute 'epoch1'

Open SeekPoint opened this issue 7 years ago • 2 comments

ub16hp@UB16HP:~/ub16_prj/Bi-RCNN$ python3 bircnn.py Traceback (most recent call last): File "bircnn.py", line 438, in train(model_index=1) File "bircnn.py", line 296, in train config.epochs = config.epoch1 AttributeError: 'MyConfig' object has no attribute 'epoch1' ub16hp@UB16HP:~/ub16_prj/Bi-RCNN$

SeekPoint avatar Oct 01 '18 16:10 SeekPoint

I also meet this problem

Jerryten avatar Jun 26 '19 11:06 Jerryten

So is there anybody already find out how to solve this problem above?

echo-mo avatar Jan 18 '24 10:01 echo-mo