kitzeslab / opensoundscape

Open source, scalable software for the analysis of bioacoustic recordings
http://opensoundscape.org
MIT License
126 stars 14 forks source link

avoid using slash character in wandb logging #1000

Closed sammlapp closed 1 month ago

sammlapp commented 1 month ago

resolves #952 but need to check for proper logging with this patch. User fascimare reported no samples logging to wandb sample tables using this branch.

sammlapp commented 1 month ago

Not logging properly. The nested dictionary logging doesn't seem to work for wandb Tables. The safest bet seems to be to just use the default subsection of Tables rather than trying to nest tables, since / character can cause issues on Windows machines.