-
Hi, Thank you for the code contribution.
I tried the code with these command
`python atari/run_dt_atari.py
--seed 123
--epochs 5
--model_type 'reward_conditioned'
--num…
-
when I run finetune,it tell me:
Traceback (most recent call last):
File "/opt/conda/bin/m4t_finetune", line 8, in
sys.exit(main())
File "/opt/conda/lib/python3.10/site-packages/seamless_c…
-
TL;DR: custom training is great! is there a good config or way to debug quality of result on small-ish datasets?
---
I've managed to train my own custom models using the excellent additions prov…
-
### System Info
- GPU name: L40s
- CUDA: 12.1
```
Wed Jun 5 16:27:21 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.14 …
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
for example,
I want use simmim (https://github.com/open-mmlab/mmpretrain/tree/main/configs/simmim) to pretrain the swin_v2 (https://github.com/open-mmlab/mmpretrain/blob/main/mmpretrain/models/backb…
-
Thank you for the interesting works.
Can you describe the required computer specs for running the inference?
I tried to run the inference, but I kept getting device ordinal error.
`LOCAL_RANK` …
-
### Edit:
Editing this to add slightly more context as this issue went slightly stale and this issue really handicaps the usability of WandbLogger.
### Description & Motivation
When using `Mode…
-
### Model Series
Qwen2.5
### What are the models used?
Qwen2.5-0.5B-Instruct
### What is the scenario where the problem happened?
inference with transformers, deployment with vllm/PeftModelForCau…
-
### 🐛 Describe the bug
When using dcp.save or dcp.async_save as torch.save alternative and then loading state_dicts back, non-tensor values is not updated as expected, for example(edited from [async_…