MrGemy95/Tensorflow-Project-Template
A best practice for tensorflow project template architecture.
Provides modular base classes (BaseModel, BaseTrain) that enforce separation of concerns—models implement only `build_model()` and `init_saver()`, while trainers override `train_step()` and `train_epoch()`—eliminating boilerplate for checkpointing, session management, and metric logging. Includes built-in TensorBoard logging and optional Comet.ml integration for tracking hyperparameters and real-time metrics across experiments.
3,628 stars. No commits in the last 6 months.
Stars
3,628
Forks
799
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 21, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/MrGemy95/Tensorflow-Project-Template"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
finos/jupyterlab_templates
Support for jupyter notebook templates in jupyterlab
mit-ll-responsible-ai/hydra-zen
Create powerful Hydra applications without the yaml files and boilerplate code.
xtreamsrl/jupytemplate
Templates for jupyter notebooks
orobix/quadra
Quadra: Effortless and reproducible deep learning workflows with configuration files.
ZhiyuanChen/CHANfiG
Easier Configuration