FrankBrongers / Reproducing_expVAE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appendix and code

kristosh opened this issue · comments

Possible appendix (if you want to have one :) ) should include information that is not really necessary to be part of 8 pages, extra non-essential images from qualitative results, or possibly the architectures that you employed.

everything in the appendix should be considered extra. If we would remove the entire appendix, the story should stay ~ the same

For the code, you should upload it, in a notebook format. It needs to be clear how we can replicate your experiments (at least from the description) or possibly in comments #tested values for learning_rate = ... # and so forth.

All the datasets can be included using a script.

Thanks! We had one question about the notebook. Should we also be able to train the models via the notebook? Or is it sufficient to use the notebook only to output the results of the experiment, using the pre-trained models we produced with the regular python code?