-
[Blackjack_Final_.pptx](https://github.com/user-attachments/files/17320770/Blackjack_Final_.pptx)
[blackjack.docx](https://github.com/user-attachments/files/17320771/blackjack.docx)
Project Title: B…
-
**Describe the bug**
I am trying to run the code in [LLM Optimization with DirectML](https://github.com/microsoft/Olive/tree/d068cf963e0ec1c5d4ecf9b87c2a1e118fe2303f/examples/directml/llm). The `requ…
-
Although nlminb is currently being used, adding the bobyqa optimizer may provide an alternative routine to consider in the event of model convergence problems. Is the bobyqa optimization routine some…
-
### Your current environment
vllm 0.5.2
The output of `python collect_env.py`
```text
Collecting environment information...
PyTorch version: 2.3.1+cu121
Is debug build: False
CUDA used to b…
-
It seems like it's not possible to disable intercept fit. Is there a work around to have intercept be zero? I'm not taking about setting it to zero after train, but having it zero to begin with, so th…
-
Hi all,
I was using Bayesian optimization for generating suggestions for next batch of points given labels for a few data points using the following snippet:
def DoE(x):
#Make predictio…
-
Hi,
Trying TTQ on RESNET18 but getting a runtime error. Can't seem to find what the issue is:
/home/user2/Desktop/pttq/resnet_caltech/trained-ternary-quantization-master/utils/training.pyc in t…
-
mainly an idea for some implementation details
GAM or partially additive models can be fitted by components using backfitting.
This is very similar to the more recent group coordinate descend algorit…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
The following code crashes for me:
```python
opt = GPyOpt.methods.BayesianOptimization(f=fit_rules,
model_type="RF",
…