Ask Your Question
3

Can a deep learning model be initially trained with low precision and then refined with high precision?

asked 2023-07-04 12:48:15 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-04 12:50:02 +0000

pufferfish gravatar image

Yes, a deep learning model can be initially trained with low precision and then refined with high precision. This is called mixed-precision training, where the model uses low precision (e.g. 16-bit) for the forward and backward computations during the initial training but switches to higher precision (e.g. 32-bit) for certain operations during the refinement phase. The rationale behind this approach is that lower precision calculations require less memory and computation, which can speed up the initial training process. However, higher precision can improve the model's accuracy and stability, allowing for better generalization and improved performance on unseen data. Mixed-precision training has been shown to be successful in various deep learning tasks, including image classification, object detection, and natural language processing.

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: 2023-07-04 12:48:15 +0000

Seen: 9 times

Last updated: Jul 04 '23