Closed I-CANT-CODE closed 5 years ago
Hello,
I am attempting to train on 128*128 input and output images. What is the recommended way to modify the architecture to support this type of data?
Edit: forgot to specify, both the input and output are Black and white images.
In principle you don't have to change anything in the network architecture. The implementation if capable of dealing with any sized image data
Oh awesome! Thanks.
Hello,
I am attempting to train on 128*128 input and output images. What is the recommended way to modify the architecture to support this type of data?
Edit: forgot to specify, both the input and output are Black and white images.