This repository was archived by the owner on May 15, 2023. It is now read-only.

Description
Good Day~
I think this line may be pad_y = patch_size_y - (patch_size_y - image_array.shape[1])
|
pad_y = patch_size_x - (patch_size_y - image_array.shape[1]) |
also, in base_option.py, str_ids.remove(',') may have error when use just one gpu. something like if ',' in str_ids: can be add to code.
Cheers