1 Star 2 Fork 0

Jittor / PFSegNets-Jittor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
train_iSAID_pfnet_r50.sh 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
Meng-Hao 提交于 2021-08-22 17:58 . update readme
#!/usr/bin/env bash
now=$(date +"%Y%m%d_%H%M%S")
EXP_DIR=./iSAID/
mkdir -p ${EXP_DIR}
CUDA_VISIBLE_DEVICES=0,1,2,3 mpirun -np 4 python train.py \
--dataset iSAID \
--cv 0 \
--arch network.pointflow_resnet_with_max_avg_pool.DeepR50_PF_maxavg_deeply \
--class_uniform_tile 1024 \
--max_cu_epoch 20 \
--lr 0.007 \
--lr_schedule poly \
--poly_exp 0.9 \
--repoly 1.5 \
--rescale 1.0 \
--sgd \
--aux \
--maxpool_size 14 \
--avgpool_size 9 \
--edge_points 128 \
--match_dim 64 \
--joint_edge_loss_pfnet \
--edge_weight 25.0 \
--ohem \
--crop_size 896 \
--max_epoch 20 \
--wt_bound 1.0 \
--bs_mult 4 \
--exp r50 \
--ckpt ${EXP_DIR}/ \
--tb_path ${EXP_DIR}/ \
2>&1 | tee ${EXP_DIR}/log_${now}.txt
1
https://gitee.com/Jittor/PFSegNets-Jittor.git
git@gitee.com:Jittor/PFSegNets-Jittor.git
Jittor
PFSegNets-Jittor
PFSegNets-Jittor
main

搜索帮助