transfer-learning-keras icon indicating copy to clipboard operation
transfer-learning-keras copied to clipboard

Transfer learning with keras on computer vision datasets

Results 1 transfer-learning-keras issues
Sort by recently updated
recently updated
newest added

why not use the `model.evaluate()`in `train_model.py` I also check the `model.evaluate` and `model.predict` in keras. I think using the `predict` will be better. Is it right? thanks