-
Notifications
You must be signed in to change notification settings - Fork 44
Problem with submission.csv #31
Comments
@ymittal23 hmm that is interesting. I haven't had any problems so far. Did you manage to solve it yet? |
No I tried multiple times but got same error. |
I've just got that error (lucky me). Working on a fix but my guess is that it predicts the very last bottom right pixel and there is some evaluation bugs (as pointed out by Heng CherKeng). |
Ok, it seems that the problem was with the It is already on the newest master |
Yeah I checked it now it is working fine. Thanks for the help. |
* added image channel and params to config (#29) * exping * added large kernel matters architecture, renamed stuff, generalized c… (#30) * added large kernel matters architecture, renamed stuff, generalized conv2drelubn block * exping * exping * copied the old ConvBnRelu block to make sure it is easy to finetune old models * reverted main * Depth (#31) * exping * exping * added depth loaders, and depth_excitation layer, adjusted models and callbacks to deal with both * fixed minor issues * exping * merged/refactored * exping * refactored architectures, moved use_depth param to main * added dropout to lkm constructor, dropped my experiment dir definition * Second level (#33) * exping * first stacked unet training * fixed minor typo-bugs * fixed unet naming bug * added stacking preds exploration * dropped redundant imports * adjusted callbacks to work with stacking, added custom to_tensor_stacking * Auxiliary data (#34) * exping * added option to use auxiliary masks * Stacking (#35) * exping * exping * fixed stacking postpro * Stacking (#36) * exping * exping * fixed stacking postpro * exping * added fully convo stacking, fixed minor issues with loader_mode: stacking * Update architectures.py import fix * Update README.md * Update models.py reverted to default (current best) large kernel matters internal_channel_nr * Stacking (#37) Stacking * Stacking depth (#38) * exping * added depth option to stacking model, dropped stacking unet from models * Empty non empty (#39) * exping * added empty vs non empty loaders/models and execution * changed to lovasz loss as default from bce * reverted default callbacks target name
There is problem with submission.csv file as kaggle is not accepting the file and showing error
Evaluation Exception: Index was outside the bounds of the array.
There might be some problem with rle encoding
The text was updated successfully, but these errors were encountered: