namheegordonkim / proj_clipcoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLIPCoder Project

Download COCO val2017 data: [link]

Unzip and put the val2017 directory it in the data directory under subdirectory COCO, i.e.

data
    | COCO
        | val2017
    | examples

For the learning project part, run:

PYTHONPATH=./src python src/enjoy/enjoy.py [--debug_yes]

View Tensorboard logs with

tensorboard --logdir=logdir

Simple submissions with code-copying is run by

python smart_run.py [OPTIONS] script_path

Individual scripts within the src directroy can be run with the prefix PYTHONPATH=./src, i.e.

PYTHONPATH=./src python [script_path]

About


Languages

Language:Python 100.0%