Imrove print output

This commit is contained in:
Johannes Fischer
2021-07-30 18:19:15 +02:00
parent bd5e854720
commit 367f72ec46

View File

@@ -142,7 +142,7 @@ if __name__ == '__main__':
analysis = Analysis(outdir, default_metric="cv_loss", default_mode="min")
config = analysis.get_best_config()
filepath = analysis.get_best_logdir()
print(filepath)
print("Best ray experiment:", filepath)
main(None, filestr=opj(filepath, 'exp'), **kwargs)
else:
raise Exception('No valid config found')