jiecaoyu / pytorch-nin-cifar10

pytorch implementation of network-in-network model on cifar10
51 stars 11 forks source link

where is mlp conv block? #6

Closed hyunwoongko closed 5 years ago

hyunwoongko commented 5 years ago

where is mlp conv block?

nin in papers, they replace conv into mlp conv it is not nin structure i think...

hyunwoongko commented 5 years ago

oh 1x1 is mlp..? sorry... I was mistaken for a while