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

AttributeError: 'HybridSequential' object has no attribute 'bias' #6

Open
ChessQian opened this issue May 15, 2019 · 0 comments
Open

Comments

@ChessQian
Copy link

Hi, it occured a bug like that:
Traceback (most recent call last):
File "train_cascade_rcnn.py", line 506, in
net = get_model(net_name, pretrained_base=False)
File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\model_zoo.py", line 120, in get_model
File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\cascade_rcnn\cascade_rcnn.py", line 510, in cascade_rcnn_resnet50_v1b_voc
File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\cascade_rcnn\cascade_rcnn.py", line 346, in get_cascade_rcnn
File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\cascade_rcnn\cascade_rcnn.py", line 92, in init
File "C:\Users\vis\Miniconda3\envs\cascade\lib\site-packages\gluoncv-0.3.0-py3.7.egg\gluoncv\model_zoo\rcnn\rcnn2.py", line 76, in init
AttributeError: 'HybridSequential' object has no attribute 'bias'

So, how can I fix it?

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

1 participant