Skip to content

Commit 671573e

Browse files
committed
update nn_system
1 parent e61f694 commit 671573e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

common/setups/rasr/nn_system.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66

77
# -------------------- Sisyphus --------------------
88

9-
import sisyphus.toolkit as tk
10-
import sisyphus.global_settings as gs
9+
from sisyphus import tk, gs
1110

1211
# -------------------- Recipes --------------------
1312

1413
import i6_core.returnn as returnn
15-
from i6_core.tools import CloneGitRepositoryJob
1614

1715
from .rasr_system import RasrSystem
18-
1916
from .util import ReturnnTrainingJobArgs, AllowedReturnnTrainingDataInput
2017

2118
# -------------------- Init --------------------
@@ -65,7 +62,7 @@ def compile_native_op(self, op_name: str):
6562
returnn_python_exe=self.returnn_python_exe,
6663
blas_lib=self.blas_lib,
6764
)
68-
native_op_job.add_alias("wei_native_ops/compile_native_%s" % op_name)
65+
native_op_job.add_alias("native_ops/compile_native_%s" % op_name)
6966
self.native_ops[op_name] = native_op_job.out_op
7067

7168
def get_native_ops(self, op_names: Optional[List[str]]) -> Optional[List[tk.Path]]:

0 commit comments

Comments
 (0)