pytorch-semseg
pytorch-semseg copied to clipboard
Config File for UNet
Just wondering if you have any available config file to use the unet. The current config file for fcn8 throws an error in the unetUp because the two outputs differ in size and can not be concatenated.
Thanks
encountered the same problem. I think there's some bugs in the code.
Same Problem