Closed mxochicale closed 1 year ago
Hi @harveymannering I have re-based this branch and added few minor changes to the notebook, let me know if you have any suggestions otherwise, we might like to merge it next week.
These changes all look good to me. Thanks for re-basing!
This PR address #26.
List of points that will help to improve the reproduciblity of the notebook
This will take X days to train.
This will take a X hours to complete with X GPU.
aug_images = (aug_images[1] + 1) * 127.5
original_images = (original_images[1] + 1) * 127.5
colour_key = (colour_key + 1) * 127.5
andsr_img = (sr_img + 1) * 127.5
64
value appears in the notebook and something is confusion if the value is from train_size or half of the size of the original image.fid = FrechetInceptionDistance(feature=192).to('cuda')
> https://github.com/budai4medtech/xfetus/pull/33#discussion_r1273304484www.wandb.ai
for FID score (optional)