CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 05:44:15 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/facebookresearch/pytorch3d.git
etag: W/"6c74dcd8c2d312ece418329f015db8ee"
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=GqHQv0XImr2OIaftXlBAox5OUl5PCv3LtcOaaAyEyTzlIE1QVlg8dgqD9zIkdMCCt%2BoCxTURO7BU3hkw2xaYOKsu3Mpj0a7dv3nBztqnyVeJrrnUXCSmWcAsSH2ivocQeCPfdihPKCgNGze%2BhZYL3vTjcy3%2FNshZXl4zCm%2BtJNHgp5cnhonrfLwIayZwqRBUj%2FIryJm6yWd6y%2Fd3bLSe%2FoRifiJRrMcLpy18a3zKBfqsS8c%2F0MEud9QE1oGaQt%2B3I1gVsAEcJ0RkIavnZNgTSw%3D%3D--x6I5OmZvrQsUlawG--X%2Ftgf41WhBUeJ%2B1PXAECOQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.709417756.1753595054; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 05:44:14 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 05:44:14 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 87FA:1369AB:B1FE8F:ED0C8D:6885BCAE
remove requires_grad from random rotations · facebookresearch/pytorch3d@ce60d4b · GitHub
Copy file name to clipboardExpand all lines: pytorch3d/transforms/rotation_conversions.py
Copy file name to clipboardExpand all lines: tests/test_rotation_conversions.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit ce60d4b
remove requires_grad from random rotations
Summary: Because rotations and (rotation) quaternions live on curved manifolds, it doesn't make sense to optimize them directly. Having a prominent option to require gradient on random ones may cause people to try, and isn't particularly useful.
Reviewed By: theschnitz
Differential Revision: D29160734
fbshipit-source-id: fc9e320672349fe334747c5b214655882a460a621 parent 31c448a commit ce60d4bCopy full SHA for ce60d4b
File tree
Expand file treeCollapse file tree
2 files changed
+12
-23
lines changedFilter options
- pytorch3d/transforms
- tests
Expand file treeCollapse file tree
2 files changed
+12
-23
lines changedpytorch3d/transforms/rotation_conversions.py
Copy file name to clipboardExpand all lines: pytorch3d/transforms/rotation_conversions.py+6-20Lines changed: 6 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 |
| - | |
286 |
| - | |
287 |
| - | |
| 285 | + | |
288 | 286 |
| |
289 | 287 |
| |
290 | 288 |
| |
| |||
294 | 292 |
| |
295 | 293 |
| |
296 | 294 |
| |
297 |
| - | |
298 |
| - | |
299 | 295 |
| |
300 | 296 |
| |
301 | 297 |
| |
302 | 298 |
| |
303 |
| - | |
| 299 | + | |
304 | 300 |
| |
305 | 301 |
| |
306 | 302 |
| |
307 | 303 |
| |
308 | 304 |
| |
309 |
| - | |
310 |
| - | |
311 |
| - | |
| 305 | + | |
312 | 306 |
| |
313 | 307 |
| |
314 | 308 |
| |
| |||
317 | 311 |
| |
318 | 312 |
| |
319 | 313 |
| |
320 |
| - | |
321 |
| - | |
322 | 314 |
| |
323 | 315 |
| |
324 | 316 |
| |
325 | 317 |
| |
326 |
| - | |
327 |
| - | |
328 |
| - | |
| 318 | + | |
329 | 319 |
| |
330 | 320 |
| |
331 | 321 |
| |
332 |
| - | |
333 |
| - | |
334 |
| - | |
| 322 | + | |
335 | 323 |
| |
336 | 324 |
| |
337 | 325 |
| |
338 | 326 |
| |
339 | 327 |
| |
340 | 328 |
| |
341 | 329 |
| |
342 |
| - | |
343 |
| - | |
344 | 330 |
| |
345 | 331 |
| |
346 | 332 |
| |
347 | 333 |
| |
348 |
| - | |
| 334 | + | |
349 | 335 |
| |
350 | 336 |
| |
351 | 337 |
| |
|
tests/test_rotation_conversions.py
Copy file name to clipboardExpand all lines: tests/test_rotation_conversions.py+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
| |||
131 | 132 |
| |
132 | 133 |
| |
133 | 134 |
| |
134 |
| - | |
| 135 | + | |
| 136 | + | |
135 | 137 |
| |
136 | 138 |
| |
137 | 139 |
| |
| |||
218 | 220 |
| |
219 | 221 |
| |
220 | 222 |
| |
221 |
| - | |
| 223 | + | |
| 224 | + | |
222 | 225 |
| |
223 | 226 |
| |
224 | 227 |
| |
|
You can’t perform that action at this time.
0 commit comments