Fully Convolutional Networks (FCN)

https://d2l.ai/chapter_computer-vision/fcn.html

I got stuck into an inifinite loop when training the net. It happened on the training dataset iterator loop. What solved it was to set the num_workers in the load_data_voc function to 0 in order do stop multiprocessing load of the dataset.