Skip to content
Snippets Groups Projects
Commit d35f7348 authored by Illia Oleksiienko's avatar Illia Oleksiienko
Browse files

Update plot generation

parent f72d936e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ def read_data(file, frame):
network = "_".join(model_name.split("_")[1:])
method = words[1] if len(words) > 2 else words[0]
if "vnnclass1" in model_name:
if "vnnclass1" or "vnnclass3" in model_name:
method=words[-3]
if model_name in ["tanet_car_2", "tanet_car_3"]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment