Skip to content

Commit

Permalink
Update configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
TillBeemelmanns committed Oct 13, 2022
1 parent 6540b07 commit e7385f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion range_image_compression/configs/additive_lstm_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def additive_lstm_cfg():
cfg.val_batch_size = 128
cfg.save_freq = 10000
cfg.train_output_dir = "output"
cfg.xla = False
cfg.xla = True
cfg.mixed_precision = False

# Learning Rate scheduler
Expand Down
4 changes: 2 additions & 2 deletions range_image_compression/configs/additive_lstm_slim_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def additive_lstm_slim_cfg():

# Training
cfg.epochs = 3000
cfg.batch_size = 256
cfg.val_batch_size = 256
cfg.batch_size = 128
cfg.val_batch_size = 128
cfg.save_freq = 10000
cfg.train_output_dir = "/output"
cfg.xla = True
Expand Down

0 comments on commit e7385f3

Please sign in to comment.