KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
avagrad
★ 9
Open GitHub ↗
Implementation of AvaGrad
Download README (.md)
Explore Similar Repositories
easyDemo
:
收集整理并实现各种功能,持续更新
yolov3-face
:
Face detection using keras-yolov3
compgen
:
No description available.
apply-modifiers-w-shape-keys
:
Repository to update the add-on ApplyModifierForObjectWithShapeKeys to Blender 2.8x.
svelte-typescript-storybook-template
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
avagrad
?
Download (.md)
[](https://paperswithcode.com/sota/stochastic-optimization-on-cifar-10-wrn-28-10?p=domain-independent-dominance-of-adaptive-1) [](https://paperswithcode.com/sota/stochastic-optimization-on-cifar-100-wrn-28?p=domain-independent-dominance-of-adaptive-1) [](https://paperswithcode.com/sota/stochastic-optimization-on-imagenet-resnet-50-2?p=domain-independent-dominance-of-adaptive-1) [](https://paperswithcode.com/sota/stochastic-optimization-on-penn-treebank?p=domain-independent-dominance-of-adaptive-1) # AvaGrad Implementation of the adaptive method AvaGrad proposed in [Domain-independent Dominance of Adaptive Methods](https://arxiv.org/abs/1912.01823) ## Requirements ``` Python 2/3, PyTorch == 1.1.0 ``` ## Guide Coming soon