Skip to content

Data Collector

Bofu Chen edited this page Dec 3, 2017 · 6 revisions

Enable Data Collector

You might want to store the snapshot and inference results for data analysis.

To enable data collector, you can set the storage directory path in config.js:

config.storageDirPath = '<data-storage-dirpath>';

and restart BerryNet.

Clone this wiki locally