In this repo I would like to learn more about (deep) Bayesian quantile regression. In order to do this. The learning is mainly done in the notebooks. Where possible, the knowledge gathered will be put ...
# CAE python main.py --model CAE --save-folder logs/CAE --lam 1e-4 # CVAE python main.py --model CVAE --save-folder logs/CVAE # CQAE python main.py --model CQAE --save-folder logs/CQAE --lam 2e-5 # ...