gru_ode_bayes icon indicating copy to clipboard operation
gru_ode_bayes copied to clipboard

Missing trained models and other files

Open zperzan opened this issue 4 years ago • 3 comments

Is it just me or is this repo missing several files and folders? I don't see a trained_models directory for any of the datasets.

Was that a mistake or are the authors holding off on releasing the full repo until after NeurIPS?

zperzan avatar Dec 07 '19 02:12 zperzan

After re-downloading data and some additional finagling the code, I've been able to re-train models for all of the examples except MIMIC, which still appears to be missing mimic_preproc.py and folds_split_mimic.py (these are referenced in data_preproc/MIMIC/readme.md but I can't seem to find them).

hlzhou avatar Dec 17 '19 21:12 hlzhou

After re-downloading data and some additional finagling the code, I've been able to re-train models for all of the examples except MIMIC, which still appears to be missing mimic_preproc.py and folds_split_mimic.py (these are referenced in data_preproc/MIMIC/readme.md but I can't seem to find them).

How did you solve it? There are several files missing, including BXLator_demo_params.npy and others. I have no idea how to create them. Thx

vagrant3427 avatar May 24 '20 08:05 vagrant3427

Create a folder 'trained_models' and explicitly reference it in e.g. line 68 of double_ou_gruode.py where it does np.save(....)

Then 'retrain' the model and it should save the model to this folder.

Similarly, if you are missing the metadata, you can run the .py scripts in the respective dataset folders

matthewvowels1 avatar Jun 11 '21 18:06 matthewvowels1