failable
failable
Any update of this? @vfdev-5 May I ask what's the best way to move the metric tensor back to CPU before logging? I've thought the logger will do it automatically...
@vfdev-5 Hi, thanks for the quick reply. I'm using `Precision(average=False, device=idist.device())` in my code, and in that specific run I run my code with `CUDA_VISIBLE_DEVICES=2 python main.py` and using both...
> I think as a workaround you can omit this argument and by default it will be cpu. Didn't know this, thanks. Since the day I switched to `idist`, I...
I got the issue when ``` $ ipython Python 3.8.7 (default, Feb 6 2021, 10:36:38) Type 'copyright', 'credits' or 'license' for more information IPython 7.22.0 -- An enhanced Interactive Python....
@MrMino It's ``` $ python -c 'import sys; print(sys.version)' 3.8.7 (default, Feb 6 2021, 10:36:38) [Clang 11.0.1 ] ``` And `ipdb` version: `0.13.7`, on macOS 11.3.
Is there a way to customize the location of build directory?
Same issue...
Hi, thanks for quick response. Models from the `transformer` package generally take multiple inputs like this one ```python import os import torch from transformers import AutoModelForMaskedLM, AutoTokenizer model_name = "albert-base-v2"...
It seems space separated match style does not work too.
@sebastiansturm Is that mean that's a limitation of `ivy`? Since space-based match works in `vscode` while does not work in `emacs`. --------------- Off topic though, it would be nice to...