Cédric Bovar
Cédric Bovar
I think I will get cracking on it. It would be very useful for generative networks. IIRC, the maths are very similar to convolutions (some indexes swapped) and cudnn already...
Some useful links: * **Convolution and Transposed Convolution algos**: https://arxiv.org/pdf/1603.07285.pdf * **Convolution, GPU double**: https://github.com/cbovar/ConvNetSharp/blob/master/src/ConvNetSharp.Volume.GPU/Double/Volume.cs#L245 * **Convolution, GPU single**: https://github.com/cbovar/ConvNetSharp/blob/master/src/ConvNetSharp.Volume.GPU/Single/Volume.cs#L246 * **Convolution, CPU double**: https://github.com/cbovar/ConvNetSharp/blob/master/src/ConvNetSharp.Volume/Double/Volume.cs#L145 * **Convolution, CPU single**: https://github.com/cbovar/ConvNetSharp/blob/master/src/ConvNetSharp.Volume/Single/Volume.cs#L142...
Removing `Xamarin.Firebase.Analytics.Impl` which is not needed anymore worked for me.