IrinaStatsLab / GlucoBench

The official implementation of the paper "GlucoBench: Curated List of Continuous Glucose Monitoring Datasets with Prediction Benchmarks."
6 stars 4 forks source link

upgrade pytorch to 2.x #9

Closed antonkulaga closed 1 month ago

antonkulaga commented 1 month ago

You are using super-ancient pytorch 1.2.x, which causes dependency hell on different operating systems. I think it is almost 5 years old, can you put 2.x ? The combination of pytorch, cuda, python that you have exists in conda for only some operating systems and also darts if you have it in pip section of the environment downloads newer pytoch and uninstalls older. I think your environment.yaml and requirements.txt combination was not tested in several operating systems.

antonkulaga commented 1 month ago

To complete it gluformer fix is needed, please take a look at https://github.com/IrinaStatsLab/GlucoBench/pull/10