-
This is an exciting work! When I follow the process to reproduce the code, I encounter the error:“/home/zh/anaconda3/envs/DHD1/lib/python3.8/site-packages/mmcv/ops/deform_conv.py", line 92, in forward…
-
Dear Dr.Song:
Hi! Thanks for your contribution. I'm trying to load your dataset and make (prob.map, facies models) as pairs to serve as training data . But after visulization, I found that the data i…
-
MCProb for 1D Michalewicz seems to return 0 for all candidates in certain situations.
Attaching the MWE.
```python
import sys
import random
from typing import Tuple
import numpy as np
import …
-
I have a 3060 I'm using, getting the following error when I try to train
```bash
RUST_BACKTRACE=1 cargo run --release
Finished `release` profile [optimized] target(s) in 0.70s
Running `ta…
-
When I use the dips database for training, the run.py script reports an error: IndexError: too many indices for tensor of dimension 2.The position of the pt file obtained by gen_dips_datasets.py has o…
-
```rust
fn main() -> Result {
let cifar = candle_datasets::vision::cifar::load()?;
dbg!(&cifar.train_images); // Tensor[dims 50000, 3, 32, 32; u8]
dbg!(&cifar.train_labels); // Tenso…
-
Hi, I am using deepspeed zero3 to fine tune flux model using the script - flux_train_network.py.
```
flux = accelerator.unwrap_model(flux)
print(f"flux - {flux.state_dict()['single_blocks.7.linea…
-
**Describe the bug**
Fine-tuning mt5 model, and trying to save the fine-tuned model is throwing a ValueError: You are trying to save a non contiguous tensor:
**To Reproduce**
Attaching a notebo…
-
Hello, I very appreciate your work and try to train it on my own datas. But I get a confusion in Dataset process as follow:
![image](https://github.com/user-attachments/assets/a1343d17-decb-49ab-8e5…
-
报错信息:
Traceback (most recent call last):
File "/opt/conda/bin/text-generation-server", line 8, in
sys.exit(app())
File "/opt/conda/lib/python3.10/site-packages/text_generation_server/cli.…