-
Notifications
You must be signed in to change notification settings - Fork 460
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
multi_stage_meanfield.cpp:49] This implementation has not been tested batch size > 1. #136
Comments
For this, you could get rid of the error message by doing either 1. remove that error message in the multi_stagemeanfield code 2) use batch_size = 1. |
The most critical thing is my batch_size=1., I use voc-layer load data。。。 |
Now, I use the <Latest Caffe with CPU/GPU CRF-RNN> ,The problem has gone away and a new problem has come..
|
the fcn-model is the voc-fcn8s-atonce, |
不晓得能和你讲中文吗? |
I think the net bottom.shape is the same .but i don't know what something wrong |
thanks , I have resolve it with resize the input image to (512,512)..... |
@bittnt |
Dear @bittnt ,
During training my CRFasRNN model, when I entered the command:
python ../fcn.berkeleyvision.org/voc-fcn8s-atonce/solve.py
This problem has occurred
this is my train.prototxt, it's TVG_CRFRNN_new_traintest.prototxt that replace data layer with fcn8s-atonce's data layer
my solver.prototxt
this my solve.py
The text was updated successfully, but these errors were encountered: