phoenixnn / Amodal3Det

GNU General Public License v3.0
73 stars 19 forks source link

Creating SGDSolver fails while training #17

Open Bachery opened 5 years ago

Bachery commented 5 years ago

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.