kennymckormick / pyskl

A toolbox for skeleton-based action recognition.
Apache License 2.0
911 stars 175 forks source link

How to do visualization with Wandb instead of TextloggerHook? #236

Closed dvskabangira closed 1 month ago

dvskabangira commented 3 months ago

i would like to visualize the training and plots with wandb..i replaced TextloggerHook with wandb but still i can't visualize training,.. log_config = dict(interval=20, hooks=[dict(type='TextLoggerHook')]).. Any help? Thanks in advance