https://github.com/acoadmarmon/resnet18-tensorflow
Implementation of ResNet18 using TensorFlow 2.0 Keras API. Currently ResNet 18 is not currently supported in base Tensorflow (see https://www.tensorflow.org/api_docs/python/tf/keras/applications for supported models), so a custom model is necessary to use this architecture.
https://github.com/acoadmarmon/resnet18-tensorflow
keras-tensorflow resnet-18 tensorflow tensorflow-2 tensorflow-models
Last synced: 8 months ago
JSON representation
Implementation of ResNet18 using TensorFlow 2.0 Keras API. Currently ResNet 18 is not currently supported in base Tensorflow (see https://www.tensorflow.org/api_docs/python/tf/keras/applications for supported models), so a custom model is necessary to use this architecture.
- Host: GitHub
- URL: https://github.com/acoadmarmon/resnet18-tensorflow
- Owner: acoadmarmon
- Created: 2020-09-22T22:00:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T20:40:54.000Z (over 5 years ago)
- Last Synced: 2025-01-31T02:44:20.927Z (over 1 year ago)
- Topics: keras-tensorflow, resnet-18, tensorflow, tensorflow-2, tensorflow-models
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resnet18-tensorflow
An implementation of ResNet18 using TensorFlow 2.0 Keras API. Currently ResNet 18 is not currently supported in base Tensorflow (see https://www.tensorflow.org/api_docs/python/tf/keras/applications for supported models), so a custom model is necessary to use this architecture.