Skip to content

Commit f724c73

Browse files
authored
Setup.py autogeneration is working again. Remove the setup.py file to simplify the repo.
1 parent fdd5cc2 commit f724c73

16 files changed

+2
-8
lines changed
File renamed without changes.

youtube-8m/LICENSE LICENSE

File renamed without changes.

youtube-8m/README.md README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ your code locally before deploying it to the cloud, see the
4848
### Training on Video-Level Features
4949

5050
You can train over video-level features with a few commands. First, navigate to
51-
the directory containing the 'setup.py' file. You should be able to see the
52-
'youtube-8m' directory containing this readme if you run 'ls'. Then run the
53-
following:
51+
the directory *immediately above* the source code. You should be able to see the
52+
source code directory if you run 'ls'. Then run the following:
5453

5554
```sh
5655
BUCKET_NAME=gs://${USER}_yt8m_train_bucket

youtube-8m/__init__.py __init__.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

youtube-8m/eval.py eval.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

youtube-8m/losses.py losses.py

File renamed without changes.

youtube-8m/models.py models.py

File renamed without changes.

youtube-8m/readers.py readers.py

File renamed without changes.

setup.py

-5
This file was deleted.

youtube-8m/train.py train.py

File renamed without changes.

youtube-8m/utils.py utils.py

File renamed without changes.

0 commit comments

Comments
 (0)