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

Using the same list of tensors to represent different lists in keras models #159

Open
khatchad opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@khatchad
Copy link
Collaborator

khatchad commented Mar 5, 2024

We should have a seperate list for each of these attributes.

<new def="x" class="Llist" />
<call class="LRoot" name="read_data" descriptor="()LRoot;" type="virtual" arg0="arg0" def="xx" />
<putfield class="LRoot" field="0" fieldType="LRoot" ref="x" value="xx" />
<!-- https://www.tensorflow.org/guide/keras/transfer_learning#freezing_layers_understanding_the_trainable_attribute -->
<putfield class="LRoot" field="trainable_weights" fieldType="LRoot" ref="arg0" value="x" />
<putfield class="LRoot" field="weights" fieldType="LRoot" ref="arg0" value="x" />
<putfield class="LRoot" field="non_trainable_weights" fieldType="LRoot" ref="arg0" value="x" />

@khatchad khatchad added the enhancement New feature or request label Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant