|
@@ -57,7 +57,6 @@ class ModelParams(ParamGroup):
|
|
|
|
|
|
|
|
def extract(self, args):
|
|
def extract(self, args):
|
|
|
g = super().extract(args)
|
|
g = super().extract(args)
|
|
|
- g.model_path = os.path.abspath(g.model_path)
|
|
|
|
|
g.source_path = os.path.abspath(g.source_path)
|
|
g.source_path = os.path.abspath(g.source_path)
|
|
|
return g
|
|
return g
|
|
|
|
|
|