首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏推荐算法学习

    Decouple Weight Decay Regulaization阅读笔记

    论文首先发现问题,和其他相关研究类似,L2和weight decay在adam这种自适应学习率上的表现很差,导致很多人还是采用SGD+momentum策略。类似的有相关研究,从各种方面出发,作者发现效果差的最主要原因是L2效果不好。因此其最主要的贡献是: improve regularization in Adam by decoupling the weight decay from the gradient-based update

    70330编辑于 2023-06-23
  • 来自专栏日常学python

    decouple,一个超厉害的 Python 库!

    大家好,今天为大家分享一个超厉害的 Python 库 - decouple。 Github地址:https://github.com/HBNetwork/python-decouple python-decouple库是一个用于管理配置文件的工具,它能够帮助开发者将配置信息从代码中解耦 本文将介绍如何安装和使用python-decouple库,以及它的特性、基本功能、高级功能、实际应用场景和总结部分。 安装 首先,需要安装python-decouple库。 可以使用pip工具轻松安装: pip install python-decouple 安装完成后,可以开始使用python-decouple库来管理配置文件。 python-decouple库也可以用于管理这些配置信息。

    78410编辑于 2024-04-24
  • 来自专栏CreateAMind

    从更统一的视角分析VAE

    The architecture of different regularizer So we show how to decouple the standard KL loss into different terms, now we could analyze losses with distributions together and show how to decouple them and how

    53210发布于 2019-11-07
  • 来自专栏智汇编程工坊

    如何在你的 Python 项目中安全高效地管理应用配置信息

    类似的工具除了 python-dotenv,还有一些其他的库也提供了类似的功能,比如 Django-environ 和 python-decouple。 Python-decouple 则是一个更加通用的库,它可以在任何 Python 项目中使用。Python-decouple 的主要优点是它的 API 非常简单,只需要一行代码就可以读取环境变量。 但是,Python-decouple 不支持 .env 文件中的多行字符串,这可能会在某些情况下造成不便。

    1.3K00编辑于 2024-04-20
  • 来自专栏python3

    Python模块整理(六):守护进程

            sys.stderr.write("fork #1 faild:(%d) %s\n" % (e.errno,e.strerror))         sys.exit(1)     #decouple print >>sys.stderr, "fork #1 failed: %d (%s)" % (e.errno, e.strerror)           sys.exit(1)      # decouple

    89110发布于 2020-01-10
  • 来自专栏JackeyGao的博客

    Django小技巧20: 使用多个settings模块

    urls.py | +-- wsgi.py +-- manage.py 配置新的settings.py 依下面的base.py为例: settings/base.py Python from decouple 强烈推荐使用**Python-Decouple ** 这样的库来保护配置, 或者通过环境变量的形式使用密码或密钥配置.

    4.2K10发布于 2018-12-07
  • 来自专栏张善友的专栏

    Prism Training Kit 4.0

    modularity, bootstrapping, dependency injection, UIComposition 和Communication): Modularity Lab: Shows how to decouple

    837100发布于 2018-01-31
  • 来自专栏张志敏的技术专栏

    设计模式之桥模式

    说明 Decouple an abstraction from its implementation allowing the two to vary independently.

    33520发布于 2020-08-10
  • 来自专栏老高的技术博客

    python守护进程demo

    sys.stderr.write("fork #1 failed: %d (%s)\n" % (e.errno, e.strerror)) sys.exit(1) # decouple sys.stderr.write('fork #1 failed: {0}\n'.format(err)) sys.exit(1) # decouple

    75910编辑于 2022-12-28
  • 来自专栏Java后端技术栈cwnait

    GOF23种设计模式类型、描述和类图(下)

    英文描述: Decouple an abstraction from its implementation so that the two can vary independently.

    54410发布于 2020-02-13
  • 来自专栏程序人生

    懒惰的力量

    小结一下,lazy evaluation: 把计算和计算发生的时间decouple,避免了不要要的计算 把计算和计算发生的空间decouple,提供了并发的可能 回过头来我们再好好想想这里处理问题的思路

    94580发布于 2018-03-28
  • 来自专栏机器学习、深度学习

    语义分割--Mix-and-Match Tuning for Self-Supervised Semantic Segmentation

    The patches across all images are mixed to decouple any intra-image dependency so as to reflect the diverse

    1.2K100发布于 2018-01-03
  • 来自专栏机器学习、深度学习

    3000类目标检测--R-FCN-3000 at 30fps: Decoupling Detection and Classification

    The key insight behind the proposed R-FCN-3000 architecture is to decouple objectness detection and classification

    68330发布于 2019-05-26
  • 来自专栏JackeyGao的博客

    Django小技巧19: 保护敏感信息

    换句话说,就说不要把敏感信息添加到 settings.py 中, 最好的方式是使用环境变量或者python-decouple.

    1.8K30发布于 2018-12-06
  • 来自专栏全栈程序员必看

    Datadog_DataDog搭建

    order to provide support for multiple Python versions, RtLoader fully abstracts Python in order to decouple

    2.5K20编辑于 2022-11-03
  • 来自专栏Lvshen的技术小屋

    设计模式23之桥接模式(终章)

    什么是桥接模式 “Decouple an abstraction from its implementation so that the two can vary independently.

    39510编辑于 2022-05-05
  • 来自专栏赵化冰的技术博客

    How service mesh can help during the ONAP Microservice journey

    Service mesh approach uses a sidecar proxy to decouple the service communication and other service infrastructure

    35130编辑于 2022-08-01
  • 来自专栏我爱计算机视觉

    CV Code | 本周新出计算机视觉开源代码汇总(含图像修复、目标检测、医学图像分割、度量学习等)

    Detection Yupan Huang, Qi Dai, Yutong Lu https://arxiv.org/abs/1904.07442v1 https://github.com/HYPJUDY/Decouple-SSAD

    95720发布于 2019-12-27
  • 来自专栏python3

    Python创建daemon

            print >>sys.stderr, "fork #1 failed: %d (%s)" % (e.errno, e.strerror)          sys.exit(1)     # decouple

    1.1K10发布于 2020-01-06
  • 来自专栏JAVA

    JavaScript split() 方法

    " orderVersion=02,productExp={\"ecid\":\"1111111111\",\"repaymentType\":\"02\",\"decouple

    47210编辑于 2024-11-20
领券