mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-10-29 21:03:13 +00:00
Layer integration (#83)
* integrated parallel layers for ease of building models * integrated 2.5d layers * cleaned codes and unit tests * added log metric by step hook; updated imagenet benchmark; fixed some bugs * reworked initialization; cleaned codes Co-authored-by: BoxiangW <45734921+BoxiangW@users.noreply.github.com>
This commit is contained in:
@@ -19,5 +19,5 @@ dataset = dict(
|
||||
)
|
||||
|
||||
gradient_accumulation=2
|
||||
gradient_clipping=1.0
|
||||
clip_grad_norm=1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user