modify train.py

This commit is contained in:
guest001 2022-03-26 15:39:06 +08:00
parent ef1b1c6112
commit c42753e6d3
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ train lenet and get network model files(.ckpt)
"""
"""
######################## 训练环境使用说明 ########################
修改内容
假设已经使用Ascend NPU调试环境调试完代码欲将调试环境的代码迁移到训练环境进行训练需要做以下工作
1调试环境的镜像和训练环境的镜像是两个不同的镜像所处的运行目录不一致需要将data_url和train_url的路径进行变换
在调试环境中