This project demonstrates deploying a simple TensorFlow model using the NVIDIA Deep Learning Institute (DLI) lab environment.
- Built and trained a basic TensorFlow model using Keras
Sequential
API. - Saved the trained model in SavedModel format under
models/simple-tensorflow-model/1
. - Ran inference using dummy input data and verified model predictions.
- Organized and uploaded the model files to GitHub for showcasing.
models/ βββ simple-tensorflow-model/ βββ 1/ βββ Screenshots/ βββ variables/ β βββ variables.data-00000-of-00001 β βββ variables.index βββ saved_model.pb
- β Model training & saving
- β Folder structure
- β Inference output
- β GitHub hosted model repo
- Model creation with TensorFlow/Keras
- SavedModel format deployment
- Git/GitHub project management
- Hands-on with model inference