Skip to content

Errors when running train.py #1

@hugeinteger

Description

@hugeinteger
  1. I guess there is a missing argument (save_entry) in arguments parsing, I've added lines below in 'train.py':
    parser.add_argument('--save_every', type=int, default=5000,
    help='How often do you want to save result?')
  2. What should be trn-dir for running train.py?

python train.py --trn_dir='data/train' --style_path='style/abstract_1.png', --lambda_s=500000

Seems it should be downloaded like below:

mkdir -p data/train
cd data/train
wget http://www.vlfeat.org/matconvnet/models/beta16/imagenet-vgg-verydeep-19.mat
wget http://msvocds.blob.core.windows.net/coco2014/train2014.zip
unzip train2014.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions