You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing you code. I complied this version of caffe, but when i tried to train the model, the training speed is so slow even though i used two Titanx gpu. I cannot figure out why is that. Could you help me out? very thanks
The text was updated successfully, but these errors were encountered:
Thanks for sharing you code. I complied this version of caffe, but when i tried to train the model, the training speed is so slow even though i used two Titanx gpu. I cannot figure out why is that. Could you help me out? very thanks
I also encountered the same problem. Training is particularly slow. Have you solved this problem? @tf24-karatzhong
it contains DDB(depth-wise dense blocks) subnetworks, like denseNet, too much concatenation operations lead to the huge use of GPU memory, thus it slow down the training process.
Thanks for sharing you code. I complied this version of caffe, but when i tried to train the model, the training speed is so slow even though i used two Titanx gpu. I cannot figure out why is that. Could you help me out? very thanks
The text was updated successfully, but these errors were encountered: