We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run your code just by python trian.py, I ran into a problem, how can I fix it? Thanks for your answer.
python trian.py
File "D:\hjy\BraTs\pytorch\utils.py", line 16, in <module> _, term_width = os.popen('stty size', 'r').read().split() ValueError: not enough values to unpack (expected 2, got 0)
The text was updated successfully, but these errors were encountered:
Because I use Windows system, this script is used under linux. I change term_width to 80.
Sorry, something went wrong.
No branches or pull requests
When I run your code just by
python trian.py
, I ran into a problem, how can I fix it? Thanks for your answer.The text was updated successfully, but these errors were encountered: