UETAILab / uetai

Custom ML tracking experiment and debugging tools.
https://uetailab.github.io/uetai/
MIT License
15 stars 1 forks source link

Developing `wandb resume run` function #5

Closed nmd2k closed 2 years ago

nmd2k commented 2 years ago

A test_cli quick pipeline sketch

nmd2k commented 2 years ago

New update

Wandb organization in SummaryWriter

SummaryWriter now can be selected and logged with the Wandb team account. I've created a Wandb team named uet-ailab for everyone can join in. Example:

Download by URL and automate unzip it

We provide data_path which can be used to select specific wandb dataset artifact to be downloaded. Now it can be used to download through URL

dataset_dir = logger.data_path(path="https://github.com/manhdung20112000/torch-simple-logger/releases/download/dataset_v1.0/MNIST.zip")

Notes: Automate unzip (if the URL link to zip file) and save in the dir with zip file name

nmd2k commented 2 years ago

This branch has already been merged through #9