Spacy MLFlow logger not Logging parameters or metrics #12931
Answered
by
shadeMe
dscsoler
asked this question in
Help: Coding & Implementations
-
I'm trying an spacy spancat model, and I'm trying to log the results on the command line I'm using ML flow, but I the results don't show on the website. This is my code on the conf file:
This is a python script I'm using to run the code:
|
Beta Was this translation helpful? Give feedback.
Answered by
shadeMe
Aug 28, 2023
Replies: 1 comment
-
Your config file looks like it's missing some important values. Please refer to the documentation of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your config file looks like it's missing some important values. Please refer to the documentation of the
MLflowLoger
for instructions on how to use it correctly.