minor fix, import Progbar

pull/155/head
Underknowledge 2022-01-02 12:57:49 +01:00 zatwierdzone przez GitHub
rodzic f7cd0fd0d1
commit 4f28eafff5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ import zipfile
import PIL
import pkg_resources
import six
from keras.utils import Progbar
from tensorflow.keras.utils import Progbar
from six.moves.urllib.error import HTTPError, URLError
stderr = sys.stderr