File size: 381 Bytes
6fdd4ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [
{
"file": "tmp_poc/top_lambda_exec.keras",
"top_layers": [
"InputLayer",
"Lambda"
],
"top_has_lambda": true,
"recursive_lambda_count": 1
},
{
"file": "tmp_poc/nested_lambda_exec.keras",
"top_layers": [
"InputLayer",
"Functional"
],
"top_has_lambda": false,
"recursive_lambda_count": 1
}
] |