-
### What happened + What you expected to happen
mamba install neuralforecast
and pip install neuralforecast
, get same errore
Stacktrace
```
Exception: Could not deserialize ATN with versi…
TDL77 updated
9 months ago
-
Mala (0f37e0d7) doesn't use pandas
```sh
$ find -name '*.py' | xargs grep pandas
```
Also none of the deps use it:
```sh
$ grep -vE '^\s*$|^#' requirements.txt | xargs -IX sh -c 'pip show …
-
### What happened?
When trying to run python -m olive.workflows.run --config resnet_static_ptq_cpu.json --setup
I got this error
/miniconda3/envs/olive_env/lib/python3.11/site-packages/pydantic/…
-
### Bug description
i am trying to load the trainer, but the code gets stuck at `trainer = Trainer(accelerator='gpu', devices=1)`. i am running this on a server with 4 NVIDIA RTX A6000s.
### What v…
-
Hello,
I am trying to add checkpoints to the CMA-ES algorithm with the Callback class below
```python
class CheckpointCallback(Callback):
def __init__(self, **kwargs) -> None:
s…
-
```
Traceback (most recent call last):
File "/home/u102359/GavinTraining/train.py", line 12, in
import intel_extension_for_tensorflow as itex
File "/home/u102359/.local/lib/python3.10/sit…
-
Hi, @jenkspt. Thank you for the sharing about cma-es algorithm! I wanna to ask about a question about the details in the cmaes.py. In this script, I think the key process is line 58-73. However, I can…
-
Trying to run the benchmark, and I got an import error from torchaudio:
```
_______________________________________________ ERROR collecting tests/test_config.py __________________________________…
-
### Buggy output
```
WARNING:torch.distributed.run:
*****************************************
Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system…
-
### Describe the bug
After training an epoch, it gets stuck in the middle of the second epoch, There is no problem with training with a single card (with command : `CUDA_VISIBLE_DEVICES=3 python tra…