Mantas Kandratavičius
Mantas Kandratavičius
It seems to be crashing with all types of arguments, the famous `./docker/run.sh "banana sushi" -Ak_lms -S42 -s10` fails as well with the same error message even though the exact...
Exactly same issue with: - onnx==1.15.0 - torch==2.2.1 - pytorch-lightning==2.2.1 ### Stacktrace: ``` (.venv) [mantas@WS21 parseq]$ python onnx_runtime.py Traceback (most recent call last): File "/home/mantas/Documents/Projects/parseq/onnx_runtime.py", line 4, in session =...
This could be reviewed and merged so quickly, unlucky that it's still an issue
Still an issue: ``` py from tqdm.rich import tqdm for _ in tqdm(enumerate(range(5))): pass ``` Full stacktrace: ``` (.venv) [mantas@WS21]$ python test.py test.py:4: TqdmExperimentalWarning: rich is experimental/alpha for _ in...
The most beautiful solution would be one where the folder options can either be **single-choice** (As implemented in #14) or **multiple-choice**:  but unclear how the syntax for...