Nigar Aliyeva
Results
1
comments of
Nigar Aliyeva
I recompiled the model: ``` model_2.compile(loss='categorical_crossentropy', optimizer=tf.keras.optimizers.Adam(), metrics='accuracy') ``` and got rid of .ckpt from the checkpoint_path: `checkpoint_path = 'ten_percent_model_checkpoints_weights/checkpoint'` it just works perfectly fine now.