Skip to content
Snippets Groups Projects
Commit 821b786d authored by Srijeet Roy's avatar Srijeet Roy
Browse files

fix sample flag

parent 6d0e3089
Branches
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ def sample_func(f):
print(f"SAMPLING SETTINGS:\n\n {sampling_setting}\n\n")
print("\n\nSTART SAMPLING\n\n")
globals()[meta_setting["sampling_function"]](model=framework,device=device,sample_all=sample_all, **sampling_setting,)
globals()[meta_setting["sampling_function"]](model=framework,device=device, **sampling_setting,)
print("\n\nFINISHED SAMPLING\n\n")
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment