mims-harvard / TFC-pretraining

Self-supervised contrastive learning for time series via time-frequency consistency
https://zitniklab.hms.harvard.edu/projects/TF-C/
MIT License
436 stars 82 forks source link

where are the requirement yml files? #3

Closed november07 closed 1 year ago

november07 commented 2 years ago

As the title states, our team is wondering where the mentioned requirement yaml files are?

Requirements TF-C has been tested using Python >=3.5.

For the baselines, we have not managed to unify the environments due to the large divergence in original baseline implementations. So you need to build three different environments to cover all six DL baselines. For ts2vec, use ts2vec_requirements.yml. For SimCLR, because Tang et al. used TensorFlow framework, please use simclr_requirements.yml. For the other four baselines, use baseline_requirements.yml. To use these files to install dependencies for this project via Conda

Tom-Teamo commented 1 year ago

I am also confused about this...

yuyunannan commented 1 year ago

I can't find it either

xiangzhang1015 commented 1 year ago

Hi, the requirement file has been uploaded. Thanks.