Jin Zhang
Jin Zhang
When the variable batch size set to [5,5], with autopause to true, it should only pause twice, each happens after one batch completes. But in actual, aurora pause when batch...
I wander whether your project can be trained by multiple GPUs? I have tried to use the command like --gpu 0,1,2 but it seems it does not support this way....
In your paper, you mention that you trained the model by 8 GPUs, But I notice that this repository does not support to be trained in this way.
Dear Dai, the dim of bbox_pred should be R_(21_4) rather than R*8, as your prototxt shows because the later applies, ``` boxes_cell = cell(length(classes), 1); thres = 0.6; for i...
Fix the bug that when step failed, the EndStep passed in a nil error(result of docker inspect command), it should pass in a non-nil error instead, because if `EndStep` pass...