CPP resnet examples training acc does not increase,loss does not decrease #19430
Replies: 10 comments
-
Beta Was this translation helpful? Give feedback.
-
@roywei dalao!!help!! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
now!i make sure mlp.cpp and alexnet.cpp can normal train(acc increase,loss decrease),but resnet is still wrong.....i don`t know the issue is in net or train process. i try to put resnet in alexnet.cpp or alexnet in resnet.cpp,both of they got same issue(acc does not increase)... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I don't know if you're using example from cpp-package/example/resnet.cpp, but I couldn't run this example - I fixed it by replacing
|
Beta Was this translation helpful? Give feedback.
-
@bgawrych it is work!!!thank you so much!!!!
|
Beta Was this translation helpful? Give feedback.
-
they are work! |
Beta Was this translation helpful? Give feedback.
-
Do you check-in the fix? |
Beta Was this translation helpful? Give feedback.
-
Fixed!the problem is in init! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
(A clear and concise description of what the bug is.)
What have you tried to solve it?
1.change lr
2.add LRScheduler
Environment
windows x64 cpp
mxnet-v1.7.x compile with mkl (no cuda)
Beta Was this translation helpful? Give feedback.
All reactions