-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Learning in CPU #278
Comments
@Austriker thank you for your information. i will visit the thread. |
@Austriker @marifnst I implemented the code based on GPU code of smooth l1 loss, but the gpu code doesnt take weights into consideration in its back propagation. |
@marifnst Can you please tell me what all to be done after changing the files for training FRCNN in CPU mode? |
@marifnst hi tq for sharing the .cpp files is it possible to share the .cu files also since when i replace the existing files with urs i am ot able to get any changes |
@abhigoku10 After replaceing the existing files with the above two .cpp files , you should |
Hi @marifnst, |
dear all
i try to implement faster r cnn in CPU mode.
actually, faster r cnn officially doesnt provide training in CPU mode.
so, i made changes:
it's compiled successfully and training can be run smoothly using ZF network (my training process still in progress right now).
anybody can help to give suggestion about my changes on attached code ? is my code conversion correct ?
regards
muhammad arifn nasution
changes code.zip
The text was updated successfully, but these errors were encountered: