Ask Your Question
0

Does Automatic Mixed Precision (AMP) reduce the parameters of a model by half?

asked 2022-09-19 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-01-20 17:00:00 +0000

plato gravatar image

No, Automatic Mixed Precision (AMP) does not reduce the parameters of a model by half. It is a technique that combines the benefits of both single-precision and half-precision floating-point numbers to improve the performance of training deep learning models. By using both data types, the model can perform calculations with less memory usage and faster processing speed, while still maintaining accuracy. The reduction in memory usage and processing speed can help with larger models, but does not necessarily reduce the number of parameters.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-09-19 11:00:00 +0000

Seen: 9 times

Last updated: Jan 20 '22