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
17c5984f
Commit
17c5984f
authored
Apr 30, 2020
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
8f831349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
docs/tutorial/extend/callback.md
docs/tutorial/extend/callback.md
+8
-2
No files found.
docs/tutorial/extend/callback.md
View file @
17c5984f
...
@@ -141,5 +141,11 @@ You can overwrite any of the following methods in the new callback:
...
@@ -141,5 +141,11 @@ You can overwrite any of the following methods in the new callback:
### Examples
### Examples
Check source code of the
[
existing tensorpack callbacks
](
../../modules/callbacks.md
)
.
The builtin callbacks listed in
[
API docs
](
../../modules/callbacks.md
)
and callbacks in tensorpack examples are
Or grep 'Callback' in tensorpack examples for those implemented as extensions.
great examples to learn how to write a callback.
Custom callbacks in tensorpack examples can be found by
`ack Callback`
in the example directory.
Some interesting ones are:
*
Run inference during training with a predictor:
[
CycleGAN
](
../../../examples/GAN/CycleGAN.py
)
,
[
RCNN
](
../../../examples/FasterRCNN/eval.py
)
*
Run some ops to modify weights during training:
[
WGAN
](
../../../examples/GAN/WGAN.py
)
,
[
MOCO
](
https://github.com/ppwwyyxx/moco.tensorflow/blob/master/main_moco.py
)
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