-
Notifications
You must be signed in to change notification settings - Fork 182
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
VOC2012 training failure, Memory error #49
Comments
i have the same problem, Because my machine can't keep up for VGG16. |
I want to know how to use other network to train? |
@xialuxi Maybe you can try to download another trained model which also can initialize your network. And change related settings in mnc_5stage.sh such as NET variable. But I am not sure whether there are more settings we need to do in other files. That is just my thinking. |
How much memory does your GPU have? If it is less than 8Gb then it won't work. |
@CassieMai I resize the train_batch_size to 16 in "mnc_config.py",and my machine work. |
MNC does not support minibatches |
sorry ,batchesize = 16. |
@hgaiser My GPU memory is more than 8Gb.
|
i want to know "__C.TRAIN.IMS_PER_BATCH = 1" mean? |
@xialuxi Yes, change "train_batch_size=64" to 16 in "mnc_config.py", the Memory error has gone. I don't understand how do you know this Memory error is from python? Thank you!! |
@hgaiser Could you tell me how to change the num of class? |
Change the relevant nums in train and test prototxt, the names of classes should be changed either in /lib/datasetspascal_voc_det.py. |
Hello, I have another problem when running ./experiments/scripts/mnc_5stage.sh 0 VGG16, I don't find out why it happens. Thank people who will concern this issue!
The text was updated successfully, but these errors were encountered: