Skip to main content
high-east
Projects
Demo
Artifacts
model
model
Log in
Sign up
Overview
Workspace
Runs
Automat.
Sweeps
Reports
Artifacts
Artifacts
model
model
No artifacts found.
wandb-history
run-57lmvo7w-history
run-4hk7zbwo-history
run-thc525i3-history
run-mnlzdf4p-history
run-7spxz7jq-history
run-71n0sgra-history
run-dpetblcn-history
run-nxy6rggz-history
run-0c01vlzf-history
run-nij8sbx9-history
1 - 10 of 12
run_table
Empty Artifact
model has no versions.
Use
wandb.log_artifact
to add a version to this Artifact.
import
wandb wandb
.
init
(
entity
=
'high-east'
,
project
=
'Demo'
)
art
=
wandb
.
Artifact
(
'model'
,
type
=
'model'
)
# ... add content to artifact ...
wandb
.
log_artifact
(
art
)
View Docs