1 Star 0 Fork 0

娄维尧/Industrial_defect_detection1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.py 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
zwb 提交于 2019-06-28 00:24 . first commit
class Args:
data_root = '/workspace/personal/classification/dataset'
train_list = '/workspace/personal/classification/dataset/train.txt'
val_list = '/workspace/personal/classification/dataset/test.txt'
arch = 'resnet50' # 网络架构, resnet50或se_resnet50
num_classes = 9 # 类别数
batch_size = 64
lr = 0.001
momentum = 0.9
weight_decay = 1e-5
warm_up = 100 # lr warm_up step
epoch = 50
start_epoch = 0
num_workers = 4
print_freq = 5
gpus = '0,1' # 使用的GPU, 例如0,1,2,3
checkpoint = None
checkpoint_dir = './checkpoint_mdf_rgb'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lou_wei_yao/Industrial_defect_detection1.git
git@gitee.com:lou_wei_yao/Industrial_defect_detection1.git
lou_wei_yao
Industrial_defect_detection1
Industrial_defect_detection1
master

搜索帮助