Commit 5f918ab
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 <inonb@waves.com>
Co-authored-by: Jay Zhang <36183870+fatcat-z@users.noreply.github.com>1 parent 535f74c commit 5f918ab
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments