mirror of
https://github.com/wassname/seq2seq-time.git
synced 2026-06-27 17:31:58 +08:00
4 lines
215 B
Python
4 lines
215 B
Python
import warnings
|
|
warnings.filterwarnings('ignore', 'Consider increasing the value of the `num_workers` argument', UserWarning)
|
|
warnings.filterwarnings('ignore', 'Your val_dataloader has `shuffle=True`', UserWarning)
|