Serialize fair classifier
dlmracek opened this issue · 1 comments
dlmracek commented
Nice work, thanks for sharing. Do you have a recommendation for serializing _trainable_clf_net to the exclusion of _trainable_adv_net.
For example,
from keras.models import load_model
_trainable_clf_net.save('fair_model.h5')