habla-liaa / ser-with-w2v2

Official implementation of INTERSPEECH 2021 paper 'Emotion Recognition from Speech Using Wav2vec 2.0 Embeddings'
126 stars 23 forks source link

Error about Warning: Cannot resolve tags #4

Closed jiminbot20 closed 3 years ago

jiminbot20 commented 3 years ago

wandb: Waiting for W&B process to finish, PID 4265 wandb: Program failed with code 1. Press ctrl-c to abort syncing. wandb:
wandb: Find user logs for this run at: /home/emotion/w2v/wandb/run-20210924_090857-23nn6i97/logs/debug.log wandb: Find internal logs for this run at: /home/emotion/w2v/wandb/run-20210924_090857-23nn6i97/logs/debug-internal.log wandb: Synced 5 W&B file(s), 0 media file(s), 0 artifact file(s) and 0 other file(s) wandb: wandb: Synced ravdess_test: https://wandb.ai/jiminbot20/w2v_ser/runs/23nn6i97

is this warning necessary?

mrpep commented 3 years ago

It is useful for debugging if some important variable for the experiment was not defined. We are working in a better version of the pipeline with a nicer logging system so that those messages can be easily deactivated.

jiminbot20 commented 3 years ago

so those warning tags are fine to ignore?