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 4e443ce commit 0730fadCopy full SHA for 0730fad
cerebros/neuralnetworkfuture/neural_network_future.py
@@ -341,7 +341,7 @@ def compile_neural_network(self):
341
weight_decay=0.004, # Add weight decay parameter
342
gradient_accumulation_steps=self.gradient_accumulation_steps
343
),
344
- jit_compile=jit_compile)
+ jit_compile=Tree) # jit_compile)
345
elif self.gradient_accumulation_steps == 1:
346
self.materialized_neural_network.compile(
347
loss=self.loss,
0 commit comments