-
`2023-10-15 07:36:29.177 - info: alexa2.0 (546555) Unknown Device, but enabling commands, Try it and report back if commands work.
2023-10-15 07:36:29.178 - info: alexa2.0 (546555) Report to develo…
-
### What happened + What you expected to happen
Reopening this issue: https://github.com/ray-project/ray/issues/41973. I have included additional comparative scripts where quite literally the only …
-
I am running out of memory on Tesla T4. I have 4 of them though and I usually use accelerator for multigpu setup. How can I use them for angle semantic similarity?
-
For distributed recipes, such as full_finetune_distributed, the gradients end up getting synchronized after each backward() pass instead of only once before the optimizer step. This results in signifi…
-
I am unable to use my camera inside the docker container. Testing with `gst-launch-1.0 v4l2src ! videoconvert ! autovideosink`i get a preview window with just a black screen.
The same command runs ju…
-
- PyTorch-Forecasting version: 1.0.0
- PyTorch version: 2.0.1+cpu
- Python version: 3.10
- Operating System: Ubuntu
### Expected behavior
I followed this guide [here](https://towardsdatascien…
-
torchrun --nnodes=1 --nproc_per_node=8 --master_port=25001 \
llava/train/train_mem.py \
--model_name_or_path /path/to/checkpoint_llava_med \
--data_path /path/to/your_dental_dataset.jso…
-
Hi Aymeric,
First off I really love this API, and it came out at just the right time for me. I was looking at TF for an upcoming research project and was a bit intimidated, but now I'm able to whip u…
-
Hallow:
I have tried to use your function :model = DataParallel(model) or model = DataParallel(model,device_ids=0,output_device=0)
But these two forms have errors. At the same time I cannot save th…
-
Does fine-tuning support the multi-GPU training?
When trying to fine-tune with multiple GPUs, got the following error.
> RuntimeError: Expected all tensors to be on the same device, but found a…