LAION-AI / CLAP

Contrastive Language-Audio Pretraining
https://arxiv.org/abs/2211.06687
Creative Commons Zero v1.0 Universal
1.43k stars 137 forks source link

Use logging instead of print #163

Closed carlthome closed 1 day ago

carlthome commented 2 months ago

Such that it is easier for a user of the torch.nn.Module that's CLAP_Module to control their terminal output.

RetroCirce commented 1 day ago

Thank you very much!