Andreas Boltres
Andreas Boltres
Hey there, I'm currently working on automatic API documentation for nimble (see [this branch](https://github.com/Flunzmas/nimblephysics/tree/flunzmas/docs)) with sphinx. The documentation from the python modules (e.g. in `python/nimblephysics`) is parsed and displayed nicely,...
**Describe the solution you'd like** We'd like to have a way of creating shapeNodes given an array of shape (N, 3) (3D vectors for vertex positions) and an array of...
This pull request contains a first quick 'n' dirty attempt to upgrade the dependencies for this project. **However**: While the project builds fine with `./gradlew build -x test`, in the...
Hey there, would it be possible to provide the code you've used for selecting the Topology Zoo networks of the paper's section 5.5? The instructions of that paper section on...
Make it train like PredRNN++, using model-specific losses of PredRNN++ and PhyDNet.
- [x] Set up ReadTheDocs - [x] Generate API documentation stubs - [x] Get ReadTheDocs to build docs by executing our custom script `docs/assemble_docs.sh` - [ ] Write detailed documentation...
This project becomes more and more useful with the amount of models trainable or available (pre-trained): - [x] CopyLastFrame baseline - [ ] LSTM -> revise implementation - [x] ConvLSTM...
This package becomes more and more useful with the amount of datasets available for training and evaluation. Many of these entries are from [this survey paper](https://arxiv.org/abs/2004.05214) **High prio** **Low prio**...
Covering... - [x] Losses and metrics - [x] Models - [x] Datasets/data loaders - [x] Training/Testing procedure - [ ] Visualization - [ ] etc.