You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: