Visual-Behavior / aloception-oss

Aloception is a set of package for computer vision: aloscene, alodataset, alonet.
Other
93 stars 7 forks source link

alobugdays : added wandb hyperparams logging to pl helpers #300

Closed Dee61298 closed 1 year ago

Dee61298 commented 1 year ago

Now the hyperparameters are logged by default in wandb. The config of the experiment can be viewed in wandb=>overwiev=>config (see image below)

python alonet/deformable_detr/train_on_coco.py --sample --log

image

This pull request includes