-
```
Traceback (most recent call last):
File "/home/lxy/Documents/UNICON-Noisy-Label/Train_webvision.py", line 343, in
warmup(epoch,net1,optimizer1,warmup_trainloader)
File "/home/lxy/…
lxysl updated
8 months ago
-
(continuation of #7720 roadmap for 0.14)
- gmm for combining models, equations
- #8216
- look at polynomial expansion for distributions again #8326
no specific tasks, just to pick it up …
-
I want to train for 51 classes having 5 samples each and want to use pretrained model given in this project. I ran the command as "python3 src/train_tripletloss.py --data_dir training-faces/FEI-FACE-P…
-
Hi.
While the book makes it very clear how to create a multinomial logistic (softmax) regressor instead of the default composite model based on several OvR binary logistic regressors in the multila…
-
**Syllabus**
| **Class** | **Date** | **Topics to Cover** | **Pre-class reading** | **Due** |
|---|---|---|---|---|
| 1 | Tue Aug 25 | Course In…
-
I have fitted some equivalent models with gamlj::gamljGlmMixed() and with lme4::glmer(). I was under the assumption that gamljGlmMixed() was a wrapper for glmer() and would produce equivalent results,…
-
when I use:
from torch.cuda.amp import GradScaler
amp = GradScaler(init_scale=512, growth_interval=100)
for img, label in train_iter:
with torch.cuda.amp.autocast(True):
la…
-
### Description
This RFC proposes implement large number of probability distributions. The purpose of this issue is to serve as a tracking issue for implement large number of probability distributi…
-
Just trying to get a rough overview what I'm planning for 0.14
- diagnostics, score tests
- missing pieces in discrete (avoiding PRs that get too large or widespread).
- main difficulty will…
-
```
class Classifier(pl.LightningModule):
def __init__(self):
super().__init__()
self.MFB = MFB(512,768,True,256,64,0.1)
self.fin_y_shape = torch.nn.Linear(768,512)
self.fi…