You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using tensorflow version 2.18.0 and tensorflow-privacy version 0.9.0. Which other version of both of these will be compatible?
code:
import tensorflow as tf
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense facing error from this line:from tensorflow_privacy.privacy.optimizers.dp_optimizer_keras import DPKerasSGDOptimizer
from tensorflow_privacy.privacy.analysis import compute_dp_sgd_privacy
The text was updated successfully, but these errors were encountered:
I am currently using tensorflow version 2.18.0 and tensorflow-privacy version 0.9.0. Which other version of both of these will be compatible?
code:
import tensorflow as tf
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense
facing error from this line:from tensorflow_privacy.privacy.optimizers.dp_optimizer_keras import DPKerasSGDOptimizer
from tensorflow_privacy.privacy.analysis import compute_dp_sgd_privacy
The text was updated successfully, but these errors were encountered: