File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 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
1413import i6_core .returnn as returnn
15- from i6_core .tools import CloneGitRepositoryJob
1614
1715from .rasr_system import RasrSystem
18-
1916from .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 ]]:
You can’t perform that action at this time.
0 commit comments