We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791fe19 commit 94e0b28Copy full SHA for 94e0b28
pytorch_lightning/plugins/precision/precision_plugin.py
@@ -22,6 +22,9 @@
22
23
24
class PrecisionPlugin(Plugin):
25
+ """ Plugin handling the precision-specific parts of the training.
26
+ The static classattributes EPSILON and precision must be overwritten in child-classes and their default values reflect fp32 training
27
+ """
28
EPSILON = 1e-6
29
precision = 32
30
0 commit comments