You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the issue is from this line. Can we do something like this instead?
if os.path.isdir(args.path_to_store_single_run):
# Load the trained model
self.model = KGE(path=args.path_to_store_single_run)
else:
Execute(args).start()