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

Updated dataset version semantic_segmentation.ipynb #13513

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bharatjetti
Copy link
Collaborator

  1. Updated oxford_iiit_pets dataset version 3.x.x to 4.0.0,
Screenshot 2024-12-19 at 1 38 45 PM
  1. Updated tfds.load() to tfds.data_source() to load the updated version of dataset.
  2. Changed train_ds.len().numpy() to train_ds.len() as train_ds object loaded from data_source api doesn't support numpy().
Screenshot 2024-12-19 at 2 08 04 PM

1. Updated oxford_iiit_pets dataset version 3.x.x to 4.0.0, 
Screenshot 2024-12-19 at 1.38.45 PM
2. Updated tfds.load() to tfds.data_source() to load the updated version of dataset.
3. Changed train_ds.__len__().numpy() to train_ds.__len__() as train_ds object loaded from data_source api doesn't support numpy().
Screenshot 2024-12-19 at 2.08.04 PM
@bharatjetti bharatjetti requested a review from a team as a code owner December 19, 2024 08:55
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@LakshmiKalaKadali LakshmiKalaKadali added the models:official models that come under official repository label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models:official models that come under official repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants