Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Ordinal Pooling Layer

A Keras implementation of the Ordinal Pooling layer proposed in the Ordinal Pooling paper. OrdinalPooling2D and GlobalOrdinalPooling2D can be found in the ordinal_pooling.py file.

At the time of this implementation, tensorflow's sort function appeared to run on the CPU, hence the min-max swapping sort to keep it on the GPU for local poolings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages