-
Hi
The computation will always run on the first graphic card (cuda:0). Is there anyway to customize which card to used?
Besides I met error while simulating wav in a pytorch Dataloader with mult…
-
Given there are so many LLM-based models on top of MTEB benchmark nowadays, is there a canonical way to train with FSDP now? I'm trying to explore along this direction, but I just want to ask if there…
-
### 🐛 Describe the bug
Let's say that you clone PyG and want to give GraphGym a run. You choose one of the configs that come with and run `python main.py --cfg configs/example.yaml --repeat 1`. You…
-
I have a question regarding OptiGuide. Due to token size limitations, it appears that OptiGuide struggles to handle large optimization problems. For instance, in the coffee problem, when the number of…
-
Hi, I met a strange problem when using `joblib.memory` to cache the result of my customized function on loading large datasets.
The code snippet of the function is as follows, which loads a large d…
xuyxu updated
6 months ago
-
I am trying to train an object detection model using custom data without segmentation. However, I encountered the following error during the training process:
```python
Traceback (most recent call…
-
Training is successful but the preformance is not improved, and validation phase failed.
The config is below, which is modified from [configs/prompt_tuning_coco/yolo_world_v2_l_vlpan_bn_2e-4_80e_8gpu…
-
Hi Thanks for your great work. I'am tring to reproduce the result. And I am using the nuscenes mini datasets. I generate the pkl file using:
```
python tools/create_data.py nuscenes --root-path ./d…
-
很奇怪的问题是,在8*A100(80G)上无论我如何设置max-seq,从16000降到200,始终都会OOM。
如下是我的命令和配置:
NPROC_PER_NODE=8 nohup xtuner train qwen1_5_32b_chat --deepspeed deepspeed_zero3 > instruct.out 2>&1 &
#################…
wgs97 updated
4 months ago
-
Hi @HuguesTHOMAS,
I utilized your KPConv (pytorch version) to deal with a customized dataset. The bug "Floating point exception (core dumped)" always occured during the iteration of validation data…