tensorflow / community

Stores documents used by the TensorFlow developer community
Apache License 2.0
1.26k stars 580 forks source link

Tensorflow #290

Closed anantgupta129 closed 3 years ago

anantgupta129 commented 4 years ago

Community repo

I am working on cnn model which has 4 conv layers and 3 dense layers. dataset have around 28000 images and 7000 test images. The model has saved checkpoints and I have trained it several times and achieved 60 % accuracy so far, and while training learning rate is reduced to 2.6214403e-07 (as i used ReduceLROnPlateau factor 0.4). I have question if I increased the learning rate say 1e-4. and resumed the training how will it effect my model? Is It a good idea?

therc01 commented 4 years ago

Hi, please assign me this issue.

mihaimaruseac commented 4 years ago

This should be asked on StackOverflow, or elsewhere. The community repo is about comunity organisation and RFCs.