文件名称:谷歌TensorFlow模型使用模板
文件大小:39KB
文件格式:RAR
更新时间:2021-05-24 10:33:36
TensorFlow
简洁而精密的结构对于深度学习项目来说是必不可少的,在经过多次练习和 TensorFlow 项目开发之后,这是一个结合简便性、优化文件结构和良好 OOP 设计的 TensorFlow 项目模板。该模板可以帮助你快速启动自己的 TensorFlow 项目,直接从实现自己的核心思想开始。
【文件预览】:
Tensorflow-Project-Template-master
----models()
--------template_model.py(581B)
--------example_model.py(1KB)
----mains()
--------example.py(1KB)
----trainers()
--------example_trainer.py(1KB)
--------template_trainer.py(683B)
----figures()
--------diagram.png(25KB)
----base()
--------base_train.py(1KB)
--------base_model.py(2KB)
----新建文本文档.txt(6KB)
----LICENSE(11KB)
----configs()
--------example.json(163B)
----data_loader()
--------data_generator.py(335B)
----.gitignore(1KB)
----README.md(8KB)
----utils()
--------utils.py(283B)
--------logger.py(2KB)
--------__init__.py(0B)
--------dirs.py(423B)
--------config.py(769B)