MozarTuring
Results
5
issues of
MozarTuring
Line 136 in mnist_trainer.py, the operation (p_loss > 0).sum() may give unwanted result because p_loss > 0 returns a BytetTensor which can represent value from 0~255. However, the summation may...
Thanks for releasing code! The corresponding paper is great! I am wondering how to reproduce the result of section 4 'Case Study on Synthetic Data' of the corresponding paper. Could...