These 17 commits are when the Protocol Buffers files have changed:
Commit: | 42c6bbe | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
update dataset & preprocessor builders, fix compression This is a major commit that applies various updates to the project. Major updates include moving the dataset builder to the tf.data API. Some variable and name scoping is also improved. Finally, resolves #14 by fixing the compression library. Updates docs to reflect the need to export before running compression.
The documentation is generated from this commit.
Commit: | 2f53c0c | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
add upsample logits option for training
Commit: | 91f7ec7 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
add mobile support for icnet
Commit: | aad641e | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
fix pspnet training and adjust configs
Commit: | e63793e | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
refactor compressor
Commit: | d6425e7 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
*major commit* - add pruner support
Commit: | 2497360 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
add frozen training support for layers
Commit: | dd66609 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
fix proto default icnet
Commit: | 367942d | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
refactor eval and add cropped eval
Commit: | 446698a | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
fix default loss weights
Commit: | 14a5244 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
add pspnet for pretraining
Commit: | 049ea01 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
fix finetune psp training procedure
Commit: | 45a669a | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
add psp module training only mode
Commit: | 0ee2a3b | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
fix preprocessor for training
Commit: | f72df3d | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
edit preprocessor
Commit: | c13abf5 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
add base of eval script
Commit: | 1d616a5 | |
---|---|---|
Author: | Oles Andrienko | |
Committer: | Oles Andrienko |
update proj structure, add icnet trainer, update record creator