We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5f95a commit fe17841Copy full SHA for fe17841
config.py
@@ -51,7 +51,7 @@ def set_defaults(self):
51
self.TOP_K_WORDS_CONSIDERED_DURING_PREDICTION = 10
52
self.NUM_BATCHES_TO_LOG_PROGRESS = 6
53
self.NUM_TRAIN_BATCHES_TO_EVALUATE = 1800
54
- self.READER_NUM_PARALLEL_BATCHES = 2 # cpu cores [for tf.contrib.data.map_and_batch() in the reader]
+ self.READER_NUM_PARALLEL_BATCHES = 4 # cpu cores [for tf.contrib.data.map_and_batch() in the reader]
55
self.SHUFFLE_BUFFER_SIZE = 10000
56
self.CSV_BUFFER_SIZE = 100 * 1024 * 1024 # 100 MB
57
self.MAX_TO_KEEP = 10
0 commit comments