sunets
sunets copied to clipboard
PyTorch Implementation of Stacked U-Nets (SUNets)
When trying to train on the pascal dataset, it seems that a file "VOC/benchmark_RELEASEdataset/train_withValdata.txt" is missing. This is not a part of the original SBD distribution.
I used your publication for ICLR 2019 Reproducibility Challenge and here's my tensorflow implementation: https://github.com/KleinYuan/tf-stacked-unets It works well on CIFAR-10/100 however for ImageNet task-3, it does not seem converging. Could...
After generating the mask by encode_segmap, SpatialClassNLLCriterion.cu reports: Assertion `t >= 0 && t < n_classes` failed. It seems that the labels exceed the range of n_classes. I used the...