Christian Cahig
Christian Cahig
### Issue Report Checklist * [x] Searched the [issues page](https://github.com/e2nIEE/pandapower/issues) for similar reports * [x] Read the relevant sections of the [documentation](https://pandapower.readthedocs.io/en/latest/about.html) * [x] Browse the [tutorials](https://github.com/e2nIEE/pandapower/tree/develop/tutorials) and [tests](https://github.com/e2nIEE/pandapower/tree/develop/pandapower/test) for...
Hi, I noticed that [a version 2 of the arXiv paper](https://arxiv.org/pdf/2008.04902v2.pdf) is now available. However, this version has no Supplementary Material (which was present in [version 1](https://arxiv.org/pdf/2008.04902.pdf)). Does this mean...
Say I have two five-frame image sequences, `seq1_I{0,1,2,3,4}.png` and `seq2_I{0,1,2,3,4}.png`. How can I run online training to use the said image sequences? Looking at `train_fence_online.py`, I'm guessing it will have...
- As stated in the README, the `tfoptflow` implementation of PWC-Net was used. However, `tfoptflow` has some alarming yet unresolved issues (e.g., regarding [scaling](https://github.com/philferriere/tfoptflow/issues/34) and [flow equation](https://github.com/philferriere/tfoptflow/issues/6)). What modification(s) were...
Hi, I was playing with CSR as a prospect tool for using sparse matrices in Numba. In my use case, multiplication of a complex matrix and a complex vector is...