зеркало из https://github.com/microsoft/torchgeo.git
Silence tensorboard deprecation warnings
This commit is contained in:
Родитель
ab7ea0bc57
Коммит
f507b08252
|
@ -77,3 +77,8 @@ norecursedirs = [
|
||||||
"output",
|
"output",
|
||||||
"__pycache__",
|
"__pycache__",
|
||||||
]
|
]
|
||||||
|
filterwarnings = [
|
||||||
|
'ignore:.*Create unlinked descriptors is going to go away.*:DeprecationWarning',
|
||||||
|
# https://github.com/tensorflow/tensorboard/pull/5138
|
||||||
|
'ignore:.*is a deprecated alias for the builtin.*:DeprecationWarning',
|
||||||
|
]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче