Skip to content

Implement deformable convnet on MNIST using Tensorflow

Notifications You must be signed in to change notification settings

czla/deformable_convnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deformable convnet

Requirement

tensorflow==1.2.1

Result on minist

result

Time comparision

  • time unit: ms
  • input size: (batch, width, height, channel)=[100,28,28,1]
  • test on GeForce GTX 1050 Ti
item conv deform_conv
train 0.0095 0.4685
test 0.0037 0.3962

Reference

Main code comes from Here

About

Implement deformable convnet on MNIST using Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages