NumSharp icon indicating copy to clipboard operation
NumSharp copied to clipboard

Typo in library np.random.stardard

Open QadiymStewart opened this issue 5 years ago • 0 comments

Found a typo np.random.stardard_normal(Batch_Size, X_Res * Y_Res, 1);

should be np.random.standard_normal(Batch_Size, X_Res * Y_Res, 1);

Spelling Error "standard"

QadiymStewart avatar Feb 12 '20 16:02 QadiymStewart