Skip to content

Commit

Permalink
change what is plotted in smaller artifact sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pbb59 committed Jul 30, 2021
1 parent 8015b75 commit 9624072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts-phil/eval/artifact_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

# do plots depending on experiment
if (args.experiment == 'small' or args.experiment == 'medium'):
plotted_names = ['NV_PF', 'V4']
plotted_series = [['NV_PF'], ['V4']]
plotted_names = ['NV', 'V4']
plotted_series = [['NV'], ['V4']]
else:
plotted_names = ['NV', 'NV_PF', 'BEST_V']
plotted_series = [['NV'], ['NV_PF'], ['V4', 'V16', 'V16_LL']]
Expand Down

0 comments on commit 9624072

Please sign in to comment.