You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scaling layer none case should move outside the if statement that performs std calculation.
If user selects the "layer none" it means that he already takes care to the scaling process of data, therefore, there is no need to calculate the std nor display a warning message in case std is smaller than numeric limits.
The scaling layer none case should move outside the if statement that performs std calculation.
If user selects the "layer none" it means that he already takes care to the scaling process of data, therefore, there is no need to calculate the std nor display a warning message in case std is smaller than numeric limits.
opennn/opennn/scaling_layer_2d.cpp
Line 874 in 0e5f526
The text was updated successfully, but these errors were encountered: