This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
Tensorboard summaries
The most important new features in this release is addition of support for writing TensorBoard summaries to sticker2 annotate
and sticker2 distill
. The options --log-prefix
is added to both subcommands. This option enables writing of TensorBoard summaries to the given log prefix. Losses and accuracies are logged for each layer, as well as the average loss.
This release also contains a fix for a bug where the variables had an additional spurious encoder
prefix in finetuned models.