Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TRI-ML/RAP into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmercat committed Mar 14, 2023
2 parents 04387f9 + ed6881c commit bf2232f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions risk_biased/config/waymo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
learning_rate = 3e-4
batch_size = 64
accumulate_grad_batches = 2
num_epochs_cvae = 0
num_epochs_cvae = 200
num_epochs_bias = 100
gpus = [1]
gpus = [0]
seed = 0 # Give an integer value to seed will set seed for pseudo-random number generators in: pytorch, numpy, python.random
num_workers = 8

Expand Down

0 comments on commit bf2232f

Please sign in to comment.