finalfusion / finalfusion-tensorflow-ops

Tensorflow Op for finalfusion embeddings
https://finalfusion.github.io/
Other
2 stars 0 forks source link

Verify shapes of inputs. #20

Closed sebpuetz closed 4 years ago

sebpuetz commented 4 years ago

Add checks that scalar inputs are actually scalar. Fixes crashes if a list was passed in place of e.g. the path to an embedding file. If a list of resources was passed to any method, all but the first resource were ignored.

Fixes #12