Skip to content

Program for testing neural network model and generating html test report.

Notifications You must be signed in to change notification settings

wkurek/tensorflow-model-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow model tester

Program which generates HTML report from the process of testing Tensorflow frozen model with images. Test images are specified by passing directory as a launching argument.

Adnotacja 2019-06-16 110522

Building

Program requires Node.js (v10.15.1) and NPM (6.8.0) to run.

$ npm install

Execution

Program allows to specyfiy optional launching arguments:

  • graph Path of model to be tested.
  • labels Path of model's lables to be tested.
  • images Directory containing images to be tested.
  • output_dir Output directory for testing report.
  • help
$ node ./index.js --output_dir=./reports

About

Program for testing neural network model and generating html test report.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published