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.
1 parent 158110e commit b0b71c8Copy full SHA for b0b71c8
cuml_bench/tsne.py
@@ -16,7 +16,7 @@
16
help='Angular size. This is the trade-off between speed and accuracy.')
17
parser.add_argument('--min-grad-norm', type=float, default=1e-7,
18
help='If the gradient norm is below this threshold,'
19
- 'the optimization will be stopped.')
+ 'the optimization is stopped.')
20
parser.add_argument('--random-state', type=int, default=1234)
21
params = bench.parse_args(parser)
22
0 commit comments