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
Third Party Integrations (Huggingface, TensorboardX, Pytorch Lightning etc.)
What is your question?
How to disable logging of "Installed Packages"?
Code
Please paste a code snippet if your question requires it!
What have you tried?
I have tried COMET_AUTO_LOG_ENV_DETAILS=False, but it disables all environment details. However, I want to disable the logging of "Installed Packages" only since the "Installed Packages" are already recorded in env lock file.
The text was updated successfully, but these errors were encountered:
Before Asking:
What is your question related to?
What is your question?
How to disable logging of "Installed Packages"?
Code
What have you tried?
I have tried
COMET_AUTO_LOG_ENV_DETAILS=False
, but it disables all environment details. However, I want to disable the logging of "Installed Packages" only since the "Installed Packages" are already recorded in env lock file.The text was updated successfully, but these errors were encountered: