mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-08-01 12:51:16 +08:00
pin memory false by default
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class Trainer:
|
||||
batch_size: int = 32,
|
||||
num_batches_per_epoch: int = 50,
|
||||
num_workers: int = 4,
|
||||
pin_memory: bool = True,
|
||||
pin_memory: bool = False,
|
||||
learning_rate: float = 1e-3,
|
||||
weight_decay: float = 1e-6,
|
||||
device: Optional[torch.device] = None,
|
||||
|
||||
Reference in New Issue
Block a user