v1.1
Change log:
- add PyTorch
Train
andPredict
nodes - introduce
gunpowder.Graph
to replacegunpowder.Points
- add support for non-spatial arrays (like one-hot classification vectors)
- add
Stack
to create batches with multiple samples - add
Upsample
- improved logging/error messages
- guarantee availability of requested dependencies, independent of other node's requests
- several minor bugfixes