Code Monkey home page Code Monkey logo

Comments (3)

wycloveinfall avatar wycloveinfall commented on September 16, 2024

这个错误显示,学习率不满足条件">=0"。这个是因为已经超过训练的epoch。如果您想继续训练,请更改配置文件中的最大训练次数。在https://github.com/wycloveinfall/MSMDFF-NET/blob/main/cfg_file/general_cfg.py的161行
TRAIN_SETTING = {
"runType": 'Train',
"TRAIN_IMG_SIZE": image_size, # 输入图片的大小
"DATA_TYPE":DATA_TYPE[DATA_TYPE_flage],
"CLASS_NUM": 1,
"MODEL_TYPE": _MODEL_SELECT[MODEL_SELECT_flag],
"BATCH_SIZE": batch_size, # 每次训练输入的batch大小
"TRAIN_PIN_MEMOR": True,
"IOU_THRESHOLD_LOSS": 0.5, # 分割的IOU阈值
"EPOCHS": 200, # 总的训练批次
"NUMBER_WORKERS": NUMBER_WORKERS, # dataloader 使用的线程数
# enhance
# 物理变化
"MULTI_SCALE_TRAIN": True, # 不同分辨率图像混合训练,动态的分辨率训练
"ROTATE": [0,30,60,120,150],
"hsv_T":True,
"shuffle":SHUFFLE,
}
image

from msmdff-net.

Jayku88 avatar Jayku88 commented on September 16, 2024

所以。我必须减少纪元数 ?

from msmdff-net.

wycloveinfall avatar wycloveinfall commented on September 16, 2024

如果你想训练更多的批次,你可以增加“epoch'”

from msmdff-net.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.