Hello Sir,
I'm doing a capstone project using your codes. started facing issues in running unet1 & unet2.
Then I noticed these lines:
"We designed three neural networks accept different lengths of input at full, 1/2 and 1/8 resolutions, corresponding to "unet0.py", "unet1.py", and "unet2.py". To run the two lower 1/2 and 1/8 resolution models, the train and predict codes need to be modified."
Please help me in understanding what changes has to be made to train.py & predict.py for running unet1 & unet2.
Hello Sir,
I'm doing a capstone project using your codes. started facing issues in running unet1 & unet2.
Then I noticed these lines:
"We designed three neural networks accept different lengths of input at full, 1/2 and 1/8 resolutions, corresponding to "unet0.py", "unet1.py", and "unet2.py". To run the two lower 1/2 and 1/8 resolution models, the train and predict codes need to be modified."
Please help me in understanding what changes has to be made to train.py & predict.py for running unet1 & unet2.