Closed
Description
Hi, all~
When I run demo train-on-cifar
from torch7-demos
on Gnome terminal, the progress bar is printed full of the window like this:
th> for i=1,20 do
xlua.progress(i,20)
print('\r')
end
[==>..........................................................................] 1/20 ms | Step: 0ms
[======>......................................................................] 2/20 ms | Step: 0ms
[==========>..................................................................] 3/20 ms | Step: 0ms
[==============>..............................................................] 4/20 ms | Step: 0ms
[==================>..........................................................] 5/20 ms | Step: 0ms
[======================>......................................................] 6/20 ms | Step: 0ms
[=========================>...................................................] 7/20 ms | Step: 0ms
[=============================>...............................................] 8/20 ms | Step: 0ms
[=================================>...........................................] 9/20 ms | Step: 0ms
[=====================================>.......................................] 10/20 s | Step: 0ms
[=========================================>...................................] 11/20 s | Step: 0ms
[=============================================>...............................] 12/20 s | Step: 0ms
[=================================================>...........................] 13/20 s | Step: 0ms
[====================================================>........................] 14/20 s | Step: 0ms
[========================================================>....................] 15/20 s | Step: 0ms
[============================================================>................] 16/20 s | Step: 0ms
[================================================================>............] 17/20 s | Step: 0ms
[====================================================================>........] 18/20 s | Step: 0ms
[========================================================================>....] 19/20 s | Step: 0ms
[============================================================================>] 20/20 s | Step: 0ms
However, when I run the same code on Cnetos terminal, there's only one progress bar.
What's wrong with Gnome terminal? Can anyone help me to figure out?
Metadata
Metadata
Assignees
Labels
No labels