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

The create_table in repo and in tutorial are different #94

Open
Someet-Git opened this issue Jan 29, 2023 · 0 comments
Open

The create_table in repo and in tutorial are different #94

Someet-Git opened this issue Jan 29, 2023 · 0 comments

Comments

@Someet-Git
Copy link

The code in the File- 01_EDA doesn't match with 2nd lesson.

Because the 3rd lesson of building an end-to-end prototype has the column "dataset" from video at time 2:59 rather than "Split" from repo.

Here is the code in the repo:

def _create_table(image_files, class_labels):
    "Create a table with the dataset"
    labels = [str(class_labels[_lab]) for _lab in list(class_labels)]
    table = wandb.Table(columns=["File_Name", "Images", "Split"] + labels)

image

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

No branches or pull requests

1 participant