Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 660 Bytes

Testing smash Net

This Git repository is dedicated to performing tests for various neural networks implemented in the Net method of smash.

To use this Git, you are required to install smash version >= 1.1 and tensorflow.

Note: If you haven't installed smash yet, please refer to these instructions for installation guidance.

Examples:

python3 test-dense.py
Forward test..
=== pass
Gradient test..
=== pass