Mehieddine44
Results
1
issues of
Mehieddine44
Hello, Thanks for the great work :) ! When I tried to create the model : `model = OurModel() checkpoint_callback = ModelCheckpoint(monitor='val_loss',dirpath='checkpoints', filename='file',save_last=True)` I got the following error : ```...