icon-lab / SynDiff

Official PyTorch implementation of SynDiff described in the paper (https://arxiv.org/abs/2207.08208).
Other
207 stars 38 forks source link

Dataloading #8

Closed Tonks684 closed 1 year ago

Tonks684 commented 1 year ago

Amazing work, thank you for your contribution. Would it be possible to upload a dummy .mat file that can be used to replicate the data loading?

Tonks684 commented 1 year ago

I ask because I faced the same issue as in https://github.com/icon-lab/SynDiff/issues/7 but the suggested fix did not work for me which makes me believe I have not reproduced the input as required. Instead of uploading a dummy .mat file perhaps you could confirm the contents and shape of the dataset return from the dataset.CreateDatasetSynthesis function?

Tonks684 commented 1 year ago

This is the current error message: image

onat-dalmaz commented 1 year ago

Thank you for your kind words and feedback. We're glad to hear that you found our work helpful. As per your request for a dummy .mat file, we have uploaded a dummy .mat file to the repository, which should be helpful in replicating our data loading. You can find it in the 'SynDiff_sample_data' folder of the repository. Please let us know if you have any further questions or concerns.