refactor: use org--name in artifacts-path (#912)
use org--name in artifacts-path Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -62,7 +62,7 @@ class CodeFormulaModel(BaseItemAndImageEnrichmentModel):
|
||||
Processes the given batch of elements and enriches them with predictions.
|
||||
"""
|
||||
|
||||
_model_repo_folder = "CodeFormula"
|
||||
_model_repo_folder = "ds4sd--CodeFormula"
|
||||
elements_batch_size = 5
|
||||
images_scale = 1.66 # = 120 dpi, aligned with training data resolution
|
||||
expansion_factor = 0.03
|
||||
|
||||
Reference in New Issue
Block a user