Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Pytorch Katib example #112

Merged
merged 2 commits into from
Dec 11, 2018
Merged

Pytorch Katib example #112

merged 2 commits into from
Dec 11, 2018

Conversation

johnugeorge
Copy link
Member

@johnugeorge johnugeorge commented Dec 11, 2018

Example of Pytorch mnist job in Katib


This change is Reviewable

@johnugeorge
Copy link
Member Author

/assign @richardsliu

Can you create an image and provide a tag? I will update then

Related: kubeflow/katib#283

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 73.339% when pulling bf63af4 on johnugeorge:katib into 97b3b99 on kubeflow:master.

@coveralls
Copy link

coveralls commented Dec 11, 2018

Coverage Status

Coverage remained the same at 73.42% when pulling 0a24c1b on johnugeorge:katib into 97b3b99 on kubeflow:master.

from tensorboardX import SummaryWriter
writer = SummaryWriter('runs')
# Training settings
parser = argparse.ArgumentParser(description='PyTorch MNIST Example')
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you need to parameterize the output directory? Where do the events get stored?

Copy link
Member Author

Choose a reason for hiding this comment

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

updated

@richardsliu
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: richardsliu

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit fa93797 into kubeflow:master Dec 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants