andrew-cr / tauLDR

Code for the paper https://arxiv.org/abs/2205.14987v2
Other
42 stars 7 forks source link

training on a different high dimensional discrete dataset #2

Closed adderbyte closed 1 year ago

adderbyte commented 1 year ago

Hi, Thank you for the great work!

Any guidelines for training/testing on a different dataset -aside CIFAR and piano dataset?

Training on a different dataset would most likely involve chaning the data path in config file, any other adjustments to also keep in mind while also making these changes?

Thank you!

andrew-cr commented 1 year ago

Hi, thanks a lot for your interest in the work!

To run it on a new dataset you can make the following changes:

Please do let me know if you have any further questions on running it on the new dataset :)

adderbyte commented 1 year ago

Awesome! this is really helpful. Thank you for the detailed feedback.