PavlosMelissinos / enet-keras

A keras implementation of ENet (abandoned for the foreseeable future)
MIT License
115 stars 46 forks source link

[Feature request] Multi-scale inputs (arbitrary shape) #10

Open PavlosMelissinos opened 7 years ago

PavlosMelissinos commented 7 years ago

Allow for arbitrary input size per batch. Define spatial dimensions of the input as None and let every batch define its shape during runtime.