Adam Golinski

Results 8 comments of Adam Golinski

>I have used n_bits = 5 because the official implementation have used it for celeba-hq. It seems to me that this implementation is only using the 8-bit version of the...

Thanks a lot! I'm sorry I haven't created a pull request straight away myself, I just wanted to check it with you first!

I've got it to work, but it's a rather dirty hack for now. It's using a 'heavier' ParserInterpreter, so I'd expected to be slower, but I dunno how much slower....

Also, heads up, if you try to fix it manually like this ``` args = parser.parse_args() wandb.init(config=args, ...) args = wandb.config args['swept_parameter'] = bool(distutils.util.strtobool(str(args['swept_parameter']))) ``` you get a message `wandb:...

@ssudholt any updates on this? I'm facing issues which seem very similar when running pytorch.

I'm aiming to write a more thorough description of the problem and my attempts at debugging it at the beginning of June - I've started drafting an issue here https://gist.github.com/talesa/6a78447bda17b3d85ebe2e311cac61da,...

No, it hasn't. https://github.com/ex4sperans/variational-inference-with-normalizing-flows/blob/master/flow.py#L53