Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemError: NULL result without error in PyObject_Call #1

Open
leenaraz opened this issue Apr 17, 2019 · 2 comments
Open

SystemError: NULL result without error in PyObject_Call #1

leenaraz opened this issue Apr 17, 2019 · 2 comments

Comments

@leenaraz
Copy link

This is the error i get when i run
bash ./experiments/denseCap_jeddiNet_end2end/script_train.sh
Here is the error

Traceback (most recent call last):
File "./experiments/denseCap_jeddiNet_end2end/train_net.py", line 99, in
max_iters=args.max_iters)
File "/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py", line 163, in train_net
sw = SolverWrapper(solver_prototxt, roidb, output_dir, pretrained_model=pretrained_model, detection_pretrained_model=detection_pretrained_model)
File "/home/user4/mainpro/JEDDi-Net/experiments/denseCap_jeddiNet_end2end/../../lib/tdcnn/train_end2end.py", line 45, in init
self.solver = caffe.SGDSolver(solver_prototxt)
SystemError: NULL result without error in PyObject_Call

Please help me solve this

@huijuan88
Copy link
Collaborator

huijuan88 commented Apr 17, 2019 via email

@leenaraz
Copy link
Author

leenaraz commented Apr 18, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants