You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I m getting below error when trying to run train.py
Traceback (most recent call last):
File "train.py", line 190, in
main(sys.argv)
File "train.py", line 177, in main
train(dataset_train, dataset_val, FLAGS.weights, FLAGS.caffemodel)
File "train.py", line 84, in train
model.load_alexnet_to_mvcnn(sess, caffemodel)
File "D:\git_hub\MVCNN-TensorFlow\model.py", line 176, in load_alexnet_to_mvcnn
caffemodel = np.load(caffetf_modelpath)
File "C:\Users\Garima\Anaconda3\envs\pytorch_new\lib\site-packages\numpy\lib\npyio.py", line 453, in load
pickle_kwargs=pickle_kwargs)
File "C:\Users\Garima\Anaconda3\envs\pytorch_new\lib\site-packages\numpy\lib\format.py", line 722, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
The text was updated successfully, but these errors were encountered:
I m getting below error when trying to run train.py
Traceback (most recent call last):
File "train.py", line 190, in
main(sys.argv)
File "train.py", line 177, in main
train(dataset_train, dataset_val, FLAGS.weights, FLAGS.caffemodel)
File "train.py", line 84, in train
model.load_alexnet_to_mvcnn(sess, caffemodel)
File "D:\git_hub\MVCNN-TensorFlow\model.py", line 176, in load_alexnet_to_mvcnn
caffemodel = np.load(caffetf_modelpath)
File "C:\Users\Garima\Anaconda3\envs\pytorch_new\lib\site-packages\numpy\lib\npyio.py", line 453, in load
pickle_kwargs=pickle_kwargs)
File "C:\Users\Garima\Anaconda3\envs\pytorch_new\lib\site-packages\numpy\lib\format.py", line 722, in read_array
raise ValueError("Object arrays cannot be loaded when "
ValueError: Object arrays cannot be loaded when allow_pickle=False
The text was updated successfully, but these errors were encountered: