NEGU93 / cvnn

Library to help implement a complex-valued neural network (cvnn) using tensorflow as back-end
https://complex-valued-neural-networks.readthedocs.io/
MIT License
160 stars 33 forks source link

Problem with loading complex valued model #43

Closed pawziel8991 closed 1 year ago

pawziel8991 commented 1 year ago

I'd like to save a trained model and use it in different script in order to make actual predictions. Unfortunately I cannot find it here: https://complex-valued-neural-networks.readthedocs.io/en/stable/index.html Is there a simple way to do it?

NEGU93 commented 1 year ago

Being a tensorflow model, the model should be opened as any TF model. Otherwise, please copy here the MRE.

pawziel8991 commented 1 year ago

I went around it with initiating the same model with copying the weights/parameters of trained one.