Closed junzhang-zj closed 1 year ago
Hi @junzhang-zj ,
For the used transformation during training, you can refer to the get_dataloader function in https://github.com/QinbinLi/MOON/blob/main/utils.py. 'transforms.Normalize()' is included.
Thank you! I confused partition_data with get_dataloader.
Hey, I had a question about the dataset processing, whether the final version of MOON's transformation in the dataloader only applied 'transforms.ToTensor()' and nothing like 'transforms.Normalize()'. I really need your help so that I can follow my work better.