Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Add missing train command cache options (#3160)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored and nelson-liu committed Aug 16, 2019
1 parent 770791a commit 8fffd83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion allennlp/commands/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@
--file-friendly-logging
outputs tqdm status on separate lines and slows tqdm
refresh rate
--cache-directory CACHE_DIRECTORY
Location to store cache of data preprocessing
--cache-prefix CACHE_PREFIX
Prefix to use for data caching, giving current
parameter settings a name in the cache, instead of
computing a hash
--include-package INCLUDE_PACKAGE
additional packages to include
additional packages to include
"""

import argparse
Expand Down

0 comments on commit 8fffd83

Please sign in to comment.