Skip to content

Commit e4dec55

Browse files
committed
Fixes.
1 parent 571f9da commit e4dec55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

profiling/standalone_training.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
pdb_pattern="^(....).pdb",
3535
as_iterable=True,
3636
subsample=5,
37-
max_datasets=10,
37+
max_datasets=100,
3838
)
3939
}
4040

@@ -92,7 +92,7 @@
9292
align_noisy_input_during_evaluation=True,
9393
mean_center=True,
9494
mirror_augmentation_rate=0.0,
95-
use_torch_compile=False,
95+
use_torch_compile=True,
9696
torch_compile_kwargs=dict(
9797
fullgraph=True,
9898
dynamic=True,

0 commit comments

Comments
 (0)