VICO-UoE / IT-GAN

20 stars 6 forks source link

Could you please release the md_utils.py file from the raw training code? Thanks #1

Open SongYxing opened 1 year ago

PatrickZH commented 1 year ago

Hi, you can use utils.py, which is almost the same as md_utils.

muyangli17 commented 11 months ago

The functions get_pretrained_networks and save_image_tensor were imported from md_utils.py but not in utils.py. So can you provide file md_utils.py or these two functions? @PatrickZH

PatrickZH commented 11 months ago

Hi @muyangli17 @SongYxing, I have added the missing functions (get_pretrained_networks and save_image_tensor) in utils.py. Let me know if you have any further questions.