Browse Source

New translations synthesized_graphs_num_nodes.py (Chinese Simplified)

l10n_v0.2.x
linlin 4 years ago
parent
commit
64e1447909
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/zh/gklearn/experiments/papers/PRL_2020/synthesized_graphs_num_nodes.py

+ 1
- 1
lang/zh/gklearn/experiments/papers/PRL_2020/synthesized_graphs_num_nodes.py View File

@@ -42,7 +42,7 @@ def xp_synthesized_graphs_num_nodes():
# Compute Gram matrix.
run_time = 'error'
try:
gram_matrix, run_time = compute_graph_kernel(graphs, kernel_name, n_jobs=1)
gram_matrix, run_time = compute_graph_kernel(graphs, kernel_name)
except Exception as exp:
run_times[kernel_name].append('error')
print('An exception occured when running this experiment:')


Loading…
Cancel
Save