Traceback (most recent call last):
File "reproduce_experiment.py", line 10, in
from taa.search import get_path, search_policy, train_model_parallel
File "/root/yxyanyi/xiaozhu/text-autoaugment-main/taa/search.py", line 51, in
patch = gorilla.Patch(ray.tune.trial_runner.TrialRunner, 'step', step_w_log, settings=gorilla.Settings(allow_hit=True))
AttributeError: module 'ray.tune' has no attribute 'trial_runner'
作者您好,我按你的github进行安装环境后,便直接运行reproduce_experiment.py,然后报这个错误,恳望指正
Traceback (most recent call last): File "reproduce_experiment.py", line 10, in
from taa.search import get_path, search_policy, train_model_parallel
File "/root/yxyanyi/xiaozhu/text-autoaugment-main/taa/search.py", line 51, in
patch = gorilla.Patch(ray.tune.trial_runner.TrialRunner, 'step', step_w_log, settings=gorilla.Settings(allow_hit=True))
AttributeError: module 'ray.tune' has no attribute 'trial_runner'
作者您好,我按你的github进行安装环境后,便直接运行reproduce_experiment.py,然后报这个错误,恳望指正