Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 302 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 302 Bytes

Unpool Tensorflow Operation

To build run the following commands

mkdir build
cd build
cmake ..
make
make install

To run the tests use python3 unpool_op_test.py. Example output:

...

----------------------------------------------------------------------
Ran x tests in 0.349s

OK