This is a PyTorch implementation of the ECCV2018 paper "Learning to Navigate for Fine-grained Classification" (Ze Yang, Tiange Luo, Dong Wang, Zhiqiang Hu, Jun Gao, Liwei Wang).
MIT License
452
stars
118
forks
source link
ValueError: not enough values to unpack (expected 2, got 0) #53
运行时core文件夹里面的utils.py的第七行出错:
_, term_width = os.popen('stty size', 'r').read().split() ValueError: not enough values to unpack (expected 2, got 0)
这是什么情况呢?