Hi,
I cannot reach 80%… I have set batch size for train/validation to 90/10. I use Adam as the optimizer.
Hi,
I cannot reach 80%… I have set batch size for train/validation to 90/10. I use Adam as the optimizer.
Hello @chien_4 ,
Send me your notebook via dm such that I can check where it went wrong. By clicking on the profile picture, you will see an option to message. There you can attach your notebook. Then we can discuss the issues here, under the topic you created.
With regards,
Nilosree Sengupta
Hello @chien_4 ,
I have gone through your code.
from tensorflow.keras.optimizers import RMSprop.
### START CODE HERE
....
### END CODE HERE
# height_shift_range= None,
# zoom_range=None,
Don’t comment out these. Put appropriate values here replacing “None”.
With regards,
Nilosree Sengupta