Alex Martinelli

Results 18 comments of Alex Martinelli

Is the scale factor proportional to image size? Like if I wanted to try with 1024x1024 I should use scale_factor = 0.0625? Also is the fixed sigma (1.5) valid only...

Thanks so much for the support, really valuable info here!

I was able to run the demo in Python 3.6 and Tensorflow 1.15 with very little changes: Fix the only ``print`` at the end of *demo.py* and use pickle (replace...

@WisarutBholsithi your issue is because they import without specifying the python module. Adding the *p2m* repo to the python path fixes all such issues. For the unicode error can be...

From my side I want to add that this exception often shows up if the dataset has not been prepared properly, that is, errors in the tfrecords. Some datset preparation...

Trained from scratch, ~100k images. The weird thing is that the samples during training are good ![sample_129_0](https://user-images.githubusercontent.com/1591484/86040257-a0b0ce80-ba3b-11ea-8e46-c452d013a4ff.jpg)

@smthomas-sci thanks, but my question was more about the fine-tuning process, then simple dataset conversion. However I just tried myself, and simply pointing to already present ALAE checkpoints and passing...

I am also very interested regarding this aspect. Looking at the `make_figures` scripts, seems indeed you are just passing `z` to the `model.generate` function. At the beginning I thought that...