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
Julia 1.10.0 beta3 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 . 450 36.9 Use naming conventions consistent with Julia base/ ..... 451 36.10 Write functions with argument ordering similar to Julia Base ..... 451 36.11 Don't overuse try-catch ..... 452 Don't expose unsafe operations at the interface level ..... 453 36.18 Don't overload methods of base container types ..... 454 36.19 Avoid type piracy ..... 454 36.20 Be careful with type equality0 码力 | 1684 页 | 5.96 MB | 2 年前3
PyWebIO v1.5.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 码力 | 144 页 | 7.46 MB | 2 年前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
Back to Basics Unit Testingare the first line of defense (but not the only line) • Unit tests are an integral part of the code base ## Rule 0 ## Write unit tests ## DOMAINS Good Process Good Tests Good Code ## Part 1: Good Tests0 码力 | 109 页 | 4.13 MB | 1 年前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 v1.7.3 Documentationaccess 394 36.9 Use naming conventions consistent with Julia base/395 36.10 Write functions with argument ordering similar to Julia Base 395 36.11 Don't overuse try-catch 396 36.12 Don't Don't expose unsafe operations at the interface level 397 36.18 Don't overload methods of base container types 397 36.19 Avoid type piracy 398 36.20 Be careful with type equality 398 36.21 Command-line Options 430 II Base 432 41 Essentials 433 41.1 Introduction 433 41.2 Getting Around 433 41.3 Keywords 437 41.4 Standard Modules 451 41.5 Base Submodules 452 410 码力 | 1378 页 | 4.74 MB | 2 年前3
Julia 1.9.0 rc2 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 . 447 36.9 Use naming conventions consistent with Julia base/ ..... 448 36.10 Write functions with argument ordering similar to Julia Base ..... 448 36.11 Don't overuse try-catch ..... 449 Don't expose unsafe operations at the interface level ..... 450 36.18 Don't overload methods of base container types ..... 450 36.19 Avoid type piracy ..... 451 36.20 Be careful with type equality0 码力 | 1644 页 | 5.27 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Go ModuleGOPATHvendor dirgo命令GOPROXY又拍云Gitlab CIGOPRIVATEsshnn.ModulePyTorch自定义层网络结构优化器Julia REPLGarbage CollectionDocumentation SystemBase ModuleDebugging Informationpin moduleplatform modulesessionwebsocketdebugPyWebIOcoroutine-based sessionsunit testingfunctiontest frameworkcode baseassertScrapyspidermiddlewaresettingmodule文档系统REPLBase模块新语言特性版本1.7.3Julia 1.9.0-rc2DocumentationReflectionBase Submodules













