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
About this comment in this PR. Currently model card generation takes an argument called model which actually is a model path. We need to take model as well as model path, we can warn the user if both of them are missing.
The text was updated successfully, but these errors were encountered:
Solves #96
Add possibility to instantiate a model card with a model passed as str or Path.
The model will be loaded from disk if accessed. For now, the model is not cached,
so passing the loaded model is still recommended.
About this comment in this PR. Currently model card generation takes an argument called model which actually is a model path. We need to take model as well as model path, we can warn the user if both of them are missing.
The text was updated successfully, but these errors were encountered: