glow icon indicating copy to clipboard operation
glow copied to clipboard

Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"

Results 66 glow issues
Sort by recently updated
recently updated
newest added

Added link to 'Glow: Better Reversible Generative Models' demo page.

Hello @prafullasd , I tried runing the following command in README to download the pre-trained mode: ``` wget https://storage.googleapis.com/glow-demo/logs/lsun-bdr-[96/128].tar ``` but it shows: ``` HTTP request sent, awaiting response... 403...

there is a error of "Failed to interpret file %s as a pickle" % repr(file)) OSError: Failed to interpret file 'x.npy' as a pickle What is the method you use...

Hi, I want to ask the purpose of the learntop arguments. I found that this argument is only used in the following code: ```python def prior(name, y_onehot, hps): with tf.variable_scope(name):...

I am trying to train celebA with attributes, but it looks like training with attributes is not well supported in the code. I made the appropriate changes (per the comments)...

hi, this repo is under the license MIT. Does it cover for the files that are located at https://storage.googleapis.com/glow-demo/? If not, could you please consider adding some license to these...

I have used `mpiexec -n 4 ..` with 32gb ram server and after an hour server was out of memory . With `mpiexec -n 2` it works ok. Should I...

split2d operator seems only truncate a tensor half of its channels. the dY/dX = diag(I,0) rather then the objective returned by function split2d. could you explain why do you calculate...

curl -g https://storage.googleapis.com/glow-demo/logs/lsun-rnvp-[bdr/crh/twr].tar AccessDenied Access denied.Anonymous caller does not have storage.objects.get access to glow-demo/logs/lsun-rnvp-[bdr/crh/twr].tar. ****

Hi, does any one re-produced the HQ (256*256) image? I have problem with GPUs can not train toooo long time.