openai / ebm_code_release

Code for Implicit Generation and Generalization with Energy Based Models
https://sites.google.com/view/igebm
340 stars 64 forks source link

Baselines package out of sync with rest of repository #8

Closed JonathanCMitchell closed 3 years ago

JonathanCMitchell commented 3 years ago

I have attempted to install the packages from requirements.txt but they are seemingly incompatible. Moreover, the baselines requirement is out of sync with the others. After downgrading to CUDA 9.0, and install CUDNN 7.1.4 with Tensorflow 1.12.0 and Torch 0.3.4 it seems that this code still will not run. Is there an updated version that can use the latest packages? Is there a workaround for needing to install the "baselines" directory? Is there anybody who has a docker container for these packages, or a recently used python virtual environment?