Lukas Hedegaard
Lukas Hedegaard
Does the OpenDR library have a requirement for full compatibility with TX2 and Xavier? For instance, the activity recognition dataset Kinetics has a dependency on `av` in most open-source dataloaders,...
This PR rectifies som issues with ONNX inference and updates benchmark scripts
New tool for efficient application of Transformer Encoders to time-series data. Note: this does not come with pre-trained models. The user must fit the learner on her own features.
Hi, thanks for sharing the project codebase! 😊 I'm having issues reproducing any sort of results on Kinetics using your [pretrained models](https://drive.google.com/open?id=1eggpkmy_zjb62Xra6kQviLa67vzP_FR8). So far, I have: - Downloaded Kinetics600 using...
Hi, thanks for contributing a great library! I've been doing a close-up study of the `MultiheadAttentionPruner` implementation, and I have some concerns. The pruning of output channel in out_proj makes...
The tests in nn_pruning/tests/test_quantization.py fail. A fix for this was proposed in PR #38
This PR fixes the nn_pruning/tests/test_quantization.py tests. How: - Fixing the `symbolic_trace` import in nn_pruning/modules/quantization.py - Finding a working combination of transformers and torch versions and fixing those in setup.py. Note...