SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.36k stars 189 forks source link

Typo in library np.random.stardard #398

Open QadiymStewart opened 4 years ago

QadiymStewart commented 4 years ago

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"