-
Notifications
You must be signed in to change notification settings - Fork 253
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
Exception encountered when calling layer "vgg16" (type Functional). #78
Comments
I am having the same issue. Is there a known workaround/fix? |
Further notes - I am attempting to load the pretrained model provided in the repo. It seems this is an issue in the 'build_vgg' function in 'pconv_model.py'. The specific line being called causing this error is model= Model(inputs=img, outputs=vgg(processed)). I've managed to isolate the source of this error specifically to the call "vgg(processed)". |
I am also seeing this issue. |
I was never able to resolve it fully. What are you trying to do with it? |
I was hoping to be able to fine-tune the model on specific content. But if I can't, oh well. |
I got the same problem. |
Exception encountered when calling layer "vgg16" (type Functional).
pop from empty list
Call arguments received:
• inputs=tf.Tensor(shape=(None, 512, 512, 3), dtype=float32)
• training=None
• mask=None
anyone help me to solve this why this happening
The text was updated successfully, but these errors were encountered: