ebetica / autogradpp

Direct C++ Interface to PyTorch
MIT License
80 stars 12 forks source link

Convolutions do not respect groups #53

Closed Kaixhin closed 6 years ago

Kaixhin commented 6 years ago

The weights are initialised correctly, but the forward pass misses out on the groups parameter.