justadudewhohacks / tfjs-tiny-yolov2

Tiny YOLO v2 object detection with tensorflow.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this support nodeJS?

chenqing opened this issue · comments

yes

thanks for your awesome project.
I want to use this train my own dataset in nodeJS env. how can I save trained model?
or implement the save method like tf.model.save ?