积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(215)综合其他(140)云计算&大数据(102)Weblate(90)Python(59)OpenShift(54)PyWebIO(46)区块链(44)系统运维(42)数据库(39)

语言

全部中文(简体)(571)

格式

全部PDF文档 PDF(431)其他文档 其他(131)PPT文档 PPT(7)DOC文档 DOC(2)
 
本次搜索耗时 0.133 秒,为您找到相关结果约 571 个.
  • 全部
  • 后端开发
  • 综合其他
  • 云计算&大数据
  • Weblate
  • Python
  • OpenShift
  • PyWebIO
  • 区块链
  • 系统运维
  • 数据库
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 LSTM-Layer使用

    vec] ▪ h/c: [num_layer, b, h] ▪ out: [seq, b, h] nn.LSTM nn.LSTMCell ▪ __init__ LSTMCell.forward() ▪ ht, ct = lstmcell(xt, [ht_1, ct_1]) ▪ xt: [b, vec] ▪ ht/ct: [b, h] Single layer Two Layers 下一课时
    0 码力 | 11 页 | 643.79 KB | 1 年前
    3
  • pdf文档 RNN-Layer使用

    RNN Layer使用 主讲人:龙良曲 Folded model feature ??@??ℎ + ℎ?@?ℎℎ [0,0,0 … ] x: ??? ???, ????ℎ, ??????? ??? ????ℎ, ??????? ??? @[ℎ????? ???, ??????? ???]?+ ????ℎ, ℎ????? ??? @ ℎ????? ???, ℎ????? ??? ? layers, b, h dim] ▪ out: [seq len, b, h dim] Single layer RNN feature ??@??ℎ 1 + ℎ? 1@?ℎℎ 1 [0,0,0 … ] ℎ? 1@??ℎ 2 + ℎ? 2@?ℎℎ 2 [0,0,0 … ] 2 layer RNN [T, b, h_dim], [layers, b, h_dim] nn.RNNCell
    0 码力 | 15 页 | 883.60 KB | 1 年前
    3
  • ppt文档 THE FIRST EXPLORATION OF PROJECT SPARROW

    0 码力 | 68 页 | 13.14 MB | 1 年前
    3
  • pdf文档 3 在AWS部署与发布你面向全球的Python Serverless应用 谢洪恩

    Functions and Containers Lambda layers Let functions easily share code; upload layer once, reference within any function Layer can be anything: Dependencies, training data, configuration files, etc. Promote business logic Built-in support for secure sharing by ecosystem Including library dependencies in a layer Runtime Folders Python python python/lib/python3.7/site-packages (site directories) Node.js nodejs/node_modules Lambda Layer • 99.95% SLA Decouple and Modularize your Serverless Application Lambda layers • Let functions easily share code; upload layer once, reference within any function • Layer can be
    0 码力 | 53 页 | 24.15 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.10 CLI 工具

    oc get -k dir/ # Return only the phase value of the specified pod oc get -o template pod/web-pod-13je7 --template={{.status.phase}} # List resource information in custom columns oc get pod test-pod com/myimage:latest --image '{"Entrypoint":null}' # Add a new layer to the image oc image append --from mysql:latest --to myregistry.com/myimage:latest layer.tar.gz 第 第 2 章 章 OPENSHIFT CLI (OC) 45 2.5.1.77. 用法示例 # Add a new layer to the image and store the result on disk # This results in $(pwd)/v2/mysql/blobs,manifests oc image append --from mysql:latest --to file://mysql:local layer.tar.gz # Add a
    0 码力 | 120 页 | 1.04 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.13 CLI 工具

    oc get -k dir/ # Return only the phase value of the specified pod oc get -o template pod/web-pod-13je7 --template={{.status.phase}} # List resource information in custom columns oc get pod test-pod '{"Entrypoint":null}' # Add a new layer to the image oc image append --from mysql:latest --to myregistry.com/myimage:latest layer.tar.gz # Add a new layer to the image and store the result on disk $(pwd)/v2/mysql/blobs,manifests oc image append --from mysql:latest --to file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result
    0 码力 | 128 页 | 1.11 MB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.8 CLI 工具

    oc get -k dir/ # Return only the phase value of the specified pod. oc get -o template pod/web-pod-13je7 --template={{.status.phase}} # List resource information in custom columns. oc get pod test-pod '{"Entrypoint":null}' # Add a new layer to the image oc image append --from mysql:latest --to myregistry.com/myimage:latest layer.tar.gz # Add a new layer to the image and store the result on disk $(pwd)/v2/mysql/blobs,manifests oc image append --from mysql:latest --to file://mysql:local layer.tar.gz # Add a new layer to the image and store the result on disk in a designated directory # This will result
    0 码力 | 152 页 | 1.24 MB | 1 年前
    3
  • pdf文档 Blender v4.1 Manual

    release following Project Orange. 2.43 – February 2007: Multiresolution meshes, multi-layer UV textures, multi-layer images and multi-pass rendering and baking, sculpting, retopology, multiple additional panoramic camera for Cycles, mirror ball environment textures and float precision textures, render layer mask layers, ambient occlusion and viewport display of background images and render layers. New import interactive region is the bottom half of the splash screen. New File Start a new project based on a template. Recent Files Your most recently opened blend-files. This gives quick and easy access to your
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • pdf文档 KiCad 6.0 快速入门

    Windows: C:\Program Files\KiCad\6.0\share\kicad\template\ Linux: /usr/share/kicad/template/ macOS: /Applications/KiCad/KiCad.app/Contents/SharedSupport/template/ Schematic Editor Basics To pan around the visibility, colors, and opacity of PCB layers, objects, and nets. The active layer is changed by clicking on the name of a layer. Below the Appearance Panel is the Selection Filter, which enables and disables board itself has not been defined. The board is defined by drawing a board outline on the Edge.Cuts layer. It’s often useful to draw the board outline with a coarse grid, which makes it easy to get round
    0 码力 | 54 页 | 2.47 MB | 1 年前
    3
  • pdf文档 Blender v3.2 参考手册(简体中文版)

    predefined window layouts. 场景&图层 These data-block menus are used to select the current Scene and View Layer. ⼯作区 Workspaces are essentially predefined window layouts. Each Workspace consists of a set of Areas 通⽤选项 颜⾊ Adjust the color of existing and new strokes. Annotation Layer A pop-over menu, showing the name of the current layer, to access the Annotation Layers. 放置 Determines where the annotations all measurements, make the Sidebar ‣ View ‣ Annotations panel visible. Delete the "RulerData3D" layer (see image above). 当选择其它⼯具时,所有的测量会被隐藏。当再次选择 测量 ⼯具时,将再次 显⽰它们。您也可以在标尺处于活动状态时进⾏编辑操作。例如,您可以在侧 栏中编辑所选
    0 码力 | 4448 页 | 258.34 MB | 1 年前
    3
共 571 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 58
前往
页
相关搜索词
深度学习PyTorch入门实战52LSTMLayer使用48RNN李枫2023RustChinaConf__SparrowFengLi20230614aofficialtemplateAWS部署发布面向全球PythonServerless应用洪恩OpenShiftContainerPlatform4.10CLI工具4.134.8Blenderv4ManualKiCad6.0快速v3参考手册参考手册简体中文文版中文版简体中文版
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩