GithubHelp home page GithubHelp logo

Comments (6)

estellazx avatar estellazx commented on June 15, 2024 1

There is a lag for an artifact being deleted after a project has been deleted so its in a weird place right now where the artifact still shows up some places but will be deleted in a few days

from wandb.

ArtsiomWB avatar ArtsiomWB commented on June 15, 2024 1

Hey guys! tagging myself on this thread for tracking purposes.

from wandb.

estellazx avatar estellazx commented on June 15, 2024

Hi @maximefuchs I found the faulty artifact lineage, looks like your lineage probably looks something like this?
dataset(in a project that has been deleted) -> run -> new dataset
Thats whats causing the crash we are trying to look at the lineage that contains a deleted project. Will put in a fix to not crash page, thanks for reporting.

from wandb.

maximefuchs avatar maximefuchs commented on June 15, 2024

I don't really understand. The project has not been deleted.
I'm resuming a run from a project that still extists, log the dataset artifact and then finish the run. I don't understand where a deleted project would be involved.

from wandb.

estellazx avatar estellazx commented on June 15, 2024

This is an older run, I'm thinking you might have use_artifact in the past for this run, and that artifact you used the project of that artifact is now deleted.

If you go click into the run of this broken lineage artifact, on the left side bar click artifacts. You will see all the input and output artifacts on this page. You should see an input artifact and if you click into that artifact you should see that it gives a 404 error since that project is deleted.

from wandb.

exalate-issue-sync avatar exalate-issue-sync commented on June 15, 2024

Internal GitHub User commented:

Current Behavior

After adding a dataset reference to an old run using:

# resume run to add dataset
run = wandb.init(id=id_run, project=project, resume="must")
# add dataset reference
artifact = wandb.Artifact(name=name_dataset, type="dataset")
# Add dataset directory to artifact
artifact.add_reference(f"file://{path_to_dataset}", max_objects=3000000)  
run.log_artifact(artifact)
run.finish()

The dataset is correctly uploaded, but when I want to see the Lineage of the artefact I stumble on "an error occurred":
Screenshot from 2024-03-21 09-48-18

Expected Behavior

No response

Steps To Reproduce

No response

Screenshots

No response

Environment

OS: Linux Ubuntu 22.04.4 LTS

Browsers: Chrome 122.0.6261.128

wandb 0.16.4

Additional Context

No response

from wandb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.