NEGU93/cvnn

Problem with loading complex valued model

pawziel8991 opened this issue · 2 comments

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

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

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