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.

Various questions

See original GitHub issue

First off, thanks very much for all your work on this - a really clean and understandable implementation of YOLO 😄 I have a few questions (probably very basic) about getting started with training and inference with tensornets - in specific to the YOLOv2 model:

  1. I am wanting to train YOLOv2 on the Open Images dataset. How can the tensornets implementation of YOLOv2 be used with a custom number of classes (545 in my case)?
  2. After training, how would one save the weights to a file and load them back in later for inference?
  3. Can layers be frozen during training (i.e. only train the last 4 layers) similar to what one can do in darknet with stopbackward=1?
  4. Is there support for training the YOLOv2 model with a TPU? If not, is there a somewhat straightforward path to adding that functionality?
  5. Can YOLOv2 be trained and used for inference with FP16 precision to speed things up - and can the existing pretrained weights be converted to FP16 so as to not necessitate training from scratch?

Thanks very much!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
abagshawcommented, May 18, 2018

@taehoonlee Awesome, thanks so much! Right now I’m swamped with work so I don’t see myself getting time to tinker around with it - but if a break comes up I’ll certainly give it a shot.

1reaction
taehoonleecommented, Apr 13, 2018

You are right @abagshaw, (# classes + 5) * # anchors = (545 + 5) * 5 = 2750. Thank you so much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

The 8 essential questioning techniques you need to know
The 8 essential questioning techniques you need to know · Closed questions (aka the 'Polar' question) · Open questions · Probing questions ·...
Read more >
Types of Questions: Sample Question Types with Examples
1. The Dichotomous Question · 2. Multiple Choice Questions · 3. Rank Order Scaling Question · 4. Text Slider Question · 5. Likert...
Read more >
Types of Question - Effective Questioning | SkillsYouNeed
There are lots of different types of open question; some are more closed than others! Leading or 'Loaded' Questions. A leading question, usually...
Read more >
The 4 Main Types of Questions in English + Examples - Preply
In English, there are four types of questions: general or yes/no questions, special questions using wh-words, choice questions, ...
Read more >
8.4 Different Types of Questions
Open-ended questions; Specific questions; Motivation questions; Unconventional questions. Lastly, we'll review illegal questions ...
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