Make input_layer() work with networks that contain repeat layers.
Do this by just making all layers have a .input_layer() method, which in that context can be implemented in a simple manner.
Showing
Please register or sign in to comment
Do this by just making all layers have a .input_layer() method, which in that context can be implemented in a simple manner.