Open jc-barreto opened 3 years ago
did you solved the problem?
No... I give up :/
I got a fix for it .I increased the batch size and tried to run with few other changes in the dependency now I am able to train .
@ManishKakarla could you please share waht did change apart from a batch size? thanks
Tensorflow ==1.15 Keras = 2.2.4
Running on Google collab. I don't have GPU.
I'm trying to run the notebook SSD300_training but I'm getting an error of invalid loss. The error is:
I'm running with adam optimizer. The parameters are:
adam = Adam(lr=0.001, beta_1=0.9, beta_2=0.999, epsilon=1e-08, decay=0.0) batch_size = 8 initial_epoch = 0 final_epoch = 10 steps_per_epoch = 1000
Could someone help me? I really need to run this code I have tried to chance to sgd optimizer but gives the same error...