Metadata-Version: 2.1
Name: Adam-tanhx
Version: 0.0.2
Summary: Optimizers with better performance than Adam in CIFAR-10.
Home-page: https://github.com/junjunjun-learner/Adam_tanhx
Author: junjunjun
Author-email: 996001302@qq.com
License: UNKNOWN
Description: # Optimizers with better performance than Adam in CIFAR-10.
        ## 1.Optimizers:
        ### a.Adam_tanh
        ### b.Adam_tanh2
        ### c.Adam_tanh3
        ### d.Adam_tanh_w
        ### e.Adam_tanh2_w
        ### f.Adam_tanh3_w
        ### g.diffGradw
        ## 2.use_methods:
        ```
        pip install Adam_tanhx
        ```
        
        ```python
        import Adam_tanhx
        #Adam_tanh can be replaced by any optimizer above
        optimizer = Adam_tanhx.Adam_tanh(net.parameters())
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
