mruby-tflite icon indicating copy to clipboard operation
mruby-tflite copied to clipboard

MRuby binding for TensorFlow Lite

Results 2 mruby-tflite issues
Sort by recently updated
recently updated
newest added

in my opinion 01.... and 02 ... is better because tell users how run first or make a readme / makefile/ rake ;)

````diff -model.fit(X, y, verbose=True, batch_size=1, nb_epoch=1000) +model.fit(X, y, verbose=True, batch_size=1, epochs=1000) ```` ````bash $python maketflite.py Traceback (most recent call last): File "maketflite.py", line 2, in import tensorflow.contrib.lite as lite ModuleNotFoundError:...