Support for Mixed Precision Training #100
MahmoudAshraf97
started this conversation in
General
Replies: 2 comments 1 reply
-
Solved by replacing "tf.convert_to_tensor" calls with "tf.cast" calls using the exact same parameters in GDN.py |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, can you achieve the desired functionality by passing the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I implemented an autoencoder architecture for image compression and used the GDN module of the TFC library, the problem is the TFC library causes problems that prevent training with Mixed precision or half precision, when replacing GDN activation with RELU or anything else the training works perfectly with mixed precision.
Please update the code to enable mixed precision
my code for reference with colab notebook to try
https://github.com/MahmoudAshraf97/AutoencoderCompression
Thanks
Beta Was this translation helpful? Give feedback.
All reactions