moonman925

Results 7 issues of moonman925

Hi, thx for sharing your codes, great works! I have serval questions about the implementatation. 1. according to the issue from the official hififace github repo, both masks are activated...

I want to build a flow model which I can save the trained model. ``` flow = tfd.TransformedDistribution( ... distribution=tfd.Normal(loc=0.0, scale=1.0), bijector=my_bijectors ) for e in epochs: ... with tf.GradientTape()...

Hi, there! I really like your work! For some reason I want to run some experiment upon the model given by your repo in `experiments/image`folder. However, it's so hard to...

when will the inverse cdf of these kinda distribution quantile be implemented? I have nightly version installed but found quantile not implemented.

enhancement

what exactly is the 'event_ndims'? how to fix this?

请问这个是怎么回事? File "glow.py", line 210, in epochs=1000) File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py", line 1297, in fit_generator steps_name='steps_per_epoch') File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_generator.py", line 265, in model_iteration batch_outs = batch_function(*batch_data) File "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py", line 973, in train_on_batch class_weight=class_weight,...