-
I download all the dataset according to the instruction, but when I run `sh scripts/train_scanrefer_mcln_sp.sh`, I encoutered this fault. It seemed like the code you provided has some problems.
```…
-
When I was just trying to run the training using `python train.py params_x1x3x4_diffusion_mosesaq_20240824 0`, as suggested in the readme, I got the following error:
```
RuntimeError: Trying to resi…
-
Very nice work!
I'm runing PPO using the hhrlhf datasets in verl repo. And the error is here.
```
File "/home/syx/rlhf/verl/single_controller/ray/base.py", line 395, in func
return getattr…
-
The normalization range during training and inference is different. During training, [-1000, 1000] -> [-1, 1]. while during inference, [-1000, 200] -> [-1, 1]. Why? This might cause performance drop s…
-
## Describe the bug
When yielding from a `SyncDataCollector` that uses a standard `Actor` (not a random policy) and `init_random_frames=0`, it crashes.
```python
policy = Actor(
age…
-
NotImplementedError Traceback (most recent call last)
Cell In[56], line 1
----> 1 trainer = Trainer(
2 model=model,
3 args=args,
4 train_datase…
-
建立环境摆放好coco相关数据集和模型之后执行
python tools/launch.py --cfg experiments/coco/w32/w32_4x_reg03_bs10_512_adam_lr1e-3_coco_x140.yaml --versionid 0 --train 1
在训练最开始的时候
59.585 Total estimated model params …
-
Hi Xiaoxin,
I want to express my appreciation for the incredible work you and your team are doing.
But I encounted a problem: When I attempt to run the process on a single GPU, I get the follow…
-
**Describe the bug**
A clear and concise description of what the bug is.
The reshape OP should never change the volume of the logical tensor as it is only reshaping it. The new branch to be merged jv…
-
### Bug description
Hi there! I have previously created my first `LightningDataModule`. More specifically, a `NonGeoDataModule` which inherits from there (see [torchgeo-fork](https://github.com/Mat…