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

changed a variable value #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

shrutivarsha
Copy link
Owner

No description provided.

@shrutivarsha
Copy link
Owner Author

This is regarding: An Error about IndexError: list index out of range deepfakes#1171
I went in, went through the software details, forked the main repo, and tried to install and run the GUI. In that process, I ran into some errors that showed the necessary modules were not there. After debugging them, I had to run the update_deps.py to update the GUI and tried again. The previous issue as mentioned above showed that while training, an error was displayed. I tried changing the value of log_file = self._log_files.get(self.session_ids[-1]) to log_file = self._log_files.get(self.session_ids[0]). The model is training well. Here is a screenshot to show the same.

image1234

@shrutivarsha
Copy link
Owner Author

I couldn't change it in the main file : event_reader.py, so I uploaded the one with the change.

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.

1 participant