docstring, xattn working

This commit is contained in:
wassname
2020-11-02 11:47:04 +08:00
parent 632fa859a0
commit cd8810f32d
3 changed files with 49 additions and 28 deletions
+3
View File
@@ -0,0 +1,3 @@
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)