Skip to main content
tim-w
Projects
dl4j-scala-colab-v2
Artifacts
dataset
test-data
Log in
Sign up
Overview
Workspace
Runs
Automat.
Sweeps
Reports
Artifacts
Artifacts
dataset
test-data
No artifacts found.
train-data
model
serialized-model
txt
metrics
wandb-history
run-3f32dyze-history
run-2c18n0ur-history
run-1m5x4xdw-history
run-24jp15vh-history
run-16nf0r2q-history
run-2ws19sat-history
run-phm6xbi9-history
run-1md63ohr-history
run-263ebzwa-history
yaml
model_config
code
Empty Artifact
test-data has no versions.
Use
wandb.log_artifact
to add a version to this Artifact.
import
wandb wandb
.
init
(
entity
=
'tim-w'
,
project
=
'dl4j-scala-colab-v2'
)
art
=
wandb
.
Artifact
(
'test-data'
,
type
=
'dataset'
)
# ... add content to artifact ...
wandb
.
log_artifact
(
art
)
View Docs