hetvae icon indicating copy to clipboard operation
hetvae copied to clipboard

Heteroscedastic Temporal Variational Autoencoder For Irregularly Sampled Time Series

Results 3 hetvae issues
Sort by recently updated
recently updated
newest added

Hey, thanks for your paper and code! I was trying to run it on my Mac m1, that has cpu only, but setting device with load_network lead to error. ```python...

In [synthetic_data_interpolation.ipynb](https://github.com/reml-lab/hetvae/blob/main/src/synthetic_data_interpolation.ipynb), the function **evaluate_hetvae** (from [utils](https://github.com/reml-lab/hetvae/blob/main/src/utils.py)) has an extra parameter `model_name`, but this parameter isn't defined. If you ignore `model_name` parameter, the jupyter notebook works out.

In utils.py, get_mimiciii_data function, the final_input3.npy is present in a diractory not in this project.