NTS-Net
NTS-Net copied to clipboard
_, term_width = os.popen('stty size', 'r').read().split()
ValueError Traceback (most recent call last)
ValueError: not enough values to unpack (expected 2, got 0)
老哥,怎么解决的
在控制台就不会有这个问题了
You could comment these two lines and use term_width=80
.
i guess the code must run in Linux, not Windows