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

Creating SGDSolver fails while training #17

Open
Bachery opened this issue Dec 18, 2018 · 0 comments
Open

Creating SGDSolver fails while training #17

Bachery opened this issue Dec 18, 2018 · 0 comments

Comments

@Bachery
Copy link

Bachery commented Dec 18, 2018

Hi,

I get a problem while training the network using the command ./trainNet.sh

The log of the process ends:

Output will be saved to `output`
initializing network ...
normalizing bbox 3d regression targets (bbox_3d_targets) ...

and then the program exits, without reporting any errors.

I find the problem code may be the line 36 in /rgbd_3det/lib/cnn/train.py:
self.solver = caffe.SGDSolver(solver_prototxt)

but have no idea why and what happens.

On the other hand, the testing runs successfully.

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

1 participant