Custom Layers
You can write your own custom layers, and integrate them into your Tensorleap model.
To set up your custom layer, open the Dataset editor and add a class that describes your custom layer.
Then, connect your custom layer with the leap_binder
object to support your layer.
For example, here we add a custom dense layer:
Now, you can upload a model that includes these layers by following the Import Model guide.
Last updated