mirror of
https://github.com/wassname/ray.git
synced 2026-07-06 05:16:30 +08:00
committed by
Philipp Moritz
parent
0448847a02
commit
c04b69902c
@@ -109,7 +109,7 @@ def create_parser(parser_creator=None):
|
||||
def run(args, parser):
|
||||
if args.config_file:
|
||||
with open(args.config_file) as f:
|
||||
experiments = yaml.load(f)
|
||||
experiments = yaml.load(f, Loader=yaml.FullLoader)
|
||||
else:
|
||||
# Note: keep this in sync with tune/config_parser.py
|
||||
experiments = {
|
||||
|
||||
Reference in New Issue
Block a user