Skip to content

Commit 86c70e8

Browse files
SepariusStefan Falkner
authored andcommitted
fix typo in example_5_pytorch_worker.py (#28)
1 parent c5d72f1 commit 86c70e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpbandster/examples/example_5_pytorch_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def number_of_parameters(self):
268268

269269

270270
if __name__ == "__main__":
271-
worker = KerasWorker(run_id='0')
271+
worker = PyTorchWorker(run_id='0')
272272
cs = worker.get_configspace()
273273

274274
config = cs.sample_configuration().get_dictionary()

0 commit comments

Comments
 (0)