积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(36)Python(21)综合其他(7)Krita(6)前端开发(5)Java(5)JavaScript(2)C++(2)Kotlin(2)TypeScript(2)

语言

全部中文(简体)(49)

格式

全部PDF文档 PDF(42)其他文档 其他(7)
 
本次搜索耗时 0.265 秒,为您找到相关结果约 49 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Krita
  • 前端开发
  • Java
  • JavaScript
  • C++
  • Kotlin
  • TypeScript
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 2022年美团技术年货 合辑

    2 YOLOv6 量化感知蒸馏框架 针 对 YOLOv6s, 我 们 选 择 对 Neck(Rep-PAN)输 出 的 特 征 图 进 行 通 道 蒸 馏 (channel-wise distillation, CW)。另外,我们采用“自蒸馏”的方法,教师模型是 FP32 精度的 YOLOv6s,学生模型是 INT8 精度的 YOLOv6s。下图 7 是一个简化 示意图,只画出了 Neck Nsight-systems: https://docs.nvidia.com/nsight-systems/UserGuide/index.html [6] Channel-wise Knowledge Distillation for Dense Prediction, https://arxiv.org/ abs/2011.13256 [7] YOLOv6: A Single-Stage Object Detection https://tech.meituan.com/2021/07/08/multi-business-modeling.html. [7] Tang, Jiaxi, and Ke Wang. “Ranking distillation: Learning compact ranking models with high performance for recommender system.” Proceedings
    0 码力 | 1356 页 | 45.90 MB | 1 年前
    3
  • pdf文档 现代C++ 教程:高速上手C++11/14/17/20

    Base() { // 委托 Base() 构造函数 value2 = value; } }; class Subclass : public Base { public: using Base::Base; // 继承构造 }; int main() { Subclass s(3); std::cout << s.value1 << std::endl; std::cout << 在传统 C++ 中,经常容易发生意外重载虚函数的事情。例如: struct Base { virtual void foo(); }; struct SubClass: Base { void foo(); }; SubClass::foo 可能并不是程序员尝试重载虚函数,只是恰好加入了一个具有相同名字的函数。另 一个可能的情形是,当基类的虚函数被删除后,子类拥有旧的函数就不再重载该虚拟函数并摇身一变成 关键字将显式的告知编译器进行重载,编译器将检查基函 数是否存在这样的其函数签名一致的虚函数,否则将无法通过编译: struct Base { virtual void foo(int); }; struct SubClass: Base { virtual void foo(int) override; // 合法 virtual void foo(float) override; // 非法, 父类没有此虚函数
    0 码力 | 83 页 | 2.42 MB | 1 年前
    3
  • pdf文档 Blender v4.1 Manual

    application-independent set of baked geometric results. This ‘distillation’ of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • epub文档 Hyperledger Fabric 2.5 中文文档

    in a Task subclass. The function name will be used as the task name when invoking. Subclass Task (Task itself is intended to be abstract), define a run method, and instantiate your subclass at module level the function itself as the first argument (see 使用 @task 定制子类 for details.) task_class: The Task subclass used to wrap the decorated function. Defaults to WrappedCallableTask. aliases: An iterable of string you want to take advantage of class metaprogramming or similar techniques. Specifically, any Task subclass which is designed to take in a callable as its first constructor argument (as the built-in WrappedCallableTask
    0 码力 | 138 页 | 154.00 KB | 1 年前
    3
  • epub文档 Hyperledger Fabric 1.4 中文文档

    in a Task subclass. The function name will be used as the task name when invoking. Subclass Task (Task itself is intended to be abstract), define a run method, and instantiate your subclass at module level the function itself as the first argument (see 使用 @task 定制子类 for details.) task_class: The Task subclass used to wrap the decorated function. Defaults to WrappedCallableTask. aliases: An iterable of string you want to take advantage of class metaprogramming or similar techniques. Specifically, any Task subclass which is designed to take in a callable as its first constructor argument (as the built-in WrappedCallableTask
    0 码力 | 145 页 | 161.53 KB | 1 年前
    3
  • pdf文档 动手学深度学习 v2.0

    Socher, R. (2018). A closer look at deep learn‐ ing heuristics: learning rate restarts, warmup and distillation. arXiv preprint arXiv:1810.13243. [Graves, 2013] Graves, A. (2013). Generating sequences with
    0 码力 | 797 页 | 29.45 MB | 1 年前
    3
  • pdf文档 servlet mechanism

    service() doGet() doPost() Get Request Post Request Response Response Web Server HttpServlet subclass 注意: 方法由 HttpServlet 的子类实现
    0 码力 | 1 页 | 16.55 KB | 1 年前
    3
  • pdf文档 [试读]Angular 应用安全编程

    abstract class 30 department = new AccountingDepartment(); // ok to create and assign a non- abstract subclass 31 department.printName(); 32 department.printMeeting(); 33 department.generateReports(); //
    0 码力 | 27 页 | 177.00 KB | 1 年前
    3
  • pdf文档 Java 应用与开发 - Servlet 编程

    service() doGet() doPost() Get Request Post Request Response Response Web Server HttpServlet subclass 注意: 方法由 HttpServlet 的子类实现 大纲 Web 基础 Servlet 概述 Servlet 编程 Servlet 生命周期 Servlet 配置 Servlet 部署 Servlet
    0 码力 | 50 页 | 725.36 KB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    = 4 // 默认 public protected class Nested { public val e: Int = 5 } } class Subclass : Outer() { // a 不可见 // b、c、d 可见 // Nested 和 e 可见 override val b = 5 // “b”为 enum type is also restricted, but each enum constant exists only as a single instance, whereas a subclass of a sealed class can have multiple instances, each with its own state. As an example, consider implement sealed interfaces. These restrictions don't apply to indirect subclasses. If a direct subclass of a sealed class is not marked as sealed, it can be extended in any way that its modifiers allow:
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
共 49 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
2022美团技术年货合辑现代C++教程高速上手11141720Blenderv4ManualHyperledgerFabric2.5中文文文文档中文文档1.4动手深度学习v2figservletmechanismpdf试读Angular应用安全编程JavaEEKotlin1.910官方文版中文版
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩