Log attachments and notes
Log attachments and notes
# Log an image to an iteration
iteration.log("path/data_analysis_chart.png")
# Log a note to an iteration
iteration.log("This is a good model output.")Dataset attachments
from vectice import Dataset, FileResource
origin_dataset = Dataset.origin(name="performance ds", resource=FileResource(paths="./perfs.csv"), attachments=["attachment1.png", "attachment2.png"])iteration.log(origin_dataset)Model attachments
Add attachments to phase documentation in Vectice app
#1 Add attachments from iterations, datasets, or models

#2 Add attachments uploaded from your computer
Last updated
Was this helpful?