Oguzhan Gencoglu
Oguzhan Gencoglu
Would be nice to have a speed benchmark vs https://github.com/makcedward/nlpaug
Any plan to add the ability to mask certain frequency ranges?
Any plan on adding Mixup or CutMix augmentations? - https://github.com/clovaai/CutMix-PyTorch - https://arxiv.org/abs/1905.04899 - https://github.com/facebookresearch/mixup-cifar10 - https://arxiv.org/abs/1710.09412
Is there any plan to make the _sentiment classification_ and _part-of-speech_ transformer models that have been trained on the version 2 of RobBERT (`robbert-v2-dutch-base`) available? These would be great for...
## Description `Discretiser` class is great. Would be quite helpful to have `log_uniform` method just like `uniform`. ## Context Often times attribute distributions is zero-inflated or somehow non-uniform / log-uniform....
I am getting the following error with pip install on python3.8. `ERROR: Command errored out with exit status 1: command: /usr/local/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-5opxoow3/fastFM/setup.py'"'"';...
Thanks for this work. It would make sense: - to explain if a speed-accuracy trade-off exists and if so, how much - add benchmarks of your optimization for various applications...
Hi, It would be nice to have a 3rd column for data() output indicating whether the dataset can be used for regression or classification problems.
Any plans on supporting arbitrary constraints on input/output? E.g. non-linear inequality constraints etc.
What is the difference between resizing and scaling? Seems like scaling is just a special case of resizing.