Skip to main content

Empty Artifact

2_2_1_transf_unfreeze_aux has no versions.

no-artifacts

Use wandb.log_artifact to add a version to this Artifact.

import wandb wandb.init(entity='veri', project='detr') art = wandb.Artifact('2_2_1_transf_unfreeze_aux', type='model') # ... add content to artifact ... wandb.log_artifact(art)