When I run the train_mnist.py in the example, firstly, it generates this error: if computation =='cpu': UnboundLocalError: local variable'computation' referenced before assignment When I modify the definitioncomputation ='cpu' model_name='pop' The following error occurs : RuntimeError: Search process using CPU terminated but no result exists!
The reason is that the machine_0_finish.txt file does not exist. Can you provide a solution? Thank you !
When I run the train_mnist.py in the example, firstly, it generates this error: if computation =='cpu': UnboundLocalError: local variable'computation' referenced before assignment When I modify the definitioncomputation ='cpu' model_name='pop' The following error occurs : RuntimeError: Search process using CPU terminated but no result exists!
The reason is that the machine_0_finish.txt file does not exist. Can you provide a solution? Thank you !