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

Network pretraining issue #9

Open
codingidea opened this issue Aug 13, 2020 · 1 comment
Open

Network pretraining issue #9

codingidea opened this issue Aug 13, 2020 · 1 comment

Comments

@codingidea
Copy link

Deep-SAD-PyTorch/src/DeepSAD.py, line 123

The encoder has different layer names than the network. As a result, the ae_net_dict here is an empty dictionary. One possible revision,
ae_net_dict = {k: v for k, v in ae_net_dict.items() if 'encoder' in k}

@davnn
Copy link

davnn commented Jan 31, 2021

I've suggested a pull request to fix this #11

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