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 d29ff5a commit 2931ff9Copy full SHA for 2931ff9
bayesflow/adapters/transforms/convert_dtype.py
@@ -10,6 +10,9 @@
10
11
@serializable(package="bayesflow.adapters")
12
class ConvertDType(ElementwiseTransform):
13
+ """
14
+ Default transform used to convert all floats from float64 to float32 to be in line with keras framework.
15
16
def __init__(self, from_dtype: str, to_dtype: str):
17
super().__init__()
18
0 commit comments