HpBandSter icon indicating copy to clipboard operation
HpBandSter copied to clipboard

small error in example 5 - Pytorch

Open MrBurnst opened this issue 6 years ago • 1 comments

it should be

if __name__ == "__main__": worker = PyTorchWorker(run_id='0')

instead of

if __name__ == "__main__": worker = KerasWorker(run_id='0')

in the example.

MrBurnst avatar Mar 18 '19 15:03 MrBurnst

Thanks for pointing that out! The good old copy-paste error :)

sfalkner avatar Mar 19 '19 19:03 sfalkner