QuLAPENO
QuLAPENO copied to clipboard
Tutorials for a mini course in machine learning and quantum physics
In tutorial 2, in code Tutorial2_spirals.py the line 22: tf.set_random_seed(seed) causes Attribution error (i.e. AttributeError: module 'tensorflow' has no attribute 'set_random_seed'). Should be replace with: tf.random.set_seed(seed) Not sure if this...
Estelle, I think second step should be "conda activate tensorflow" and not "source activate tensorflow", since these were specific Anaconda instructions? Thanks, Zvonimir
rbm.py line 44 all_hidden_states should not be called line98 / 108-133 of tutorial4_train_ising2d.py plotting will fail