Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VQ-ResNet #72

Merged
merged 78 commits into from
Oct 3, 2018
Merged

VQ-ResNet #72

merged 78 commits into from
Oct 3, 2018

Conversation

FlorianPfisterer
Copy link
Collaborator

This PR contains an updated version of resnet_base with some extra features and, primarily, a VQResNet model which uses the vq-layer module.

FlorianPfisterer and others added 30 commits September 24, 2018 17:59
- fix pipeline
- move resnet-base to root
- fix vq-layer installation
- general: refactoring and clean-up
- add EventListener in TrainingServer
- define event-codes in gRPC
- add functionality to execute bash-scripts
- fix GPU bug
@FlorianPfisterer FlorianPfisterer requested review from Simsso and a user October 3, 2018 11:27
@Simsso Simsso added code Software is relevant or involved research Scientific items infrastructure Cloud services, infrastructure, CI, and deployment labels Oct 3, 2018
@Simsso Simsso added this to the 13. Working Group Meeting milestone Oct 3, 2018
tf.logging.set_verbosity(tf.logging.DEBUG)
tf.set_random_seed(15092017)

tf.logging.set_verbosity(tf.logging.DEBUG)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Setting verbosity twice.

handler.setLevel(logging.DEBUG)
handler.setFormatter(logging.Formatter('%(asctime)s - %(levelname)s - %(message)s'))
tf_logger.handlers = [handler] # redirect tf.logging to stdout instead of stderr
tf_logging.propagate = False
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move logger initialization into a utils.

resnet-base/resnet_base/mains/vq_train.py Show resolved Hide resolved
resnet-base/resnet_base/model/resnet.py Outdated Show resolved Hide resolved
resnet-base/setup.py Show resolved Hide resolved
resnet-base/start.sh Outdated Show resolved Hide resolved
resnet-base/resnet_base/trainer/base_trainer.py Outdated Show resolved Hide resolved
@Simsso Simsso mentioned this pull request Oct 3, 2018
11 tasks
Copy link
Collaborator Author

@FlorianPfisterer FlorianPfisterer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work, @FlorianPfisterer!

@FlorianPfisterer FlorianPfisterer merged commit 907582c into master Oct 3, 2018
@FlorianPfisterer FlorianPfisterer deleted the vq-resnet branch October 3, 2018 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Software is relevant or involved infrastructure Cloud services, infrastructure, CI, and deployment research Scientific items
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants