We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839c1dd commit 26d8835Copy full SHA for 26d8835
src/pyepal/pal/pal_neural_tangent.py
@@ -37,6 +37,7 @@
37
38
__all__ = ["PALNT", "NTModel"]
39
40
+
41
# We move those functions out of the class so that we can parallelize them
42
def _set_one_infinite_width_model( # pylint:disable=too-many-arguments
43
i: int,
0 commit comments