2.2.1 深入Go Module## GCN ## 深入Go Module  鸟窝 细节、使用、坑以及未来 ## 鸟窝 • Go微服务框架rpcx作者 • Go并发编程实战课专栏作者 《Scala集合技术手册》作者  Go 版本管理历史 01 认识 Go Module 02 使用 Go Module 03 血泪史 04 Go Module 未来特性 05 ## 第一部分 ## Go版本管理历史 ## Go版本历史  login guest password 123456 ## Git over SSH go get 默认不会使用 SSH 协议 除非动态获取 meta 时明确指定使用 SSH 协议 // module: example.com/pkg repo: gitlab.example.com/example/pkg 0 码力 | 28 页 | 12.85 MB | 2 年前3
深度学习与PyTorch入门实战 - 43. nn.Module## PyTorch ### nn.Module 主讲人:龙良曲 ## ☐ ☐ ☐ class MyLinear(nn.Module): def __init__(self, inp, outp): super(MyLinear, self).__init__() # requires_grad = True self.w = nn.Parameter(torch.randn(outp + self.b return x ## Magic ### ■ Every Layer is nn.Module - nn.Linear - nn.BatchNorm2d - nn.Conv2d #### - nn.Module nested in nn.Module ### 1. embed current layers Linear ReLU Sigmoid Conv2d BasicNet(nn.Module): def __init__(self): super(BasicNet, self).__init__() self.net = nn.Linear(4, 3) def forward(self, x): return self.net(x) class Net(nn.Module): def0 码力 | 16 页 | 1.14 MB | 2 年前3
2.1.3 如何用go module构建模块化跨链平台GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 如何用go module构建模块化跨链平台 汪小益 趣链科技 ’ alt=‘OCR图片’/> 什么是区块链 跨链的重难点分析 跨链平台架构设计 Go module和plugin 的应用实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 1 什么是区块链 GOPHER 趣链区块链 天平链 共识模块 PBFT RAFT POS POA HOTSTUFF Golang提供了两种模块化工具,一个是go module,一个是go plugin GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 4 GO module和plugin实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 4 GO modules实践:无处不在的模块 t uint64) error // Close release resource Close() GOPHER CHINA 2020 GO modules实践:经验建议 GO module几个好用的命令 go mod tidy 移除无效依赖,新增缺少的依赖 go mod graph 列出所有的依赖 go mod vendor 依赖复制打包到vendor目录下(网络受限) go mod0 码力 | 27 页 | 1.24 MB | 1 月前3
PyWebIO v1.7.1 DocumentationDoc • Server-Client communication protocol Command o Event ## I ndices and tables • Index • Module Index • Search Page ## Discussion and support - Need help when use PyWebIO? Make a new discussion code online and see what happens. ## I nput The input functions are defined in the pywebio.input module and can be imported using from pywebio.input import *. When calling the input function, an input provide the name parameter. ## Output The output functions are all defined in the pywebio.output module and can be imported using from pywebio.output import *. When output functions are called, the content0 码力 | 152 页 | 7.47 MB | 2 年前3
Julia 1.9.0 Documentation203 16.1 Namespace management ..... 204 16.2 Submodules and relative paths ..... 209 16.3 Module initialization and precompilation ..... 211 17 Documentation ..... 215 17.1 Accessing Documentation 85.3 Tab completion ..... 1368 85.4 Customizing Colors ..... 1371 85.5 Changing the contextual module which is active at the REPL ..... 1372 85.6 Numbered prompt ..... 1373 85.7 TerminalMenus .. ... 1374 85.8 References ..... 1377 86 Random Numbers ..... 1383 86.1 Random numbers module ..... 1384 86.2 Random generation functions ..... 1384 86.3 Subsequences, permutations and shuffling0 码力 | 1643 页 | 5.27 MB | 2 年前3
Julia 1.4.1 Documentationof module usage 200 Modules and files 200 Standard modules 201 Default top-level definitions and bare modules 201 Relative and absolute module paths 201 Namespace miscellanea 202 Module initialization variables ..... 1098 84.5 Writing log events to a file ..... 1098 84.6 Reference ..... 1099 Logging module ..... 1099 Creating events ..... 1099 Processing events with AbstractLogger ..... 1100 Using Examples ..... 1135 92 References ..... 1137 93 Random Numbers ..... 1139 93.1 Random numbers module ..... 1139 93.2 Random generation functions ..... 1139 93.3 Subsequences, permutations and shuffling0 码力 | 1312 页 | 4.29 MB | 2 年前3
Julia 1.10.2 Documentation204 16.1 Namespace management ..... 205 16.2 Submodules and relative paths ..... 210 16.3 Module initialization and precompilation ..... 212 17 Documentation ..... 216 17.1 Accessing Documentation ... 1050 54 Iteration utilities ..... 1053 55 Reflection and introspection ..... 1065 55.1 Module bindings ..... 1065 55.2 DataType fields ..... 1065 55.3 Subtypes ..... 1066 55.4 DataType 86.3 Tab completion ..... 1405 86.4 Customizing Colors ..... 1408 86.5 Changing the contextual module which is active at the REPL ..... 1409 86.6 Numbered prompt ..... 1410 86.7 TerminalMenus ..0 码力 | 1692 页 | 6.33 MB | 2 年前3
Scrapy 0.14 Documentationfeatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 Python Module Index 165 ii Scrapy Documentation, Release 0.14.4 This documentation contains everything you need These are basically: • scrapy.cfg: the project configuration file • tutorial/: the project’s python module, you’ll later import your code from here. • tutorial/items.py: the project’s items file. • tutorial/pipelines cfg file resides is known as the project root directory. That file contains the name of the python module that defines the project settings. Here is an example: [settings] default = myproject.settings 30 码力 | 179 页 | 861.70 KB | 2 年前3
Julia 1.10.4 Documentation204 16.1 Namespace management ..... 205 16.2 Submodules and relative paths ..... 210 16.3 Module initialization and precompilation ..... 212 17 Documentation ..... 216 17.1 Accessing Documentation ... 1050 54 Iteration utilities ..... 1053 55 Reflection and introspection ..... 1065 55.1 Module bindings ..... 1065 55.2 DataType fields ..... 1065 55.3 Subtypes ..... 1066 55.4 DataType 86.3 Tab completion ..... 1405 86.4 Customizing Colors ..... 1408 86.5 Changing the contextual module which is active at the REPL ..... 1409 86.6 Numbered prompt ..... 1410 86.7 TerminalMenus ..0 码力 | 1692 页 | 6.33 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













