文件名称:Tensorflow-Project-Template:python中的Tensorflow项目的模板
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-04 11:14:19
python template deep-learning tensorflow oop
Tensorflow项目模板 该项目旨在为使用TensorFlow处理深度学习项目的人员提供一个通用的OOP设计良好的项目模板。 提出了相关的工作( ),以提供一种结合了简单性,文件夹结构的最佳实践和良好的OOP设计的tensorflow项目模板。 为了更灵活地导入数据和提供更多培训范例,我们提出了这项工作。 要求 python 3.x 张量流1.4+ 束 麻木 tqdm 未来的工作 数据馈送 feed_dict演示 队列演示 数据集演示 训练范式 纯训练演示 纯预测演示 培训和验证演示 资料汇入 图片演示 波形演示 语言文字演示
【文件预览】:
Tensorflow-Project-Template-master
----utils()
--------__init__.py(0B)
--------logger.py(2KB)
--------configs.py(755B)
----models()
--------fc_net_model.py(2KB)
--------__init__.py(0B)
--------template_model.py(454B)
----operators()
--------__init__.py(0B)
--------example_predictor.py(824B)
--------template_validater.py(728B)
--------template_predictor.py(720B)
--------template_trainer.py(685B)
--------example_trainer.py(1KB)
--------example_validater.py(2KB)
----configs()
--------train_with_validation.json(192B)
--------validate.json(136B)
--------predict.json(136B)
--------train.json(162B)
----mains()
--------predict_main.py(1KB)
--------train_validate_main.py(3KB)
--------__init__.py(0B)
--------train_main.py(1KB)
----base()
--------base_validate.py(1KB)
--------base_predict.py(1KB)
--------__init__.py(0B)
--------base_model.py(4KB)
--------base_train.py(1KB)
----data_loader()
--------data_generator.py(341B)
--------data_set_loader.py(1KB)
--------__init__.py(0B)
----LICENSE(1KB)
----README.md(903B)
----.gitignore(1KB)