You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we are gathering important information about inference/score runs based on specific locations in a directory structure, and parsing the dir name,
This will work well for us at the moment, but I think its inflexible in the medium term because it hard encodes the expected directory structure.
I'm personally against encoding information in dirnames, I'd prefer an autogenerated set of metadata for runs either as a .toml file that gets generated as the inference is done or handled by a work scheduling tool e.g. something like mlflow. I might well be missing something though.
The text was updated successfully, but these errors were encountered:
At the moment we are gathering important information about inference/score runs based on specific locations in a directory structure, and parsing the dir name,
e.g.
pyrenew-hew/hewr/R/directory_utils.R
Lines 81 to 93 in b90dd9f
This will work well for us at the moment, but I think its inflexible in the medium term because it hard encodes the expected directory structure.
I'm personally against encoding information in dirnames, I'd prefer an autogenerated set of metadata for runs either as a
.toml
file that gets generated as the inference is done or handled by a work scheduling tool e.g. something likemlflow
. I might well be missing something though.The text was updated successfully, but these errors were encountered: