Skip to content

Commit

Permalink
Update train_SemanticKitti.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmetAygun authored Sep 12, 2022
1 parent 8467727 commit dae4e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_SemanticKitti.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class SemanticKittiConfig(Config):
if previous_training_path:
config.load(os.path.join('results', previous_training_path))
config.saving_path = None
config.learning_rate = 1e-2 #after pretraining change to 1e-3
config.learning_rate = 1e-2 #after pretraining change to 1e-4
config.pre_train = False
config.free_dim = 4
config.n_frames = 4
Expand Down

0 comments on commit dae4e5c

Please sign in to comment.