We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
Is it possible to initialize weights with your build function "build_network" or "init_sess" ? Or i need to write full function to do so?
I want to perform fine-tunning/transfer learning So maybe just initializing the last layer
thanks
The text was updated successfully, but these errors were encountered:
Hi, The weights are initialized at
ZSSR/ZSSR.py
Line 146 in d294852
So you would need to add some flag and an option to load existing weights
Sorry, something went wrong.
No branches or pull requests
Hi
Is it possible to initialize weights with your build function "build_network" or "init_sess" ?
Or i need to write full function to do so?
I want to perform fine-tunning/transfer learning
So maybe just initializing the last layer
thanks
The text was updated successfully, but these errors were encountered: