Git Product home page Git Product logo

Comments (9)

r9y9 avatar r9y9 commented on May 23, 2024 4

Well, after some googling, It seems there's a problem in your GUI backend for matplotlib. Does the following code work for you?

import matplotlib
import matplotlib.pyplot as plt 
plt.plot([1,2,3])

and

import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt 
plt.plot([1,2,3])

from deepvoice3_pytorch.

thakur101 avatar thakur101 commented on May 23, 2024 2

@ManivannanMurugavel I have encountered the same error
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python3.6/tkinter/init.py", line 772, in after_cancel
data = self.tk.call('after', 'info', id)
RuntimeError: main thread is not in main loop
can you please help me with this ?

from deepvoice3_pytorch.

toannhu avatar toannhu commented on May 23, 2024 1

@ManivannanMurugavel I have the same problem as you. Could you show me the way to fix it? Really appreciate!

from deepvoice3_pytorch.

ManivannanMurugavel avatar ManivannanMurugavel commented on May 23, 2024 1

@toannhu Please remove matplotlib for loss and accuracy graph.
Just see the what training acc and loss in terminal.
Solution:
Please command the all save_alignment() def inside train.py.

from deepvoice3_pytorch.

r9y9 avatar r9y9 commented on May 23, 2024

What line of train.py causes the error?

from deepvoice3_pytorch.

ManivannanMurugavel avatar ManivannanMurugavel commented on May 23, 2024

it did not show what the line.
only show the error is
Exception ignored in: <bound method Image.del of <tkinter.PhotoImage object at 0x7f1b5f86a710>>
Traceback (most recent call last):
File "/usr/lib/python3.5/tkinter/init.py", line 3359, in del
self.tk.call('image', 'delete', self.name)
RuntimeError: main thread is not in main loop

from deepvoice3_pytorch.

ManivannanMurugavel avatar ManivannanMurugavel commented on May 23, 2024

i tried this way but the same error is came.
i also googling.
please help me.
(plese send your mail id to [email protected])

from deepvoice3_pytorch.

r9y9 avatar r9y9 commented on May 23, 2024

So the issue is not related to deepvoice3_pytorch. Please ask a question or file an issue to matplotlib community. I cannot reproduce.

from deepvoice3_pytorch.

ManivannanMurugavel avatar ManivannanMurugavel commented on May 23, 2024

I have solved this error.
Thank you

from deepvoice3_pytorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.