1 Star 0 Fork 1

geoff/PFLD_68points_Pytorch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
train.sh 597 Bytes
一键复制 编辑 原始数据 按行查看 历史
luffy 提交于 5年前 . First Update
#!/usr/bin/env bash
save_model=./models2/model0
logs=./models2/log0.txt
lr=0.0001
CUDA_VISIBLE_DEVICES=0 python -u train_model.py --model_dir=${save_model} \
--learning_rate=${lr} \
--lr_epoch='20,50,100,300,400' \
--level=L1 \
--image_size=112 \
--image_channels=3 \
--batch_size=128 \
--max_epoch=500 \
> ${logs} 2>&1 &
tail -f ${logs}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geoffzhang/PFLD_68points_Pytorch.git
git@gitee.com:geoffzhang/PFLD_68points_Pytorch.git
geoffzhang
PFLD_68points_Pytorch
PFLD_68points_Pytorch
master

搜索帮助