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

Main #797

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Main #797

merged 1 commit into from
Aug 22, 2024

Conversation

Imgopz
Copy link
Contributor

@Imgopz Imgopz commented Jan 8, 2024

little correction needed

from

# Pred on our custom image
pred_and_plot_image(model=m,odel_1
                    image_path=custom_image_path,
                    class_names=class_names,
                    transform=custom_image_transform,
                    device=device)

to

# Pred on our custom image
pred_and_plot_image(model=model_1,
                    image_path=custom_image_path,
                    class_names=class_names,
                    transform=custom_image_transform,
                    device=device)

@mrdbourke
Copy link
Owner

Thank you!

@mrdbourke mrdbourke merged commit 0428745 into mrdbourke:main Aug 22, 2024
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