Skip to content

Commit 089db95

Browse files
committed
fix bug
1 parent 703306c commit 089db95

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/trainer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ def __init__(self, config=None):
7676

7777
_config = envs.load_yaml(config)
7878

79-
self._context["env"] = _config
80-
self._context["dataset"] = _config.get("dataset")
81-
8279
phases = []
8380
if phase_names is None:
8481
phases = _config.get("phase")

0 commit comments

Comments
 (0)