splitbrainauto
splitbrainauto copied to clipboard
Split-Brain Autoencoders: Unsupervised Learning by Cross-Channel Prediction. In CVPR, 2017.
I am reimplementing the Split brain on my dataset, the my network is here: the path of ab->L:(input:84,84,2)->(42,42,16)->(21,21,32)->(21,21,32)->(11,11,64), and the feature(11,11,64) is average pooled across channel, get a (11,11,1)map, than,...
In my reimplementation of the split brain experiment, I found the loss of the path L->ab convergences very slowly, but the loss of the path ab->L convergences quickly, is it...
Thanks for your nice work! @richzhang How can I use the official caffe to train your model with the lab color space input ? How to deal with the input...