JensBB
JensBB
Hi, I have the same issue. Did you find out what to do?
Where did you put this line of code? Do you also have this as output in checkpoints: checkpoint.0 checkpoint.1 checkpoint.2 checkpoint.3 checkpoint.4 checkpoint_config.json Where checkpoint is the name you gave...
I see now this is a line of code in the error. How did you change the absolute path? I tried a lot and I think I have the right...
@JaledMC I didn't manage to make it work by changing the path. However, I save the model weights. For example for a vgg_unet: `model.save('Saved_models/vgg_unet.h5')` This can then be loaded by...