Hi there,
I'm really interested in using your network and performance does matter, that's why I installed chianti.
However I get this error:
python predict.py --architecture frrn_a --model_file models/frrn_a.npz --cs_folder ../Datasets/cityscapes_lk
Using cuDNN version 6021 on context None
Mapped name None to device cuda0: GeForce GTX 960 (0000:01:00.0)
2017-08-11 11:30:03,314 INFO Compile validation function
Traceback (most recent call last):
File "predict.py", line 84, in
main()
File "predict.py", line 63, in main
BATCH_SIZE)
File "/---/FRRN/train.py", line 264, in get_validation_provider
pychianti.Iterator.Sequential(validation_images),
TypeError: No registered converter was able to produce a C++ rvalue of type std::__cxx11::basic_string<char, std::char_traits, std::allocator > from this Python object of type str
I'm using python 2.7 in Anaconda. I have all dependencies. Boost version is 1.64. I tried different version of boost / boost-python and still got the same error. Any clue?
Hi there,
I'm really interested in using your network and performance does matter, that's why I installed chianti.
However I get this error:
I'm using python 2.7 in Anaconda. I have all dependencies. Boost version is 1.64. I tried different version of boost / boost-python and still got the same error. Any clue?