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
Loading the checkpoints in the 'models' directory into densenet121 architecture with model.load_weights('path') is throwing some objects had attributes which were not restored error
TF version 2.1.
Please suggest the correct approach.
The text was updated successfully, but these errors were encountered:
Hi,
I need to load the NGC DenseNet121 pre-trained model into native TF.
link to the model: https://ngc.nvidia.com/catalog/models/nvidia:med:clara_xray_classification_chest_amp
Loading the checkpoints in the 'models' directory into densenet121 architecture with
model.load_weights('path')
is throwingsome objects had attributes which were not restored
errorTF version 2.1.
Please suggest the correct approach.
The text was updated successfully, but these errors were encountered: