Skip to content

Commit

Permalink
resolved NameError in ray.tune() call (ray-project#8494)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri authored May 27, 2020
1 parent a129868 commit 067bbb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

start_time = time.time()
analysis = tune.run(
LinUCBTrainer,
"contrib/LinUCB",
config=UCB_CONFIG,
stop={"training_iteration": training_iterations},
num_samples=5,
Expand Down

0 comments on commit 067bbb6

Please sign in to comment.