Flow-Guided-Feature-Aggregation icon indicating copy to clipboard operation
Flow-Guided-Feature-Aggregation copied to clipboard

I meet a trouble about sh ./init.sh , I hope that you can reply to me as soon as possible. Thank you!

Open txf201604 opened this issue 6 years ago • 1 comments

ck (most recent call last): File "setup_linux.py", line 63, in CUDA = locate_cuda() File "setup_linux.py", line 58, in locate_cuda for k, v in cudaconfig.iteritems(): AttributeError: 'dict' object has no attribute 'iteritems'

txf201604 avatar Nov 09 '18 12:11 txf201604

from Python3.5, iteritems is replaced by items.

Feywell avatar Nov 20 '18 04:11 Feywell