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
dc13638b
Commit
dc13638b
authored
Jan 28, 2018
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove inceptionv3
parent
2e058ee1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
302 deletions
+2
-302
examples/Inception/inception-bn.py
examples/Inception/inception-bn.py
+1
-0
examples/Inception/inceptionv3.py
examples/Inception/inceptionv3.py
+0
-301
examples/README.md
examples/README.md
+1
-1
No files found.
examples/Inception/inception-bn.py
View file @
dc13638b
...
@@ -16,6 +16,7 @@ from tensorpack.utils.gpu import get_nr_gpu
...
@@ -16,6 +16,7 @@ from tensorpack.utils.gpu import get_nr_gpu
from
imagenet_utils
import
fbresnet_augmentor
,
get_imagenet_dataflow
from
imagenet_utils
import
fbresnet_augmentor
,
get_imagenet_dataflow
# Change them if using different number of GPUs.
TOTAL_BATCH_SIZE
=
64
*
6
TOTAL_BATCH_SIZE
=
64
*
6
NR_GPU
=
6
NR_GPU
=
6
BATCH_SIZE
=
TOTAL_BATCH_SIZE
//
NR_GPU
BATCH_SIZE
=
TOTAL_BATCH_SIZE
//
NR_GPU
...
...
examples/Inception/inceptionv3.py
deleted
100755 → 0
View file @
2e058ee1
This diff is collapsed.
Click to expand it.
examples/README.md
View file @
dc13638b
...
@@ -22,7 +22,7 @@ See [Unawareness of Deep Learning Mistakes](https://medium.com/@ppwwyyxx/unaware
...
@@ -22,7 +22,7 @@ See [Unawareness of Deep Learning Mistakes](https://medium.com/@ppwwyyxx/unaware
|
[
Train Faster-RCNN / Mask-RCNN on COCO
](
FasterRCNN
)
| reproduce paper |
|
[
Train Faster-RCNN / Mask-RCNN on COCO
](
FasterRCNN
)
| reproduce paper |
|
[
DoReFa-Net: training binary / low-bitwidth CNN on ImageNet
](
DoReFa-Net
)
| reproduce paper |
|
[
DoReFa-Net: training binary / low-bitwidth CNN on ImageNet
](
DoReFa-Net
)
| reproduce paper |
|
[
Generative Adversarial Network(GAN) variants
](
GAN
)
, including DCGAN, InfoGAN,
<br/>
Conditional GAN, WGAN, BEGAN, DiscoGAN, Image to Image, CycleGAN | visually reproduce |
|
[
Generative Adversarial Network(GAN) variants
](
GAN
)
, including DCGAN, InfoGAN,
<br/>
Conditional GAN, WGAN, BEGAN, DiscoGAN, Image to Image, CycleGAN | visually reproduce |
|
[
Inception-BN
and InceptionV3
](
Inception
)
| reproduce reference code |
|
[
Inception-BN
](
Inception
)
| reproduce reference code |
|
[
Fully-convolutional Network for Holistically-Nested Edge Detection(HED)
](
HED
)
| visually reproduce |
|
[
Fully-convolutional Network for Holistically-Nested Edge Detection(HED)
](
HED
)
| visually reproduce |
|
[
Spatial Transformer Networks on MNIST addition
](
SpatialTransformer
)
| reproduce paper |
|
[
Spatial Transformer Networks on MNIST addition
](
SpatialTransformer
)
| reproduce paper |
|
[
Visualize CNN saliency maps
](
Saliency
)
| visually reproduce |
|
[
Visualize CNN saliency maps
](
Saliency
)
| visually reproduce |
...
...
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