Log Weight and Biases runs
# Use the following model wrapper to retrieve your W&B run artifacts
model = Model.wandb(run_id='your_run_path', client=wandb.Api, url='https://your_url.com')
# Log W&B artifacts in Vectice (Also works with autolog)
iteration.log(model)Parameter
Description
Default

