patlevin / tfjs-to-tf

A TensorFlow.js Graph Model Converter
MIT License
138 stars 18 forks source link

Fix tags setting. #11

Closed nuayge closed 4 years ago

nuayge commented 4 years ago

Current implementation was setting 5 for instance different tags 's', 'e', 'r', 'v', 'e' in default mode by listing the string instead of taking it as a whole.

Now it's ok, it handles the multi tagging by comma separator