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

tensorflow.python.framework.errors_impl.NotFoundError: Tensor name "conv1_1_3x3_s2/biases" not found in checkpoint files ./model/ade20k/model.ckpt-27150.index #107

Open
RichardHansir opened this issue Apr 18, 2019 · 2 comments

Comments

@RichardHansir
Copy link

Is the trained model not matching the network? @hellochick

@songshan0321
Copy link

songshan0321 commented Nov 12, 2019

Facing the same error when running demo using ade20k weights, have you found any work around?

@songshan0321
Copy link

Set your model_type to 'others' in demo.py setup configurations.

    # it means that you use self-trained model, you need to change "filter_scale" to 2.
    model_type = 'others'

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

2 participants