nmheim / torsk

An echo state network (ESN) for video prediction
10 stars 5 forks source link

set a seed to get determinism #43

Closed nmheim closed 5 years ago

nmheim commented 5 years ago

for the numpy backend this is as easy as np.random.seed(0)