keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 914 forks source link

Stop exporting resnet50.py #173

Closed qlzh727 closed 4 years ago

qlzh727 commented 4 years ago

resnet50.py contains old implementation, and it is actually silently cover the new implementation which we want to export in resnet.py.

This should fix the confusion in https://github.com/tensorflow/tensorflow/issues/33459.

jaketae commented 4 years ago

Yes, I mentioned this as an issue in #172, what a coincidence! Let's wait for confirmation from the contributors.