question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on Training on Pascal VOC 2007

See original GitHub issue

I have got an error when I train on Pascal VOC 2007 according to the README.md:

Traceback (most recent call last):
File "./faster_rcnn/train_net.py", line 109, in <module>
    restore=bool(int(args.restore)))
File "./faster_rcnn/../lib/fast_rcnn/train.py", line 400, in train_net
    sw.train_model(sess, max_iters, restore=restore)
File "./faster_rcnn/../lib/fast_rcnn/train.py", line 171, in train_model
    raise 'Check your pretrained {:s}'.format(ckpt.model_checkpoint_path)
AttributeError: 'NoneType' object has no attribute 'model_checkpoint_path'

I don’t know what it exactly means and what I should do

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
Yc174commented, May 18, 2017

@Albert0147 @hiz0ey Now I have solved this problem and found that downtime is because the GPU power consumption is too large, the power did not keep up.So I changed my power from 500W to 600W,and it worked.

0reactions
Albert0147commented, May 17, 2017

@Yc174 I don’t know, I have always set restore to 0…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testing error on pascal voc 2007 dataset · Issue #58 - GitHub
I find that this function is not called during training, just predict width and height during testing period. Am I right?
Read more >
The PASCAL Visual Object Classes Challenge 2007 (VOC2007)
The goal of this challenge is to recognize objects from a number of visual object classes in realistic scenes (i.e. not pre-segmented objects)....
Read more >
The PASCAL Visual Object Classes (VOC) Challenge - Microsoft
To date, only one error has been reported on the VOC2007 dataset, which was a viewpoint marked as unspecified rather than frontal.
Read more >
Why does Pascal VOC 2007 dataset have almost 2500 ...
After training for 67 epochs on ssd300, I get val loss around 5 which is not going down and maP is around 70%....
Read more >
PASCAL VOC 2007 - Kaggle
The PASCAL Visual Object Classes Challenge 2007. ... The PASCAL VOC project: ... learning problem in that a training set of labelled images...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found