This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Question: How do I use TensorNetworkLayer to replace Dense Layers on Trained Model w/o re-train? #911
Labels
question
Further information is requested
Hi!
I have a
saved_model
with a few fully-connected layers (fc_layers
), is it possible to transform theweights
already learned from thosefc_layers
to the weights oftn_layers
? Or do I have to retrain those tn_layers while freezing other layers? Thanks!Sincerely,
Shun Lin
The text was updated successfully, but these errors were encountered: