We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693a374 commit 95b5492Copy full SHA for 95b5492
language_modeling_via_stochastic_processes/scripts/train_encoder.py
@@ -69,17 +69,6 @@ def run(config):
69
## Evaluation:
70
trainer.test(system)
71
72
- ## Plot some trajectories...
73
- recovery.get_recovery(
74
- model=system.model,
75
- dataset=system.train_dataset,
76
- M=system.train_dataset.A,
77
- dt=config.data_params.dt,
78
- seed=config.seed,
79
- objective_name=config.loss_params.name,
80
- exp_name=config.wandb_params.exp_name
81
- )
82
-
83
def seed_everything(seed, use_cuda=True):
84
random.seed(seed)
85
torch.manual_seed(seed)
0 commit comments