Alexander Rakowski

Results 8 comments of Alexander Rakowski

It is probably related to using Python3 instead of 2 (see https://stackoverflow.com/questions/27431390/typeerror-zip-object-is-not-subscriptable ). Cast the `zip` object into a list like `list(zip(*_FILE_READERS))[0]`

You should also sample from a normal distribution. Just use `np.random.normal`

It helps, I have found the `.h5` file myself, but it would be convenient if the appropriate changes to the code were included in the repository. I am using this...

change it to `import utils.ROLO_utils as utils`

Visualizing the images with matplotlib - after normalization I would get fully black images (which makes kind of sense).

Is there any chance of the updated code being uploaded soon? Also I would add links to the original CelebA site, because of quickly changing download URLs.

The issues I was having were related to the `zeros_initializer` constructor having been updated. The way I solved it was to simply replace it with `None` - it was only...

Getting the same error for a previously working setup (but updated snakemake)