SpectralNet
SpectralNet copied to clipboard
Save the model
Hi,
I saw you have some pretrained model saved in h5. I wonder how do you save and load the SpectralNet model given that the last layer is a customized Lambda layer? The save() or to_json() or to_yaml() would be invalid. Thank you in advance!
Late response, but the h5 pretrained models are only for the autoencoder. To level the playing field, we use the same autoencoder as several of the papers that we compare ourselves to. We have not tried saving the SpectralNet model itself, though a search on the web suggests that there is a chance it is possible.