NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.48k stars 367 forks source link

Remove has_bias (v0.4) references from tests and examples #356

Closed evelkey closed 3 years ago

evelkey commented 3 years ago

The has_bias sparse convolution argument was still present from version 0.4, this is now removed from all tests and examples and docs.

chrischoy commented 3 years ago

Thanks for the PR!