aanna0701 / SPT_LSA_ViT

Implementation of Visual Transformer for Small-size Datasets
117 stars 15 forks source link

stty size #7

Open jestland opened 2 years ago

jestland commented 2 years ago

Hi, thanks for sharing. And could you explain the stty size in the code _, term_width = os.popen('stty size', 'r').read().split() I have the ValueError: not enough values to unpack (expected 2, got 0)

wangzhao-11a commented 2 years ago

Have you solved the problem yet