We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd28f9a + 85675bb commit 4fb638bCopy full SHA for 4fb638b
deep_keyphrase/copy_rnn/train.py
@@ -187,6 +187,7 @@ def parse_args(self, args=None):
187
parser.add_argument('-prefetch', action='store_true', help='')
188
parser.add_argument('-lazy_loading', action='store_true', help='')
189
parser.add_argument('-fix_batch_size', action='store_true', help='')
190
+ parser.add_argument('-backend', type=str, default='tf', help='')
191
192
# model specific parameter
193
parser.add_argument("-embed_size", type=int, default=200, help='')
0 commit comments