-
Hi, this is just a general discussion on the scheduler's behavior. I noticed that in `initialize`:
```
async def run_scheduler():
async with Scheduler(
interface=inte…
-
### System Info
-CPU: x86
- Memory: over 300G
- GPU: 8 x V100
- No IB, No nvlink, NCCL use socket for communication
Driver:
```
+--------------------------------------------------------------…
-
Hi, I got an index out of bound error when training my own model.
> loading annotations into memory...
Done (t=0.35s)
creating index...
index created!
num_images 11500
COCO_train2014 gt roidb …
-
I tried one of two ways:
1. Dump 50,000 Job definitions on the API and let it sort things out.
2. Drop either 25, 100, or 500 Jobs on the API in a batch, wait for the API to report all of those jo…
-
**Describe the bug**:
“assert len(args) >= len(self.undetermined) AssertionError” when pruning and speedup the diffusion model using LinearPruner
**Environment**:
- NNI version: 2.10
- Traini…
-
hi, I found the paper recommand gamma to be 1.0 in the CIFAR10 generation task. I replicate BDIA and try on CIFAR10 and found that BDIA perform best on gamma=0.1 and perform very bad when gamma=1.0. I…
-
(gh2) root@autodl-container-7d95439be5-49723134:~/GaitGraph2# python gaitgraph_casia_b.py --config GaitGraph/configs/casia_b.yaml
|'''''''''''''╔╬╬╬╬╬╬╬╬ _____ ______ __…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
…
-
### Describe the issue
Issue:
Getting an error when trying to finetune the LLaVA-v1.6-34b
Command:
```
PASTE THE COMMANDS HERE.
```
#!/bin/bash
deepspeed LLaVA/llava/train/train_mem.py \
…
-
Hi, I run the following Lora training script:
```
deepspeed fastchat/train/train_lora.py \
--deepspeed configs/deepspeed_zero3.json \
--lora_r 8 \
--lora_alpha 16 \
--lora_drop…