arcelien / pba

Efficient Learning of Augmentation Policy Schedules
https://bair.berkeley.edu/blog/2019/06/07/data_aug/
Apache License 2.0
504 stars 86 forks source link

The actor died unexpectedly before finishing this task. #23

Closed yichuan9527 closed 5 years ago

yichuan9527 commented 5 years ago

Hi, I run "CUDA_VISIBLE_DEVICES=0 bash scripts/search.sh rsvhn", but reporting the error:
Traceback (most recent call last): File "/home/xiaopang/anaconda3/lib/python3.7/site-packages/ray/tune/trial_runner.py", line 446, in _process_trial result = self.trial_executor.fetch_result(trial) File "/home/xiaopang/anaconda3/lib/python3.7/site-packages/ray/tune/ray_trial_executor.py", line 316, in fetch_result result = ray.get(trial_future[0]) File "/home/xiaopang/anaconda3/lib/python3.7/site-packages/ray/worker.py", line 2197, in get raise value ray.exceptions.RayActorError: The actor died unexpectedly before finishing this task.

yichuan9527 commented 5 years ago

I dcline my TF's version from 1.14 to 1.10. Now, it works. Thanks!