2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2024-09-20 07:26:37 +05:30

minor fix, import Progbar

This commit is contained in:
Underknowledge 2022-01-02 12:56:31 +01:00 committed by GitHub
parent aedaa82d22
commit f7cd0fd0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import time
import numpy as np import numpy as np
import tensorflow as tf import tensorflow as tf
from fawkes.utils import preprocess, reverse_preprocess from fawkes.utils import preprocess, reverse_preprocess
from keras.utils import Progbar from tensorflow.keras.utils import Progbar
class FawkesMaskGeneration: class FawkesMaskGeneration: