Skip to content

Implements unpooling in Tensroflow from Maxpool with indices

Notifications You must be signed in to change notification settings

mattangus/Tensorflow-Unpool-Op

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implements unpooling in Tensroflow from Maxpool with indices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published