Remove reliance on core_model_name
#388
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Milestone
Remove
core_model_name
from model.py. Currently (if local flag is set) the model name and the SVD model names are supposed to be the same in order for it to work, however if one have multiple trained model files for same model, it is hard to use while keeping the models at one location. I want the model file to have any name and still work without relying on the modelname as the SVD directory name.For example, if I want to use
Bu2109lm
model but I have two different version of the SVD i.eBu2109lm_v1
andBu2109lm_v2
, I cannot use them unless I rename it toBu2109lm
.Moving forward is this change worth it?
The text was updated successfully, but these errors were encountered: