ShowCycleGANImgsCallback {fastai} | R Documentation |
Update the progress bar with input and prediction images
ShowCycleGANImgsCallback(imgA = FALSE, imgB = TRUE, show_img_interval = 10)
imgA |
img from A domain |
imgB |
img from B domain |
show_img_interval |
show image interval |
None