Skip to content

Commit 346341d

Browse files
author
hemant
committed
Update Readme for interim progress
1 parent 4dc9c30 commit 346341d

File tree

5 files changed

+86
-11
lines changed

5 files changed

+86
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@ audioset_balanced_features_vggish.h5
117117
color_UCF_vid2img.h5
118118
data/vid2img/*.npy
119119
data/audio/
120+
ucf101_3dcnn_features

README.md

Lines changed: 76 additions & 2 deletions
Large diffs are not rendered by default.

color_similarity.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,9 @@
10901090
],
10911091
"metadata": {
10921092
"kernelspec": {
1093-
"display_name": "Python 3.6",
1093+
"display_name": "Python 3",
10941094
"language": "python",
1095-
"name": "py36"
1095+
"name": "python3"
10961096
},
10971097
"language_info": {
10981098
"codemirror_mode": {
@@ -1104,7 +1104,7 @@
11041104
"name": "python",
11051105
"nbconvert_exporter": "python",
11061106
"pygments_lexer": "ipython3",
1107-
"version": "3.6.4"
1107+
"version": "3.6.7"
11081108
}
11091109
},
11101110
"nbformat": 4,

feature_similarity.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14539,9 +14539,9 @@
1453914539
],
1454014540
"metadata": {
1454114541
"kernelspec": {
14542-
"display_name": "Python [conda env:pytorch]",
14542+
"display_name": "Python 3",
1454314543
"language": "python",
14544-
"name": "conda-env-pytorch-py"
14544+
"name": "python3"
1454514545
},
1454614546
"language_info": {
1454714547
"codemirror_mode": {
@@ -14553,7 +14553,7 @@
1455314553
"name": "python",
1455414554
"nbconvert_exporter": "python",
1455514555
"pygments_lexer": "ipython3",
14556-
"version": "3.6.8"
14556+
"version": "3.6.7"
1455714557
}
1455814558
},
1455914559
"nbformat": 4,

sound_similarity.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,9 +1415,9 @@
14151415
],
14161416
"metadata": {
14171417
"kernelspec": {
1418-
"display_name": "Python [conda env:pytorch]",
1418+
"display_name": "Python 3",
14191419
"language": "python",
1420-
"name": "conda-env-pytorch-py"
1420+
"name": "python3"
14211421
},
14221422
"language_info": {
14231423
"codemirror_mode": {
@@ -1429,7 +1429,7 @@
14291429
"name": "python",
14301430
"nbconvert_exporter": "python",
14311431
"pygments_lexer": "ipython3",
1432-
"version": "3.6.8"
1432+
"version": "3.6.7"
14331433
}
14341434
},
14351435
"nbformat": 4,

0 commit comments

Comments
 (0)