当前位置:网站首页>Mmdetection learning rate and batch_ Size relationship
Mmdetection learning rate and batch_ Size relationship
2022-07-03 14:53:00 【swust_ fang】
commonly mmdetection The learning rate of the reproduced articles is corresponding config Under the document , yes 0.01 perhaps 0.02.
If you want to reproduce your thesis , however gpu inadequate , For example, there is only one piece gpu, How to set the learning rate
But the learning rate of the original thesis is 0.01,samples_per_gpu=2,gpu_num = 8
Original thesis batch_size = samples_per_gpu * gpu_num =16
that batch_size*LR This value is constant
If you only have one piece gpu,samples_per_gpu=8,batch_size=8, Your new learning rate lr = 0.005
If you have two pieces gpu,sample_per_gpu=2,batch_size=4, So the new learning rate lr=0.025
If you have 4 block gpu,sample_per_gpu=4,batch_size=16, Constant learning rate ,lr=0.01
边栏推荐
- Zzuli: sum of 1051 square roots
- NOI OPENJUDGE 1.5(23)
- Zhejiang University Edition "C language programming (4th Edition)" topic set reference ideas set
- Optical cat super account password and broadband account password acquisition
- 2022/02/14
- Zzuli:1052 sum of sequence 4
- NOI OPENJUDGE 1.6(09)
- Zzuli:1044 failure rate
- [ue4] HISM large scale vegetation rendering solution
- 光猫超级账号密码、宽带账号密码 获取
猜你喜欢
Use of constraintlayout
C language DUP function
Code writing and playing method of tonybot humanoid robot at fixed distance
Tonybot humanoid robot checks the port and corresponds to port 0701
Paper sharing: generating playful palettes from images
[opengl] advanced chapter of texture - principle of flowmap
链表有环,快慢指针走3步可以吗
Rasterization: a practical implementation (2)
dllexport和dllimport
5.2-5.3
随机推荐
7-3 count the number of words in a line of text
Zzuli:1042 sum of sequence 3
复合类型(自定义类型)
4-33--4-35
C language to realize mine sweeping
Analysis of gene family characteristics - chromosome location analysis
How to query the baby category of tmall on Taobao
Tonybot humanoid robot checks the port and corresponds to port 0701
光猫超级账号密码、宽带账号密码 获取
2021-10-16 initial programming
C language dup2 function
Puzzle (016.4) domino effect
表单文本框的使用(一) 选择文本
556. The next larger element III: simple construction simulation questions
cpu飙升排查方法
[combinatorics] permutation and combination (set combination, one-to-one correspondence model analysis example)
tonybot 人形机器人 定距移动 代码编写玩法
Bucket sorting in C language
Awvs batch operation script
tonybot 人形机器人 查看端口并对应端口 0701