wangyida / pynote

Python scripts for machine learning and computer vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try to fix the training sequence.

mariolew opened this issue · comments

https://github.com/Wangyida/pynote/blob/master/libs/vae.py#L299
Would you try to replace this line with tf.set_random_seed(15) and remove all the function param 'seed'?

@mariolew OK, Thank you, let me have a test