From ab3aa62f52eda665079adc77aabd32ba6415807e Mon Sep 17 00:00:00 2001 From: Praharsh Bhatt <30700808+praharshbhatt@users.noreply.github.com> Date: Mon, 23 May 2022 21:59:18 -0400 Subject: [PATCH] fix: spelling errors --- main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 127a8db..0caa97e 100644 --- a/main.py +++ b/main.py @@ -11,17 +11,17 @@ 'The phase can be train, eval or test') tf.flags.DEFINE_boolean('load', False, - 'Turn on to load a pretrained model from either \ + 'Turn on to load a pre-trained model from either \ the latest checkpoint or a specified file') tf.flags.DEFINE_string('model_file', None, - 'If sepcified, load a pretrained model from this file') + 'If specified, load a pre-trained model from this file') tf.flags.DEFINE_boolean('load_cnn', False, - 'Turn on to load a pretrained CNN model') + 'Turn on to load a pre-trained CNN model') tf.flags.DEFINE_string('cnn_model_file', './vgg16_no_fc.npy', - 'The file containing a pretrained CNN model') + 'The file containing a pre-trained CNN model') tf.flags.DEFINE_boolean('train_cnn', False, 'Turn on to train both CNN and RNN. \