mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
foreach optimizers
Summary: Allow using the new `foreach` option on optimizers. Reviewed By: shapovalov Differential Revision: D39694843 fbshipit-source-id: 97109c245b669bc6edff0f246893f95b7ae71f90
This commit is contained in:
committed by
Facebook GitHub Bot
parent
db3c12abfb
commit
209c160a20
@@ -406,6 +406,7 @@ optimizer_factory_ImplicitronOptimizerFactory_args:
|
||||
weight_decay: 0.0
|
||||
linear_exponential_lr_milestone: 200
|
||||
linear_exponential_start_gamma: 0.1
|
||||
foreach: true
|
||||
training_loop_ImplicitronTrainingLoop_args:
|
||||
evaluator_class_type: ImplicitronEvaluator
|
||||
evaluator_ImplicitronEvaluator_args:
|
||||
|
||||
Reference in New Issue
Block a user