Skip to content

Instantly share code, notes, and snippets.

@takuya-andou
Last active June 19, 2016 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuya-andou/9046b2eb566325ca92f12d2e1c0f53d1 to your computer and use it in GitHub Desktop.
Save takuya-andou/9046b2eb566325ca92f12d2e1c0f53d1 to your computer and use it in GitHub Desktop.
//train.pyを書き換え
//書き換え前
parser.add_argument('--data_dir', type=str, default='data/tinyshakespeare',
help='data directory containing input.txt')
//書き換え後
parser.add_argument('--data_dir', type=str, default='data/philosophy',
help='data directory containing input.txt')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment