octnet
octnet copied to clipboard
Can't run through the example.
Hi, thank you for the source code!
The "build_all.sh" was successed. But when I tried the example00, I got errors.
When I use python3.5, I got:
Traceback (most recent call last):
File "create_data.py", line 16, in
And when I use python2.7, I got :
Traceback (most recent call last):
File "create_data.py", line 16, in
Is it because the numpy version? Do you know what is the problem?