PGNet loss不下降以及AI studio问题 #12230
-
PGNet loss从200下降到20以后怎么也下不去了,还会在20~50间反复很挑,用的都是默认配置,还有就是免费的V10032G可以跑我的PGNet ,为什么我充了钱换成V100 40G的一直反而提示我内存不足 ![]() |
Beta Was this translation helpful? Give feedback.
Answered by
Stonesusu
Jan 3, 2024
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
在配置文件中增加了use_shared_memory: False,解决shared_memory报错问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在配置文件中增加了use_shared_memory: False,解决shared_memory报错问题
实例:
loader:
shuffle: True
drop_last: True
batch_size_per_card: 8
num_workers: 8
use_shared_memory: False 此行为新增