Commit 6f1cbcb
authored
Avoid failing directly when parsng Keras 2 layers (#6826)
Currently inbound node parsing is not backward compatible with Keras 2. Instead of failing directly, changed the code to return empty inbound node results.
Googlers, see the description in cl/622948159 for context.
Tested internally: cl/582334596
#keras3 #oncall1 parent 7d8f682 commit 6f1cbcb
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
0 commit comments