Rick Farouni

Results 9 comments of Rick Farouni

I also encountered the same error. I just set the environment variable ML_DATA_PATH to the path where I keep my data. You would also need to set ML_LOG_PATH to some...

@kirk86 You need to change `down_iaf2_NL` to `down_iaf2_nl` here ``` python train.py with problem=cifar10 n_z=32 n_h=64 depths=[2,2,2] margs.depth_ar=1 margs.posterior=down_iaf2_NL margs.kl_min=0.25 ```

@kirk86 In .theanorc, add this line `compute_test_value=raise`. My file looks like this ``` [global] floatX = float32 device = gpu compute_test_value=raise ``` Note: I am using a GPU

@kirk86 Although I didn't encounter this error, I got a memory error after a minute or so of run time. I have only a 4G GPU and it seems I...

@dpkingma @kirk86 I also ran into memory problems on the GPU the first time I ran it. The second time, for some unexplained reason, worked fine, although very slowly. I...

@kirk86 sure! `conda install tqdm`

Thank you for your reply!

Impressive work. Thank you for your contributions!

Hi @casperkaae @ferrine I have forked the main branch and made it Python 3.5 compatible. I tested some of the examples- but not all - on the following system configuration:...