CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 00:26:25 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/PaddlePaddle/Paddle.git
etag: W/"05370e24ba5ff3c18281c41cd03bd411"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=nhilkW%2F81Vy5u8rybip%2BkuJela1SBX1zyQmCM7XsCYiLwHp7%2F%2F2kCWQP4%2FL8TDwFzQGz33%2FxrOo14qoE3ETEwnXoRI1PshBjmFQ6AUm%2BDK7%2Bpa6oTrqD5Hfsn5PfY798aLaHVsEUXJuy5is2aNkYuYTjbUULzQJCnxP%2FcKVrixD8nsbj3JbkEuhvFQP3KvT3STK27KSaPLMSE9p6zx8DCK%2BPzEhff%2BRd1YfAu0EiLfYeIHuuTlmN%2BwAMoLZeRYBwPOQG9CrDPV3GR4v2VLxBqA%3D%3D--Y3goFmqEncn6TbqI--oGhXFFZ%2FwpvdCcLbdWf75g%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1980398075.1753316785; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 00:26:25 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 00:26:25 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 92FA:23E99C:8C2A5:DAC2A:68817DB1
在KaimingNormal/Uniform中增加mode参数 (#73347) · PaddlePaddle/Paddle@4b11dfd · GitHub
Copy file name to clipboardExpand all lines: python/paddle/nn/initializer/kaiming.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_initializer.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 4b11dfd
authored
在KaimingNormal/Uniform中增加mode参数 (#73347)
* added fan_out para in kaiming normal init
modified: python/paddle/nn/initializer/kaiming.py
modified: test/legacy_test/test_initializer.py
* updated func name in ValueError
modified: python/paddle/nn/initializer/kaiming.py
* added mode para in KaimingUniform for fan_out
modified: python/paddle/nn/initializer/kaiming.py
modified: test/legacy_test/test_initializer.py1 parent 4c26fdf commit 4b11dfdCopy full SHA for 4b11dfd
File tree
Expand file treeCollapse file tree
2 files changed
+85
-1
lines changedFilter options
- python/paddle/nn/initializer
- test/legacy_test
Expand file treeCollapse file tree
2 files changed
+85
-1
lines changedpython/paddle/nn/initializer/kaiming.py
Copy file name to clipboardExpand all lines: python/paddle/nn/initializer/kaiming.py+23-1Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
65 | 66 |
| |
66 | 67 |
| |
67 | 68 |
| |
| |||
75 | 76 |
| |
76 | 77 |
| |
77 | 78 |
| |
| 79 | + | |
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
| |
| |||
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
88 | 101 |
| |
89 | 102 |
| |
90 | 103 |
| |
| |||
110 | 123 |
| |
111 | 124 |
| |
112 | 125 |
| |
113 |
| - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
114 | 130 |
| |
115 | 131 |
| |
116 | 132 |
| |
| |||
273 | 289 |
| |
274 | 290 |
| |
275 | 291 |
| |
| 292 | + | |
276 | 293 |
| |
277 | 294 |
| |
278 | 295 |
| |
| |||
294 | 311 |
| |
295 | 312 |
| |
296 | 313 |
| |
| 314 | + | |
297 | 315 |
| |
298 | 316 |
| |
299 | 317 |
| |
300 | 318 |
| |
301 | 319 |
| |
302 | 320 |
| |
303 | 321 |
| |
| 322 | + | |
304 | 323 |
| |
305 | 324 |
| |
306 | 325 |
| |
| |||
324 | 343 |
| |
325 | 344 |
| |
326 | 345 |
| |
| 346 | + | |
327 | 347 |
| |
328 | 348 |
| |
329 | 349 |
| |
| |||
345 | 365 |
| |
346 | 366 |
| |
347 | 367 |
| |
| 368 | + | |
348 | 369 |
| |
349 | 370 |
| |
350 | 371 |
| |
351 | 372 |
| |
352 | 373 |
| |
353 | 374 |
| |
354 | 375 |
| |
| 376 | + | |
355 | 377 |
|
test/legacy_test/test_initializer.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_initializer.py+62Lines changed: 62 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1671 | 1671 |
| |
1672 | 1672 |
| |
1673 | 1673 |
| |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
1674 | 1736 |
| |
1675 | 1737 |
| |
1676 | 1738 |
| |
|
You can’t perform that action at this time.
0 commit comments