Git Product home page Git Product logo

Comments (4)

TheRustlessSummer avatar TheRustlessSummer commented on August 16, 2024

ERROR (theano.gpuarray): pygpu was configured but could not be imported or is too old (version 0.7 or higher required)
NoneType: None
Y:\deep_learning\3D_R2N2\3D-R2N2-master\lib\layers.py:349: UserWarning: DEPRECATION: the 'ds' parameter is not going to exist anymore as it is going to be replaced by the parameter 'ws'.
pooled_out = pool.pool_2d(
Y:\deep_learning\3D_R2N2\3D-R2N2-master\lib\layers.py:349: UserWarning: DEPRECATION: the 'padding' parameter is not going to exist anymore as it is going to be replaced by the parameter 'pad'.
pooled_out = pool.pool_2d(
loading network parameters from output/ResidualGRUNet/default_model/weights.npy
Traceback (most recent call last):
File "Y:/deep_learning/3D_R2N2/3D-R2N2-master/demo.py", line 86, in
main()
File "Y:/deep_learning/3D_R2N2/3D-R2N2-master/demo.py", line 64, in main
net.load(DEFAULT_WEIGHTS) # load downloaded weights
File "Y:\deep_learning\3D_R2N2\3D-R2N2-master\models\net.py", line 71, in load
params_cpu_file = np.load(filename)
File "Y:\ProgramData\Anaconda3\lib\site-packages\numpy\lib\npyio.py", line 446, in load
return format.read_array(fid, allow_pickle=allow_pickle,
File "Y:\ProgramData\Anaconda3\lib\site-packages\numpy\lib\format.py", line 692, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False

Process finished with exit code 1

hello, I met the same question with you, have changed this question?

from 3d-r2n2.

SiyuanMengCN avatar SiyuanMengCN commented on August 16, 2024

ERROR (theano.gpuarray): pygpu was configured but could not be imported or is too old (version 0.7 or higher required)
NoneType: None
Y:\deep_learning\3D_R2N2\3D-R2N2-master\lib\layers.py:349: UserWarning: DEPRECATION: the 'ds' parameter is not going to exist anymore as it is going to be replaced by the parameter 'ws'.
pooled_out = pool.pool_2d(
Y:\deep_learning\3D_R2N2\3D-R2N2-master\lib\layers.py:349: UserWarning: DEPRECATION: the 'padding' parameter is not going to exist anymore as it is going to be replaced by the parameter 'pad'.
pooled_out = pool.pool_2d(
loading network parameters from output/ResidualGRUNet/default_model/weights.npy
Traceback (most recent call last):
File "Y:/deep_learning/3D_R2N2/3D-R2N2-master/demo.py", line 86, in
main()
File "Y:/deep_learning/3D_R2N2/3D-R2N2-master/demo.py", line 64, in main
net.load(DEFAULT_WEIGHTS) # load downloaded weights
File "Y:\deep_learning\3D_R2N2\3D-R2N2-master\models\net.py", line 71, in load
params_cpu_file = np.load(filename)
File "Y:\ProgramData\Anaconda3\lib\site-packages\numpy\lib\npyio.py", line 446, in load
return format.read_array(fid, allow_pickle=allow_pickle,
File "Y:\ProgramData\Anaconda3\lib\site-packages\numpy\lib\format.py", line 692, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
Process finished with exit code 1

hello, I met the same question with you, have changed this question?

Try to uninstall the numpy and insatll the previous version of numpy,such as numpy 1.16.1. I met the same question like you guys, this will help. Coz the new version of numpy add some function which are different then this project.

from 3d-r2n2.

lhx0416 avatar lhx0416 commented on August 16, 2024

I also meet this question,your method did work,thanks.

from 3d-r2n2.

Nicola1921 avatar Nicola1921 commented on August 16, 2024

Try to uninstall the numpy and insatll the previous version of numpy,such as numpy 1.16.1. I met the same question like you guys, this will help. Coz the new version of numpy add some function which are different then this project.

Thanks. A change of Numpy to Version 1.16.1 worked for me.
Maybe this Version should be fixed in the ''requirements.txt'' or a code update.

from 3d-r2n2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.