-
Thank you for the clean and well-documented library! I am trying to use MAML for 2D navigation but have been achieving suboptimal policies. In particular, rollouts from the (adapted) trained algorithm…
-
I'm running the `denoising_diffusion_pytorch.py` script as-is on the CIFAR10 dataset, however the FID quickly plateaus to ~90, which is a far cry from both those reported in the DDIM/DDPM paper and ev…
-
### Feature request
Please provide example scripts in https://github.com/huggingface/trl/tree/main/examples/scripts/ppo for how to create corresponding SFT and RM checkpoints to use for PPO
### …
-
Hi guys,
If I simply install the lib with "pip install timesfm" and try the example code described in https://huggingface.co/google/timesfm-1.0-200m:
```
import timesfm
tfm = timesfm.TimesFm…
-
### Is your feature request related to a problem?
We have four different regressors, that are essentially all linear regression with various regularization.
### Desired solution
Combine them …
-
Hello, I want to say thank you for your great work first!
I make this issue for asking a question related to https://github.com/yaoxufeng/PCL-Proxy-based-Contrastive-Learning-for-Domain-Generalizatio…
-
Hello,
I am interested in the downstream performance on the super-NI test tasks (0-shot).
For the model downloaded from hf (https://huggingface.co/tloen/alpaca-lora-7b) I got 38 rouge-L points on…
-
## Project Robyn
## Describe issue
Hi team Robyn,
I have a working model, where some channels were set to 0 by the model. Other models from the same run did set 2 or 1 more channels to 0, whic…
-
Use cross-validation for optimizing hyperparameters as well.
scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
-
How are the hyperparameters of xgboost selected in the emsemble model?