A prediction function that takes the Learner object `learn` with the trained model, the `test_path` folder with the images to perform
get_preds_cyclegan(
learn,
test_path,
pred_path,
bs = 4,
num_workers = 4,
suffix = "tif"
)
learner/model
testdat path
predict data path
batch size
number of workers
suffix
batch inference on, and the output folder `pred_path` where the predictions will be saved, with a batch size `bs`, `num_workers`, and suffix of the prediction images `suffix` (default='png').