Browse Source

New translations synthesized_graphs_num_el.py (Chinese Simplified)

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

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

@@ -42,7 +42,7 @@ def xp_synthesized_graphs_num_edge_label_alphabet():
# 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:
print('An exception occured when running this experiment:')
LOG_FILENAME = save_dir + 'error.txt'


Loading…
Cancel
Save