mirror of
https://github.com/AliaksandrSiarohin/pose-gan.git
synced 2026-04-03 00:19:32 -06:00
demo.py ValueError #26
Labels
No labels
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/pose-gan#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jihwan1008 on 1/8/2020
Hi,
I'm trying to run demo.py, whereas I keep facing
ValueError: You are trying to load a weight file containing 25 layers into a model with 21 layers.. Since there are variety of pre-trained models, I'm not sure how to figure out the proper pre-trained model for demo.py. I printed outlen(model.layers), but it spits out the wrong number.Any help would be deeply appreciated.
Thanks in advance.