Skip to content

Commit eb1c387

Browse files
adding requirements.txt
1 parent 1a435dd commit eb1c387

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RepNet/RepNetModel.py

-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
conv feature extractor is different from that used in original paper
99
check dilation on temporal 3d conv
1010
pairwise_l2_distance transpose for b
11-
does get sims actually work
1211
input projection kernel_regularizer
13-
transformer_layers_config dff needed ???
1412
"""
1513

1614
import torch

requirements.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
numpy==1.19.5
2+
Pillow==8.1.0
3+
torch==1.7.1
4+
torchvision==0.8.2
5+
typing-extensions==3.7.4.3

0 commit comments

Comments
 (0)