This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Bernie
Recipients Bernie, terry.reedy
Date 2019-08-05.14:10:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565014260.07.0.714424226111.issue37762@roundup.psfhosted.org>
In-reply-to
Content
After installing tensorflow, I tried to run the demo script found at https://www.tensorflow.org/tutorials?
In a common python shell, the "model.fit(x_train, y_train, epochs=5)" step takes a few minutes. In IDLE, no end is in sight after half an hour.
While the output looks normal in the common shell, IDLE shows some control characters (see attached screenshot).
Windows Task Managers shows a "pythonw.exe" process taking up 25% of CPU (i.e. 1 of 4 cores).
History
Date User Action Args
2019-08-05 14:11:00Berniesetrecipients: + Bernie, terry.reedy
2019-08-05 14:11:00Berniesetmessageid: <1565014260.07.0.714424226111.issue37762@roundup.psfhosted.org>
2019-08-05 14:10:59Bernielinkissue37762 messages
2019-08-05 14:10:59Berniecreate