Skip to content

Commit b2f9bb6

Browse files
committed
Add filters
1 parent 6800dc8 commit b2f9bb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/keras-audio/gru-composer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
import subprocess
1010
import wandb
1111
import base64
12+
import warnings
13+
warnings.simplefilter(action='ignore', category=FutureWarning)
14+
1215
wandb.init()
1316

1417

0 commit comments

Comments
 (0)