-
**Describe the issue**:
_Disclaimer: I know the bug looks silly but I still wanted to give a heads up._
For a single data frame with only 1 record `train_test_split()` sometimes returns empt…
-
### Describe the bug
I am encountering an inconsistency in the reported metrics between the validation and testing phases, despite using the same dataset (`val_split_mode=ValSplitMode.SAME_AS_TEST`).…
-
I used colmap dataset.
(flow_map) root@autodl-container-f34d45a126-5b9fd9ad:~/data_user/ysl/wild-gaussians# nerfbaselines train --method wild-gaussians --data datasets/0729_powertower_radial/
info:…
-
I want to fully understand what activation plot tell us
Here is my code:
```python
import numpy as np
import sympy as sp
import pandas as pd
import matplotlib.pyplot as plt
from sklearn.m…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
Hi, @cmzuo11
Thank you so much for providing such a fantastic tool. I've encountered some issues while running the software.
I've noticed that there is an `Annotation_train_test_split.csv` fil…
-
pert_data.prepare_split(split = 'simulation_single', seed=1) # get data split with seed
pert_data.get_dataloader(batch_size = 32, test_batch_size = 128) # prepare data loader
This gives Value Erro…
-
### System Info
- `transformers` version: 4.47.0.dev0
- Platform: Linux-4.18.0-513.11.1.el8_9.x86_64-x86_64-with-glibc2.28
- Python version: 3.10.14
- Safetensors version: 0.4.5
- Accelerate vers…
-
Please share the information related to randomly selected samples from the AMASS dataset for training & evaluation as mentioned in the paper.
Also, do you guys plan to release the training code for…
-
在研究您的代码之后,您在对数据进行预处理时使用 val_df = norm_feature.iloc[int(0.6*len(data)):int(train_split*len(data))],但是您定义时train_split =0.6,也就是说您并没有为验证数据集分配任何数据。在训练模型的时候您也并没有使用val_loader来对模型性能进行评估,而是直接使用test_loader来选择te…