-
Hello, thank you very much for your contribution. I want to reproduce your article, but I can't find the train.txt, test.txt, and valid.txt files. Can you provide these files or tell me the format of …
-
Hi,
Today, when I was running LoRA training for the `Flux.1` model (sd-scripts on SD3's breach), the "`train_blocks must be single for split mode`" error suddenly occurred. This error had not appea…
-
Hi Everyone,
We need to divide our dataset into train, validation, and test, in the same way, to report the compatible results. For example, a sample in my training set should not be someones' test …
-
在data_hcder.py中,在 __init__ 方法中,如果 dataset == 'valid' 时,代码中引用了 valid_X 和 valid_Y,但这些变量没有定义。
-
Thanks for your work. I am wondering how to reproduce the results of WebQA in Table 2, first row. I adopted the pre-trained CLIP-ViT-L/14-336px and used Faiss to build an index for all images.
Then…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
#### Describe the workflow you want to enable
When splitting time series data, data is often split without shuffling. But now `train_test_split` only supports stratified split with `shuffle=Tru…
-
For an unknown reason - I'm getting this error even though I've defined a return values in the file
https://github.com/DAGWorks-Inc/tuning-playground/blob/main/ml_project/phase4/split.py
-
## ❓ Questions & Help
I am having issue reproducing my results even though, I have put in the seed parameter. For example, in the code below after generating the dataset, every time I rerun the spl…
-
I have observed a significant performance regression in XGBoost version 1.7 when using the fit method with evaluation sets in sklearn estimators. The issue appears to have been introduced by [this com…