Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
13e7f38f
Commit
13e7f38f
authored
Nov 20, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs update
parent
6fc4378c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
.github/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE.md
+4
-4
examples/FasterRCNN/NOTES.md
examples/FasterRCNN/NOTES.md
+4
-1
No files found.
.github/ISSUE_TEMPLATE.md
View file @
13e7f38f
...
@@ -2,11 +2,11 @@ Bug Reports/Feature Requests/Usage Questions Only:
...
@@ -2,11 +2,11 @@ Bug Reports/Feature Requests/Usage Questions Only:
Bug Reports (including performance bug):
Bug Reports (including performance bug):
Some part of code (either the library or examples) doesn't work as expected.
Some part of code (either the library or examples) doesn't work as expected.
A
lways include the following:
PLEASE a
lways include the following:
1.
What you did. (command you run if using examples; post or describe your code if not)
1.
What you did. (command you run if using examples; post or describe your code if not)
2.
What you observed
. (training logs)
2.
What you observed
, e.g. logs.
3.
What you expected, if not obvious
3.
What you expected, if not obvious
.
4.
Your environment (TF version,
GPUs
), if it matters.
4.
Your environment (TF version,
cudnn version, GPU model
), if it matters.
Feature Requests:
Feature Requests:
1.
Improve an existing feature.
1.
Improve an existing feature.
...
...
examples/FasterRCNN/NOTES.md
View file @
13e7f38f
...
@@ -38,7 +38,10 @@ Model:
...
@@ -38,7 +38,10 @@ Model:
Speed:
Speed:
1.
Inference is not quite fast, because either you disable convolution autotune and end up with
1.
The training will start very slow due to convolution warmup, until about 3k steps to reach a maximum speed.
Then the training speed will slowly decrease due to more accurate proposals.
2.
Inference is not quite fast, because either you disable convolution autotune and end up with
a slow convolution algorithm, or you spend more time on autotune.
a slow convolution algorithm, or you spend more time on autotune.
This is a general problem of TensorFlow when running against variable-sized input.
This is a general problem of TensorFlow when running against variable-sized input.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment