google / objax

Apache License 2.0
769 stars 77 forks source link

Create example on gradient accumulation #67

Open david-berthelot opened 4 years ago

david-berthelot commented 4 years ago

Gradient accumulation is a technique used to simulate large batches that would not fit in hardware. Write an example in examples to demonstrate how to do it.