We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error:
net = keras_resnet.models.TimeDistributedResNet18(input_set, include_top=False, freeze_bn=True) File "/home/ubuntu/.pyenv/versions/3.6.2/lib/python3.6/site-packages/keras_resnet/models/_time_distributed_2d.py", line 125, in TimeDistributedResNet18 return TimeDistributedResNet(inputs, blocks, block=keras_resnet.blocks.time_distributed_basic_2d, include_top=include_top, classes=classes, *args, **kwargs) File "/home/ubuntu/.pyenv/versions/3.6.2/lib/python3.6/site-packages/keras_resnet/models/_time_distributed_2d.py", line 87, in TimeDistributedResNet return keras.models.Model(inputs=inputs, outputs=outputs, *args, **kwargs) File "/home/ubuntu/.pyenv/versions/3.6.2/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 87, in wrapper return func(*args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'freeze_bn'
Also, the default value for freeze_bn is different in for 2D and TimeDistributed models.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the following error:
Also, the default value for freeze_bn is different in for 2D and TimeDistributed models.
The text was updated successfully, but these errors were encountered: