ermongroup / CSDI

Codes for "CSDI: Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation"
MIT License
261 stars 79 forks source link

No “featureemb” in Config.json #1

Closed LyapunovStability closed 2 years ago

LyapunovStability commented 2 years ago

Thanks for your sharing and I tried the exe_physio.py in the "pretrained" mode, it had following error:

File "D:\Code\CSDI\CSDI-main\main_model.py", line 14, in init self.emb_feature_dim = config["model"]["featureemb"]

KeyError: 'featureemb'

y-tashi commented 2 years ago

Thank you for letting me know. I forgot to rename it in the config file. I've fixed it.