Kotlin / kotlindl

High-level Deep Learning Framework written in Kotlin and inspired by Keras
Apache License 2.0
1.47k stars 103 forks source link

fix(tensor): validate input in regards to tensor shape #583

Open therealansh opened 5 months ago

therealansh commented 5 months ago

Add validation to check if input can be converted to desired tensor shape. Closes #289 .

@zaleslaw lmk what kind of message would be apt for this and how do we plan to show the tips?