OctaveConv_Caffe
OctaveConv_Caffe copied to clipboard
A Caffe Implementation for Octave Convolution
Results
2
OctaveConv_Caffe issues
Sort by
recently updated
recently updated
newest added
Thank you for your repositories Can I think the OctaveUpsample Layer you write as the normal Upsample layer with 'nearest' in Caffe? If not, what are the differences between them?...
Great work. Thanks for your sharing. @chaipangpang When using OctaveConv, it just needs to add OctaveUpsampleLayer and there is no change for Conv? Where do you use OctaveUpsampleLayer? as the...