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
dc448bdab391a6eac87de47efd5f8a64caebaf99
Switch branch/tag
seminar-breakout
31 Jul, 2017
10 commits
Add 'name' to layer signature in documentation
· dc448bda
Yuxin Wu
authored
Jul 31, 2017
dc448bda
allow empty model & data in config
· 0b226adb
Yuxin Wu
authored
Jul 31, 2017
0b226adb
check config.data/config.model in trainers
· e791b9a5
Yuxin Wu
authored
Jul 31, 2017
e791b9a5
update docs
· 784e2b7b
Yuxin Wu
authored
Jul 31, 2017
784e2b7b
bump tensorpack version
· 5d0d6d16
Yuxin Wu
authored
Jul 31, 2017
5d0d6d16
expose setup_graph in all multigpu trainers; TowerContext(use_vs=True) instead of passing a vs_name
· 26b4ea44
Yuxin Wu
authored
Jul 31, 2017
26b4ea44
fix SimpleTrainer. expose setup_graph for AsyncMultiGPUTrainer
· 06bb5142
Yuxin Wu
authored
Jul 31, 2017
06bb5142
Expose SimpleTrainer.build_graph; Provide a default Trainer.run_step
· 8837d748
Yuxin Wu
authored
Jul 31, 2017
8837d748
cleaner scope logic in TowerContext
· 064ea7c7
Yuxin Wu
authored
Jul 30, 2017
064ea7c7
fix resnet
· 844d8e69
Yuxin Wu
authored
Jul 30, 2017
844d8e69
30 Jul, 2017
10 commits
only freeze trainable variables (fix #351)
· 2a1af832
Yuxin Wu
authored
Jul 30, 2017
2a1af832
fix build
· 2d5b44e6
Yuxin Wu
authored
Jul 30, 2017
2d5b44e6
clean-up docs and imports
· 5134338e
Yuxin Wu
authored
Jul 30, 2017
5134338e
clean-up imports and docs
· a0619cd6
Yuxin Wu
authored
Jul 30, 2017
a0619cd6
import namespace cleanup in tfutils
· bf57d0af
Yuxin Wu
authored
Jul 30, 2017
bf57d0af
hide some internal functions from import
· 23e4f928
Yuxin Wu
authored
Jul 30, 2017
23e4f928
fix resnet on CPU
· ceb004a1
Yuxin Wu
authored
Jul 29, 2017
ceb004a1
fix SimpleTrainer and use longer test survival limit
· f5d5d4c2
Yuxin Wu
authored
Jul 29, 2017
f5d5d4c2
Call Trainer._setup() in constructor, to logically allow custom graph built outside trainer. (#318)
· 3b7e7c55
Yuxin Wu
authored
Jul 29, 2017
3b7e7c55
add SE-ResNet
· ec1bea93
Yuxin Wu
authored
Jul 29, 2017
ec1bea93
29 Jul, 2017
6 commits
document resnet shortcut
· 54785d5c
Yuxin Wu
authored
Jul 29, 2017
54785d5c
update WGAN to include two possible ways of clipping
· e741d7b4
Yuxin Wu
authored
Jul 29, 2017
e741d7b4
misc clean-ups
· 321440af
Yuxin Wu
authored
Jul 29, 2017
321440af
DCGAN example family, move TrainConfig to each script
· 8ef16f14
Yuxin Wu
authored
Jul 29, 2017
8ef16f14
move use_global_argument into ns
· 66726a8f
Yuxin Wu
authored
Jul 29, 2017
66726a8f
DCGAN family change
· 901727fc
Yuxin Wu
authored
Jul 28, 2017
901727fc
28 Jul, 2017
9 commits
clean-up import in ResNet
· e1cfbef8
Yuxin Wu
authored
Jul 28, 2017
e1cfbef8
fix regularize collection for replicated mode
· 08a5cf6f
Yuxin Wu
authored
Jul 28, 2017
08a5cf6f
RandomResize accept range as pixels (fix #343)
· 2ecdbc00
Yuxin Wu
authored
Jul 28, 2017
2ecdbc00
better scope in STN
· 6d2a0aa1
Yuxin Wu
authored
Jul 28, 2017
6d2a0aa1
better name_scope in InputSource (#340)
· c326e840
Yuxin Wu
authored
Jul 27, 2017
c326e840
better EMA scope under existing name_scope.
· cf2012dd
Yuxin Wu
authored
Jul 27, 2017
cf2012dd
better scope in add_moving_summary
· 7c6d9b4b
Yuxin Wu
authored
Jul 27, 2017
7c6d9b4b
name scope clean-ups in regularization and resnet (#340)
· 83c3a098
Yuxin Wu
authored
Jul 27, 2017
83c3a098
saver write metagraph in before_train
· 979d18ca
Yuxin Wu
authored
Jul 27, 2017
979d18ca
27 Jul, 2017
5 commits
fix import
· e2be301b
Yuxin Wu
authored
Jul 27, 2017
e2be301b
bump tf version for travis
· e0e29779
Yuxin Wu
authored
Jul 27, 2017
e0e29779
bugfix
· 553dccfa
Yuxin Wu
authored
Jul 27, 2017
553dccfa
imagenet_resnet_utils
· 16f8f752
Yuxin Wu
authored
Jul 27, 2017
16f8f752
make regularization work for REPLICATED
· 2afe02ba
Yuxin Wu
authored
Jul 27, 2017
2afe02ba