Open caiPactera opened 6 years ago
@caiPactera @mahyarnajibi I meet the same problem, can you solved it ?
I changed setting, deleted the '--set TRAIN.USE_NEG_CHIPS False' param and used rpn output from another model as input. This time I got no error. However, my program stuck into
add bounding box regression targets bbox target means: [[0. 0. 0. 0.] [0. 0. 0. 0.]] [0. 0. 0. 0.] bbox target stdevs: [[0.1 0.1 0.2 0.2] [0.1 0.1 0.2 0.2]] [0.1 0.1 0.2 0.2] Creating Iterator with 15072 Images Total number of extracted chips: 102358 Done! The Iterator has 102358 samples! Initializing the model... Optimizer params: {'wd': 0.01, 'lr_scheduler': <train_utils.lr_scheduler.WarmupMultiBatchScheduler object at 0x7f2780252c10>, 'multi_precision': True, 'learning_rate': 0.00015, 'rescale_grad': 1.0, 'clip_gradient': None, 'momentum': 0.9} aaa [17:53:19] src/operator/nn/./cudnn/./cudnn_algoreg-inl.h:107: Running performance tests to find the best convolution algorithm, this can take a while... (setting env variable MXNET_CUDNN_AUTOTUNE_DEFAULT to 0 to disable)
for hours. Is it an error? And how can I fix this new problem?
@caiPactera @zhuomuniaoWD @mahyarnajibi I also meet the same problem, it seems that there is a bug in the line? https://github.com/mahyarnajibi/SNIPER/blob/e01af0958c521cf181944b03c47169b1847df15e/lib/iterators/MNIteratorE2E.py#L57 Does it only assign props of the first chip to ['props_in_chips']? I changed 'ps[0]' to 'ps'. Then the problem of "Index out of bound" disappeared, but also stuck like @caiPactera Sorry, it seems that I used the code where it did not change
return props_in_chips
for me , i changed this line in
sniper_res101_e2e.yml
: gpus: '0, 1'
Hi, I got an index out of bound error when training my own model.
How can I fix this?