-
From what I can tell, linear models are not run by default in version 0.3.1. What is the reason? Would you consider adding them to the default hyperparameters file?
To run these models do I just use …
-
When I train with default hyperparameters on office31 dataset, the accuracy is only 91.06%, can you please give the key hyperparameters?
-
1. [First solution](https://www.kaggle.com/competitions/playground-series-s4e10/discussion/543725)
2. [Second solution](https://www.kaggle.com/competitions/playground-series-s4e10/discussion/543766)
…
-
What hyperparameters do you use for training the best-performing VGG+BN+dropout model?
-
### Feature request
Adding generation configurations to the parameters that can be tuned in a `Trainer`.
### Motivation
When defining the Optuna hyper-parameter space, I would like to invest…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and f…
-
Hello, this research is very meaningful. However, when I reproduced the performance of the default code (with default parameters) in CIFAR80N, I found that the performance of Sym-80% (33.72) and Asym-…
-
Description: The current training pipeline for GAN models (e.g., CycleGAN, Pix2Pix) relies on a command-line parser (TrainOptions) to handle hyperparameters and options. However, we are now looking …
-
Hello !
It is a bit unclear to me which hyper parameters you used to train your model, could you provide a complete list of your best models for DIPS and DB5? In particular, I am not sure whether nod…
-
I encountered several issues when trying to train on the lom dataset and reproduce the author's results:
1. First, I found that in lmo2poet.py, the division method for the lmo dataset is quite diff…