In [6]:
%run model.py


usage: model.py [-h] --word_dim WORD_DIM --sentence_length SENTENCE_LENGTH
                --class_size CLASS_SIZE [--rnn_size RNN_SIZE]
                [--num_layers NUM_LAYERS] [--batch_size BATCH_SIZE]
                [--epoch EPOCH] [--restore RESTORE]
model.py: error: argument --word_dim is required
An exception has occurred, use %tb to see the full traceback.

SystemExit: 2

In [11]:
%run data/resize_input.py


usage: resize_input.py [-h] --input INPUT --output OUTPUT --trim TRIM
resize_input.py: error: argument --input is required
An exception has occurred, use %tb to see the full traceback.

SystemExit: 2

In [ ]: