Tiny TensorFlow SavedModel
A minimal CNN exported as SavedModel for testing.
Structure: SavedModel files are at repository root (not in a subdirectory)
saved_model.pb- Model definitionvariables/- Model weightsconfig.json- Model configuration
Usage:
- Input: float32 tensor [batch, 224, 224, 3]
- Output: logits [batch, 10]
- Classes: class_0 to class_9
- Downloads last month
- 2