Skip to content

Commit ec60218

Browse files
committed
add headers
1 parent c1b2f8b commit ec60218

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

run_inference.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# Copyright (c) Facebook, Inc. and its affiliates.
23
MODEL_SAVE_DIR=full_acl_runs/
34
DATA_NAME=convai2
45
DATA_LOC=convai2_data/convai2_test_

run_training.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
# Copyright (c) Facebook, Inc. and its affiliates.
23
BATCH_SIZE=64
34
MODEL_SAVE_DIR=full_acl_runs/
45
DATA_NAME=convai2

0 commit comments

Comments
 (0)