patlevin / tfjs-to-tf

A TensorFlow.js Graph Model Converter
MIT License
136 stars 19 forks source link

TypeError: an integer is required (got type str) #3

Closed JaxSulav closed 4 years ago

JaxSulav commented 4 years ago

i faced, TypeError: an integer is required (got type str) in line 56 of api.py In this line: string = ''.join(map(chr, array))

patlevin commented 4 years ago

Please provide a link to the TFJS model you used, otherwise I cannot reproduce the problem.

patlevin commented 4 years ago

Thanks for the link. I could reproduce the issue. Expect a fix within the next couple of hours👍