You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I recently came across your model and found it very practical. Could you please advise on how to apply this model to my own dataset? Looking forward to your response.
#1
Closed
Liavege opened this issue
May 16, 2024
· 1 comment
Thanks for your interest in our work! To apply TSDE to your own dataset, you will need to create a dataloader file, experiment config and script. You can take a look at the src/data_loader folder, there are scripts of processing the different datasets we used in our experiments. Let me know if you have any questions regarding them. The config file is also straightforward there are comments about the different args. The experiment scripts can be found in src/experiments. What is your use case (experiment type), and provide me with more details about the dataset if you need more help!
Thanks for the minor errors in the imports I will fix them!
Also,i find some little problems in the "visualize_examples_imputation.ipynb",it need import os
import sys
The text was updated successfully, but these errors were encountered: