Open Bachery opened 5 years ago
Hi,
I get a problem while training the network using the command ./trainNet.sh
./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)
/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.
Hi,
I get a problem while training the network using the command
./trainNet.sh
The log of the process ends:
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.