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

wieght initiliazing #35

Open
elliotTAU opened this issue Feb 9, 2021 · 1 comment
Open

wieght initiliazing #35

elliotTAU opened this issue Feb 9, 2021 · 1 comment

Comments

@elliotTAU
Copy link

elliotTAU commented Feb 9, 2021

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

@assafshocher
Copy link
Owner

Hi,
The weights are initialized at

ZSSR/ZSSR.py

Line 146 in d294852

self.filters_t = [tf.get_variable(shape=meta.filter_shape[ind], name='filter_%d' % ind,

So you would need to add some flag and an option to load existing weights

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