AutoProjectedGradientDescent #1690
Unanswered
khedher1984
asked this question in
Q&A
Replies: 1 comment
-
Hi @khedher1984 Can you provide more details? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I can't evaluate AutoProjectedGradientDescent.
Here is my configuration:
Tensorflow 2.4.3
Art 1.10
As I need to remove the last softmax layer, I apply this transformation:
atk_model = tf.keras.models.Model(inputs=model.input, outputs=model.get_layer(index=-2).output)
Error:
AttributeError: 'Tensor' object has no attribute 'numpy'
I have tried several proposed solutions but none of them work.
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions