issues Search Results · repo:TorchEnsemble-Community/Ensemble-Pytorch language:Python
Filter by
61 results
(79 ms)61 results
inTorchEnsemble-Community/Ensemble-Pytorch (press backspace or delete to remove)Hi,
I came across your repository while searching for ways to train multiple NN models simultaneously using 1 single GPU. My
model is pretty small (just 1 layer MLP) and the VRAM used more each model ...
nguyentr17
- 3
- Opened on Dec 4, 2024
- #169
n_bases=2
softGBM = SoftGradientBoostingRegressor(
estimator=MLP,
n_estimators=n_bases,
shrinkage_rate=1.00,
cuda=True ...
wubizhi
- 6
- Opened on Sep 24, 2024
- #168
Hey everyone!
I ve been learning Torchensemble, and I wanted to know how you can extract the embeddings before the final
classification layer.
Here is my ensemble model:
VotingClassifier(
(base_estimator_): ...
desertSniper87
- 4
- Opened on Apr 19, 2024
- #165
I use the following code to implement adversarial classifier on cifar100
transform_train_cifar = transforms.Compose([
transforms.RandomCrop(32, padding=4),
transforms.RandomHorizontalFlip(),
...
antonioo-c
- Opened on Sep 24, 2023
- #157
Hi Thanks for your good library. Can you tell me how multiple estimators made from one model in this library from one
data? is there any function for specially for this purpose?
maxwell1386
- 3
- Opened on Sep 7, 2023
- #156
I am trying to run BaggingRegressor with a custom built optimizer. But it seems it s not currently supported. So, I am
doing the following
import torch
import torch.nn as nn
import torch.optim as optim ...
hmishfaq
- 1
- Opened on Jul 9, 2023
- #154
I am trying to convert a sklearn based code that uses sklearn.ensemble.BaggingRegressor and am wondering if
Ensemble-pytorch can have bootstrap argument as sklearn has.
hmishfaq
- 3
- Opened on Jul 9, 2023
- #153
Is the a way to use the libaray for pretrained model? suppose that I have 4 alreay trained models, and I want to just
ensemble them.. Is there a way to do that ?
opencomvis
- 1
- Opened on Jun 13, 2023
- #151
This project cannot integrate different learners, only the same learners?
zhizhuaa
- Opened on May 29, 2023
- #150

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.