Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADJUST io.py for logging mlflow; Credits: Blirona #1

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Conversation

FeU-aKlos
Copy link
Collaborator

No description provided.

trainer/io.py Outdated Show resolved Hide resolved
trainer/io.py Outdated
@@ -161,6 +161,15 @@ def save_checkpoint(
save_func=save_func,
**kwargs,
)
from TTS.tts.models.modelWrapper import MyModel

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Add the imports at the start of the file

Copy link
Collaborator Author

@FeU-aKlos FeU-aKlos Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if they are at the beginning of the file, then there might be a circular import error.

trainer/io.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants