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

added mnist example #12

Merged
merged 6 commits into from
Feb 9, 2024
Merged

added mnist example #12

merged 6 commits into from
Feb 9, 2024

Conversation

nikp1172
Copy link
Contributor

@nikp1172 nikp1172 commented Feb 9, 2024

No description provided.



# Load the MNIST dataset
(x_train, y_train), (x_test, y_test) = mnist.load_data()
Copy link
Contributor

Choose a reason for hiding this comment

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

We already loaded the dataset before.

plt.title(f"Label: {y_train[i]}")
plt.axis('off')
plt.tight_layout()
plt.show()
Copy link
Contributor

Choose a reason for hiding this comment

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

This will be weird in job. Maybe we want to do log plot here?

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
plt.show()

nikp1172 and others added 2 commits February 9, 2024 17:31
client = mlfoundry.get_client()

client.create_ml_repo(args.ml_repo)
run = client.create_run(ml_repo=args.ml_repo)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we give a run name?

@nikp1172 nikp1172 merged commit 820c922 into main Feb 9, 2024
1 check passed
@debajyoti-truefoundry debajyoti-truefoundry deleted the np-add-mnist-eg branch February 9, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants