An open API service indexing awesome lists of open source software.

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.

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.