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
a55d81cabc88929dd4c7c4380a9952aa3c324846
Switch branch/tag
seminar-breakout
20 Oct, 2017
1 commit
use sess.make_callable for predictors
· a55d81ca
Yuxin Wu
authored
Oct 19, 2017
a55d81ca
19 Oct, 2017
11 commits
Call predictor with positional arguments
· f363d2e8
Yuxin Wu
authored
Oct 19, 2017
f363d2e8
fix import
· a6a2aba4
Yuxin Wu
authored
Oct 19, 2017
a6a2aba4
Move gradient average utilities
· f409fbf0
Yuxin Wu
authored
Oct 19, 2017
f409fbf0
Create the old-style trainer when requested
· d53b5c4c
Yuxin Wu
authored
Oct 19, 2017
d53b5c4c
Add a function to apply general prefetch policies
· 4e644290
Yuxin Wu
authored
Oct 19, 2017
4e644290
Use `logger.get_logger_dir()` to access logger directory.
· fff3f2d3
Yuxin Wu
authored
Oct 19, 2017
fff3f2d3
fix bug of last commit
· 1be49dc9
Yuxin Wu
authored
Oct 19, 2017
1be49dc9
Builder with get_grads instead of input+get_cost
· d2939cf8
Yuxin Wu
authored
Oct 19, 2017
d2939cf8
Allow double-wrapping TowerFuncWrapper
· 2c5b1bec
Yuxin Wu
authored
Oct 18, 2017
2c5b1bec
deprecate TrainConfig(predict_tower). The device should be passed directly to InferenceRunner
· d9817a56
Yuxin Wu
authored
Oct 18, 2017
d9817a56
[Trainerv2] Let InferenceRunner run with new Trainer
· da98e447
Yuxin Wu
authored
Oct 18, 2017
da98e447
18 Oct, 2017
15 commits
a better TowerTensorHandle to access tensors (currently for predictor only) (#318)
· e5ff50e7
Yuxin Wu
authored
Oct 18, 2017
e5ff50e7
bugfix of last commit.
· 9911b234
Yuxin Wu
authored
Oct 18, 2017
9911b234
Fix imports; Add call_only_once decorator;
· 260936ff
Yuxin Wu
authored
Oct 18, 2017
260936ff
remove DataParallelFeedInput, as dataparallel inference now relies on QueueInput
· 9fff46d5
Yuxin Wu
authored
Oct 18, 2017
9fff46d5
[Trainerv2] fix interface for distributed trainer.
· 12cd6e6c
Yuxin Wu
authored
Oct 18, 2017
12cd6e6c
initial commit of new trainer interface (#318)
· a673974c
Yuxin Wu
authored
Oct 18, 2017
a673974c
Share documents between builder & trainer
· 82187086
Yuxin Wu
authored
Oct 18, 2017
82187086
bump versions
· 5b8ed8be
Yuxin Wu
authored
Oct 18, 2017
5b8ed8be
StagingInputWrapper takes a list of int
· e6493857
Yuxin Wu
authored
Oct 18, 2017
e6493857
Fix some use of loop attributes. These attributes should be available only from before_train
· 4c5cdf9b
Yuxin Wu
authored
Oct 18, 2017
4c5cdf9b
make _monitors private as well.
· 4126a583
Yuxin Wu
authored
Oct 17, 2017
4126a583
fix __doc__ assignment in Py3
· e10d43e7
Yuxin Wu
authored
Oct 17, 2017
e10d43e7
update docs
· c33a3ccb
Yuxin Wu
authored
Oct 17, 2017
c33a3ccb
fix missing import
· caf9ee8d
Yuxin Wu
authored
Oct 17, 2017
caf9ee8d
move InputSource to a separate folder
· 63c0f891
Yuxin Wu
authored
Oct 17, 2017
63c0f891
17 Oct, 2017
13 commits
Use `TrainLoop` to manage the loop, and delegate properties. Hide `trainer.config`
· 9e995a8d
Yuxin Wu
authored
Oct 17, 2017
9e995a8d
fix missing chief setting in Distributed Trainer
· 7efe4939
Yuxin Wu
authored
Oct 17, 2017
7efe4939
extract common utilities out of train/
· 10cc1962
Yuxin Wu
authored
Oct 17, 2017
10cc1962
fix deprecated usage in examples
· a64d25cf
Yuxin Wu
authored
Oct 17, 2017
a64d25cf
clean-ups
· 12192d59
Yuxin Wu
authored
Oct 17, 2017
12192d59
improve logging and fix wd computation in inference
· f67a1aff
Yuxin Wu
authored
Oct 17, 2017
f67a1aff
Maintain global_step in each job as a local_variable
· 12846f57
Yuxin Wu
authored
Oct 17, 2017
12846f57
clean-up ModelDesc
· 3498c0b6
Yuxin Wu
authored
Oct 17, 2017
3498c0b6
Docs about graph builder
· 490142d7
Yuxin Wu
authored
Oct 17, 2017
490142d7
add missing file
· a2f60395
Yuxin Wu
authored
Oct 17, 2017
a2f60395
fix distributed training, GAN examples. rename utilities
· 6cb47609
Yuxin Wu
authored
Oct 17, 2017
6cb47609
fix multigpu training
· ce709fa3
Yuxin Wu
authored
Oct 17, 2017
ce709fa3
[WIP] move away all graph building logic
· 694e404b
Yuxin Wu
authored
Oct 16, 2017
694e404b