Skip to content
Snippets Groups Projects
Commit 76a58da9 authored by Charly Lamothe's avatar Charly Lamothe
Browse files

Len de len :x

parent 2df5560f
No related branches found
No related tags found
1 merge request!9Resolve "Experiment pipeline"
......@@ -60,7 +60,7 @@ class Plotter(object):
def plot_losses(file_path, all_experiment_scores_1, all_experiment_scores_2, x_value, xlabel, ylabel, all_labels, title):
fig, axes = plt.subplots(nrows=1, ncols=2)
n = len(len(all_experiment_scores_1))
n = len(all_experiment_scores_1)
"""
Get as many different colors from the specified cmap (here nipy_spectral)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment