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
python train.py Traceback (most recent call last): File "train.py", line 250, in main(None, ngpus_per_node, args) File "train.py", line 203, in main cfg_file = os.path.join("/home/xh/CornerNet-Lite/configs", args.cfg_file + ".json") ##cfg_file = os.path.join("./configs", args.cfg_file + ".json") TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
这是什么原因?请问如何解决? What is the reason? How can I solve it? Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python train.py
Traceback (most recent call last):
File "train.py", line 250, in
main(None, ngpus_per_node, args)
File "train.py", line 203, in main
cfg_file = os.path.join("/home/xh/CornerNet-Lite/configs", args.cfg_file + ".json") ##cfg_file = os.path.join("./configs", args.cfg_file + ".json")
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
这是什么原因?请问如何解决?
What is the reason? How can I solve it? Thanks.
The text was updated successfully, but these errors were encountered: