You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I been recently getting crashes with notimplementederror: unable to open file: libtensorflow_io.so that seems to occur at random, Any idea what could be causing this?
The host that's running this calling it from within NodeJS for full context
i5-6500
20G RAM
GTX 1050 Ti
Running from within WSL Ubuntu inside a NodeJS system called MuginoMIITS
I know that all my inputs are PNG and are reencoded before there they ever hit DB (I had to put a lot of validation and catching sense i know oh to well how it loves to crash on any image that is not perfect)
The text was updated successfully, but these errors were encountered:
I been recently getting crashes with
notimplementederror: unable to open file: libtensorflow_io.so
that seems to occur at random, Any idea what could be causing this?The host that's running this calling it from within NodeJS for full context
evaluate ./temp/ --project-path /mnt/c/Users/Yukimi Kazari/Documents/trained-db/ --allow-folder --save-json --save-path ./results/ --no-tag-output --allow-gpu
I know that all my inputs are PNG and are reencoded before there they ever hit DB (I had to put a lot of validation and catching sense i know oh to well how it loves to crash on any image that is not perfect)
The text was updated successfully, but these errors were encountered: