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

question for pretrained net #249

Open
jinyu-118 opened this issue Nov 25, 2022 · 2 comments
Open

question for pretrained net #249

jinyu-118 opened this issue Nov 25, 2022 · 2 comments

Comments

@jinyu-118
Copy link

in model = eval , it shows RuntimeError: Weights named 'conv2d_1/filters:0' not found in network. Hint: set argument skip=Ture if you want to skip redundant or mismatch weights.

i download g.npz and d.npz and pretrained vgg19 in your readme

@ZIYUANLI-star
Copy link

meet too

@YQL-Skorpion
Copy link

YQL-Skorpion commented Jun 23, 2023

Same, using pytorch 1.10.1 as specified. default athe default argument of

Edit: problem solved by following the hint, changing line 186 skip=False to skip=True in (env)\lib\site-packages\tensorlayerx\nn\core\core_torch.py.

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

3 participants