-
Hi @hcho3 and Prof. @tdhock
We have 18000 combinations for hyperparameter tuning. Please find this code.
Link - https://github.com/avinashbarnwal/aftXgboostPaper/blob/master/src/R/production/xgb…
-
Hi,
I use transformers==4.28.1 and torch==2.1.0
I run the following command:
```shell
TASK=SNLI K=512 SEED=42 BS=64 LR=1e-4 EPS=1e-3 STEP=50000 MODEL=roberta-large EXTRA_TAG=lora bash mezo.sh --…
-
### 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.…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
I saw the code to run on DARTS search spaces is available but I cannot find the code to run on NASBench201, how can I replicate the results on Table 1 (NasBench201)?
-
### Description
Quasi-random search based on [low-discrepancy sequences](https://en.wikipedia.org/wiki/Low-discrepancy_sequence) is a method for exploring a search space where, intuitively speaking…
-
### 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 fou…
-
I'm getting this error when trying to optimize the hyperparameters of the kernels of `sklearn`'s `GaussianProcessRegressor`. For example:
```
space = hp.choice("regressor_type", [
{
"t…
-
### Description
I'm doing a grid search where the primary output is a `matplotlib` figure, rather than a scalar value like loss or accuracy. To be specific, I'm searching over a grid of deep learni…
-
### Checks
- [X] This template is only for question, not feature requests or bug reports.
- [X] I have thoroughly reviewed the project documentation and read the related paper(s).
- [X] I have search…