Skip to content

runtraining.sh

Chris Churas edited this page Feb 20, 2018 · 11 revisions

This script runs Deep3M training.

Usage:

runtraining.sh 
usage: runtraining.sh [-h] [--1fmonly] [--numiterations NUMITERATIONS]
                      augtrainimages trainoutdir

              Version: 0.11.0rc4

              Trains Deep3M model using caffe with training data
              passed into script. 
    
positional arguments:
  augtrainimages       Augmented training data from PreprocessTrainingData.m
  trainoutdir          Desired output directory

optional arguments:
  -h, --help           show this help message and exit
  --1fmonly            Only train 1fm model
  --numiterations      Number of training iterations to run (default 2000)
Clone this wiki locally