Skip to content

Commit

Permalink
updated requirements and fixed a wrong reference, as pointed out in #187
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzaurin committed Nov 3, 2023
1 parent 68c3621 commit 59ab075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ContrastiveDenoisingTrainer(BaseContrastiveDenoisingTrainer):
r"""This class trains a Contrastive, Denoising Self Supervised 'routine' that
is based on the one described in
[SAINT: Improved Neural Networks for Tabular Data via Row Attention and
Contrastive Pre-Training](https://arxiv.org/abs/2203.05556), their Figure 1.
Contrastive Pre-Training](https://arxiv.org/abs/2106.01342), their Figure 1.
Parameters
----------
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ spacy
opencv-contrib-python
imutils
tqdm
torch
torchvision
torch >= 2.0.0
torchvision >= 0.15.0
einops
wrapt
torchmetrics
Expand Down

0 comments on commit 59ab075

Please sign in to comment.