-
Notifications
You must be signed in to change notification settings - Fork 536
Tensorflow.NET version of set_weights() #1025
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
Comments
What if just using the setter of the property |
I'm not sure if this is the right way to do it. The following code snippet is an example:
It's maybe wrong to use the ResourceVariable constructor? |
Please use
I agree and we'll add the |
BTW, |
It works well when use |
Thank you all for the useful suggestions.
Instead with:
I get the following exception: Tensorflow.RuntimeError: 'Attempting to capture an EagerTensor without building a function.' The |
The |
Description
I am trying to find a way to set weights of an individual neuron or layer manually without training.
Is there any corresponding in Tensorflow.NET to python function set_weights?
In version 100.4 I couldn't find any.
Alternatives
No response
The text was updated successfully, but these errors were encountered: