Open giandos200 opened 2 years ago
line 51 of file feasible_base_vae.py and line 50 of file feasible_model_approx.py the base_model_dir get error:
self.base_model_dir = '../../../dice_ml/utils/sample_trained_models/'
i've resolved with:
import os
self.base_model_dir = ('/').join(os.path.dirname(__file__).split('/')[:-1]+['utils','sample_trained_models',''])
i don't know if is the best way of doing it, (probably not)!
Link mistake in VAE method:
Gradient-based methods
that should be: