CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 06:16:33 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/"029821245dc3264d342f497327b2e1df"
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=9iKDpP3odWY95uwclKTXVKqNAJs5yldL7PjZxeSBCc7vKBa3XxRNzBLlyey4lCqZp7hbn1F7uKGDyj9en%2BJ7X%2Fh3LM0fE1eBD2upojHYTRLBKhUIzBJQy8ioEHQf9Gl7aZVT70JXMYnWMyns6fAlA3M90XQ141xvsMGJpErxAlB7WNWE%2FggMseOoQl%2BJCkPNqw%2F6vEwQELzNvJMBPNIArqVGGZorUjLu9fRVR3Ti2o0h7dRADQAEHnUySaXx4PVLlBoPWZi3KZrswYGBDQ9Z4Q%3D%3D--pfHDYIbnSdhTb7tB--mowR35uUA9UJeh%2Bm6MJ2Rw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.295844138.1753337792; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 06:16:32 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 06:16:32 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: EB54:26221E:147D41E:18CA4FC:6881CFC0
[PIR]Migrate AdamW into pir (#58946) · PaddlePaddle/Paddle@b0c684c · GitHub
Copy file name to clipboardExpand all lines: python/paddle/optimizer/adamw.py
Copy file name to clipboardExpand all lines: python/paddle/optimizer/optimizer.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_adamw_op.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit b0c684c
File tree
Expand file treeCollapse file tree
3 files changed
+67
-15
lines changedFilter options
- python/paddle/optimizer
- test/legacy_test
Expand file treeCollapse file tree
3 files changed
+67
-15
lines changedpython/paddle/optimizer/adamw.py
Copy file name to clipboardExpand all lines: python/paddle/optimizer/adamw.py+19-9Lines changed: 19 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
23 | 26 |
| |
24 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 |
| |
26 | 34 |
| |
27 | 35 |
| |
| |||
174 | 182 |
| |
175 | 183 |
| |
176 | 184 |
| |
177 |
| - | |
| 185 | + | |
178 | 186 |
| |
179 | 187 |
| |
180 | 188 |
| |
| |||
307 | 315 |
| |
308 | 316 |
| |
309 | 317 |
| |
310 |
| - | |
| 318 | + | |
311 | 319 |
| |
312 | 320 |
| |
313 | 321 |
| |
| |||
340 | 348 |
| |
341 | 349 |
| |
342 | 350 |
| |
343 |
| - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
344 | 354 |
| |
345 | 355 |
| |
346 | 356 |
| |
| |||
365 | 375 |
| |
366 | 376 |
| |
367 | 377 |
| |
368 |
| - | |
| 378 | + | |
369 | 379 |
| |
370 | 380 |
| |
371 | 381 |
| |
| |||
376 | 386 |
| |
377 | 387 |
| |
378 | 388 |
| |
379 |
| - | |
| 389 | + | |
380 | 390 |
| |
381 | 391 |
| |
382 | 392 |
| |
383 | 393 |
| |
384 | 394 |
| |
385 | 395 |
| |
386 | 396 |
| |
387 |
| - | |
| 397 | + | |
388 | 398 |
| |
389 | 399 |
| |
390 | 400 |
| |
| |||
409 | 419 |
| |
410 | 420 |
| |
411 | 421 |
| |
412 |
| - | |
| 422 | + | |
413 | 423 |
| |
414 | 424 |
| |
415 | 425 |
| |
| |||
445 | 455 |
| |
446 | 456 |
| |
447 | 457 |
| |
448 |
| - | |
| 458 | + | |
449 | 459 |
| |
450 | 460 |
| |
451 | 461 |
| |
|
python/paddle/optimizer/optimizer.py
Copy file name to clipboardExpand all lines: python/paddle/optimizer/optimizer.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
760 | 760 |
| |
761 | 761 |
| |
762 | 762 |
| |
763 |
| - | |
764 | 763 |
| |
765 | 764 |
| |
766 | 765 |
| |
767 | 766 |
| |
768 | 767 |
| |
769 | 768 |
| |
770 | 769 |
| |
| 770 | + | |
771 | 771 |
| |
772 | 772 |
| |
773 | 773 |
| |
|
test/legacy_test/test_adamw_op.py
Copy file name to clipboardExpand all lines: test/legacy_test/test_adamw_op.py+47-5Lines changed: 47 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
281 | 322 |
| |
282 | 323 |
| |
283 | 324 |
| |
| |||
753 | 794 |
| |
754 | 795 |
| |
755 | 796 |
| |
| 797 | + | |
756 | 798 |
| |
757 | 799 |
| |
758 | 800 |
| |
| |||
763 | 805 |
| |
764 | 806 |
| |
765 | 807 |
| |
766 |
| - | |
767 |
| - | |
768 |
| - | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
769 | 811 |
| |
770 | 812 |
| |
771 | 813 |
| |
|
You can’t perform that action at this time.
0 commit comments