tensorflow-trainer

Solid

TensorFlow/Keras model training skill with callbacks, distributed strategies, and TensorBoard integration.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# tensorflow-trainer ## Overview TensorFlow/Keras model training skill with callbacks, distributed strategies, TensorBoard integration, and production-ready model export capabilities. ## Capabilities - Keras model training with callbacks - Custom training loops with tf.GradientTape - Distribution strategy configuration (MirroredStrategy, MultiWorkerMirroredStrategy, TPUStrategy) - TensorBoard logging and visualization - SavedModel export for TF Serving - TFLite conversion for edge deployment - Mixed precision training ## Target Processes - Model Training Pipeline with Experiment Tracking - Distributed Training Orchestration - Model Deployment Pipeline ## Tools and Libraries - TensorFlow - Keras - TensorBoard - TensorFlow Serving - TensorFlow Lite ## Input Schema ```json { "type": "object", "required": ["modelConfig", "dataConfig", "trainingConfig"], "properties": { "modelConfig": { "type": "object", "properties": { "modelPath": { "type": "string" }, "modelType": { "type": "string", "enum": ["sequential", "functional", "subclassed"] } } }, "dataConfig": { "type": "object", "properties": { "trainPath": { "type": "string" }, "valPath": { "type": "string" }, "batchSize": { "type": "integer" }, "prefetch": { "type": "boolean" } } }, "trainingConfig": { "type": "object", "properties": { "epochs": { "type": "integer" }, "optimizer": { "t...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills