Description Usage Arguments Value
This function returns the numeric index that corresponds to a requested layer. If the request is a string, this function looks up the index. If the request is an integer, this function returns that integer.
1 | layer2index(model, layer)
|
model |
A keras model. |
layer |
A string or integer. The requested layer. |
An integer. The requested layer's index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.