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
A fix for seed attribute in the keras random normal generator (#2126)
* A fix for seed field in the tf.keras random normal generator. The seed field was not passing to the converted onnx model due to that it exists in seed2 attribute instead of seed and its type is Integer and not float.
---------
Signed-off-by: inonbe <[email protected]>
Co-authored-by: Jay Zhang <[email protected]>
0 commit comments