CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 03:47:26 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/"a8612634588c1eb02f77ba7ebf7c9aee"
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=xT%2BZfIkjrJ21uhoTSSO9IkGFgw%2Bb3O7T52CwVVJG5I3%2FtRtQ9qMdyTWNAS0vK0zIQ8ezJNt2srcbm9wRVW2z3Uo8Zy6H%2FL08oimHKlVMZyMK3hAY0CND45OkiZM4tcE0z2wtWSlqj%2B7DR4pgWBMZ5u1pwECCVo3Gr77YYNw7sAHkssJlGbhvpR6zhmf3WJsFjiOQIxz%2F93bSb94GhltIIOWbuxx9ae4flUFAkjyZpIFlBwByjtWTTgdOvWsrmkBQT5uPgUtwXpFjzBoEOFpVRQ%3D%3D--DEyQnuYwiD5a%2BqMN--fBP16daZFMkoLHFky0s5Yg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1433650142.1753501646; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 03:47:26 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 03:47:26 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 93A6:3467EF:123193:1BD09E:68844FCE
【Hackathon 6th No.24 】 为 paddle.nn.LSTM/RNNBase 功能增强 (#63284) · PaddlePaddle/Paddle@67d3fd0 · GitHub
Copy file name to clipboardExpand all lines: python/paddle/nn/layer/rnn.py
Copy file name to clipboardExpand all lines: test/deprecated/rnn/test_rnn_nets.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit 67d3fd0
authored
【Hackathon 6th No.24 】 为 paddle.nn.LSTM/RNNBase 功能增强 (#63284)
* ✨ Enhance LSTM and RNNBase
* fix ci coverage
* adjust position of proj_size
* fix proj_size to number
* reshape weight_ho
* update
* update docstring
* update docstring
* try to fix docstring
* try to fix docstring1 parent 4227ea5 commit 67d3fd0Copy full SHA for 67d3fd0
File tree
Expand file treeCollapse file tree
5 files changed
+294
-60
lines changedFilter options
- python/paddle/nn/layer
- test
- deprecated/rnn
- dygraph_to_static
- rnn
Expand file treeCollapse file tree
5 files changed
+294
-60
lines changedpython/paddle/nn/layer/rnn.py
Copy file name to clipboardExpand all lines: python/paddle/nn/layer/rnn.py+76-23Lines changed: 76 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
893 | 893 |
| |
894 | 894 |
| |
895 | 895 |
| |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
896 | 902 |
| |
897 | 903 |
| |
898 | 904 |
| |
| |||
910 | 916 |
| |
911 | 917 |
| |
912 | 918 |
| |
| 919 | + | |
| 920 | + | |
| 921 | + | |
913 | 922 |
| |
914 | 923 |
| |
915 | 924 |
| |
916 | 925 |
| |
917 | 926 |
| |
918 |
| - | |
| 927 | + | |
| 928 | + | |
919 | 929 |
| |
920 | 930 |
| |
921 | 931 |
| |
| |||
924 | 934 |
| |
925 | 935 |
| |
926 | 936 |
| |
927 |
| - | |
928 |
| - | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
929 | 940 |
| |
930 | 941 |
| |
931 | 942 |
| |
| |||
962 | 973 |
| |
963 | 974 |
| |
964 | 975 |
| |
| 976 | + | |
965 | 977 |
| |
966 | 978 |
| |
967 | 979 |
| |
968 | 980 |
| |
969 | 981 |
| |
970 | 982 |
| |
971 | 983 |
| |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
972 | 992 |
| |
973 | 993 |
| |
974 | 994 |
| |
| |||
985 | 1005 |
| |
986 | 1006 |
| |
987 | 1007 |
| |
988 |
| - | |
| 1008 | + | |
989 | 1009 |
| |
990 | 1010 |
| |
991 | 1011 |
| |
992 | 1012 |
| |
993 | 1013 |
| |
994 |
| - | |
| 1014 | + | |
995 | 1015 |
| |
996 | 1016 |
| |
997 | 1017 |
| |
| |||
1027 | 1047 |
| |
1028 | 1048 |
| |
1029 | 1049 |
| |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
1030 | 1058 |
| |
1031 | 1059 |
| |
1032 | 1060 |
| |
| |||
1050 | 1078 |
| |
1051 | 1079 |
| |
1052 | 1080 |
| |
| 1081 | + | |
| 1082 | + | |
1053 | 1083 |
| |
1054 | 1084 |
| |
1055 | 1085 |
| |
| |||
1061 | 1091 |
| |
1062 | 1092 |
| |
1063 | 1093 |
| |
1064 |
| - | |
| 1094 | + | |
1065 | 1095 |
| |
1066 | 1096 |
| |
1067 | 1097 |
| |
| |||
1436 | 1466 |
| |
1437 | 1467 |
| |
1438 | 1468 |
| |
| 1469 | + | |
1439 | 1470 |
| |
1440 | 1471 |
| |
1441 | 1472 |
| |
| |||
1455 | 1486 |
| |
1456 | 1487 |
| |
1457 | 1488 |
| |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
1458 | 1493 |
| |
1459 | 1494 |
| |
| 1495 | + | |
1460 | 1496 |
| |
1461 | 1497 |
| |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
1462 | 1504 |
| |
1463 | 1505 |
| |
1464 | 1506 |
| |
1465 | 1507 |
| |
| 1508 | + | |
1466 | 1509 |
| |
1467 | 1510 |
| |
1468 | 1511 |
| |
1469 | 1512 |
| |
1470 |
| - | |
1471 |
| - | |
| 1513 | + | |
| 1514 | + | |
1472 | 1515 |
| |
1473 | 1516 |
| |
1474 | 1517 |
| |
1475 | 1518 |
| |
1476 | 1519 |
| |
1477 |
| - | |
1478 |
| - | |
1479 |
| - | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
1480 | 1523 |
| |
1481 | 1524 |
| |
1482 | 1525 |
| |
| |||
1652 | 1695 |
| |
1653 | 1696 |
| |
1654 | 1697 |
| |
1655 |
| - | |
1656 |
| - | |
1657 |
| - | |
1658 |
| - | |
1659 |
| - | |
1660 |
| - | |
1661 |
| - | |
| 1698 | + | |
| 1699 | + | |
1662 | 1700 |
| |
1663 | 1701 |
| |
1664 | 1702 |
| |
1665 | 1703 |
| |
1666 | 1704 |
| |
1667 | 1705 |
| |
1668 |
| - | |
1669 |
| - | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
1670 | 1710 |
| |
1671 | 1711 |
| |
1672 | 1712 |
| |
| |||
1834 | 1874 |
| |
1835 | 1875 |
| |
1836 | 1876 |
| |
| 1877 | + | |
1837 | 1878 |
| |
1838 | 1879 |
| |
1839 | 1880 |
| |
| |||
1864 | 1905 |
| |
1865 | 1906 |
| |
1866 | 1907 |
| |
| 1908 | + | |
| 1909 | + | |
| 1910 | + | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
1867 | 1914 |
| |
1868 | 1915 |
| |
1869 | 1916 |
| |
| |||
1891 | 1938 |
| |
1892 | 1939 |
| |
1893 | 1940 |
| |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
1894 | 1944 |
| |
1895 | 1945 |
| |
1896 | 1946 |
| |
| |||
1901 | 1951 |
| |
1902 | 1952 |
| |
1903 | 1953 |
| |
1904 |
| - | |
1905 |
| - | |
1906 |
| - | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
1907 | 1957 |
| |
1908 | 1958 |
| |
1909 | 1959 |
| |
| |||
1946 | 1996 |
| |
1947 | 1997 |
| |
1948 | 1998 |
| |
| 1999 | + | |
1949 | 2000 |
| |
1950 | 2001 |
| |
1951 | 2002 |
| |
| |||
1960 | 2011 |
| |
1961 | 2012 |
| |
1962 | 2013 |
| |
| 2014 | + | |
1963 | 2015 |
| |
1964 | 2016 |
| |
1965 | 2017 |
| |
| |||
2079 | 2131 |
| |
2080 | 2132 |
| |
2081 | 2133 |
| |
| 2134 | + | |
2082 | 2135 |
|
test/deprecated/rnn/test_rnn_nets.py
Copy file name to clipboardExpand all lines: test/deprecated/rnn/test_rnn_nets.py+60-5Lines changed: 60 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
38 | 40 |
| |
| 41 | + | |
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
45 | 48 |
| |
46 |
| - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
47 | 55 |
| |
48 | 56 |
| |
49 |
| - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
50 | 63 |
| |
51 | 64 |
| |
52 | 65 |
| |
| |||
230 | 243 |
| |
231 | 244 |
| |
232 | 245 |
| |
233 |
| - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
234 | 249 |
| |
235 | 250 |
| |
236 | 251 |
| |
| |||
292 | 307 |
| |
293 | 308 |
| |
294 | 309 |
| |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
295 | 339 |
| |
296 | 340 |
| |
297 | 341 |
| |
| |||
366 | 410 |
| |
367 | 411 |
| |
368 | 412 |
| |
369 |
| - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
370 | 419 |
| |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
371 | 426 |
| |
372 | 427 |
| |
373 | 428 |
| |
|
You can’t perform that action at this time.
0 commit comments