Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yura-hb committed May 4, 2024
1 parent 7f4c369 commit d4b7185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diploma_thesis/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from workflow import Workflow, Simulation, Tournament, MultiSimulation

torch.use_deterministic_algorithms(True)
# torch.use_deterministic_algorithms(True)
torch.manual_seed(0)
np.random.seed(0)

Expand Down

0 comments on commit d4b7185

Please sign in to comment.