Skip to content

Commit 59ab075

Browse files
committed
updated requirements and fixed a wrong reference, as pointed out in #187
1 parent 68c3621 commit 59ab075

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pytorch_widedeep/self_supervised_training/contrastive_denoising_trainer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ContrastiveDenoisingTrainer(BaseContrastiveDenoisingTrainer):
3333
r"""This class trains a Contrastive, Denoising Self Supervised 'routine' that
3434
is based on the one described in
3535
[SAINT: Improved Neural Networks for Tabular Data via Row Attention and
36-
Contrastive Pre-Training](https://arxiv.org/abs/2203.05556), their Figure 1.
36+
Contrastive Pre-Training](https://arxiv.org/abs/2106.01342), their Figure 1.
3737
3838
Parameters
3939
----------

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ spacy
77
opencv-contrib-python
88
imutils
99
tqdm
10-
torch
11-
torchvision
10+
torch >= 2.0.0
11+
torchvision >= 0.15.0
1212
einops
1313
wrapt
1414
torchmetrics

0 commit comments

Comments
 (0)