CoolFace
Datasetpublic

Anurag1734/cuda-error-resolution-analysis

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes7downloads
topics_batch_564.json60261 linesDownload Raw Back to raw
1[2  {3    "post_stream": {4      "posts": [5        {6          "id": 135144,7          "name": "Chenchao0526",8          "username": "CHENCHAO0526",9          "avatar_template": "/letter_avatar_proxy/v4/letter/c/51bf81/{size}.png",10          "created_at": "2019-09-17T02:40:34.879Z",11          "cooked": "<p><div class=\"lightbox-wrapper\"><a class=\"lightbox\" href=\"https://discuss.pytorch.org/uploads/default/original/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a.png\" data-download-href=\"https://discuss.pytorch.org/uploads/default/af618208a667e3094bb390549f37cf94a4ecca8a\" title=\"Screenshot%20from%202019-09-17%2010-36-58\"><img src=\"https://discuss.pytorch.org/uploads/default/optimized/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a_2_690x394.png\" alt=\"Screenshot%20from%202019-09-17%2010-36-58\" data-base62-sha1=\"p1usXFD0jPkNAlEMF5YSov7tIWC\" width=\"690\" height=\"394\" srcset=\"https://discuss.pytorch.org/uploads/default/optimized/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a_2_690x394.png, https://discuss.pytorch.org/uploads/default/original/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a.png 1.5x, https://discuss.pytorch.org/uploads/default/original/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a.png 2x\" data-dominant-color=\"F1F1F2\"><div class=\"meta\"><svg class=\"fa d-icon d-icon-far-image svg-icon\" aria-hidden=\"true\"><use href=\"#far-image\"></use></svg><span class=\"filename\">Screenshot%20from%202019-09-17%2010-36-58</span><span class=\"informations\">1006×575 60.3 KB</span><svg class=\"fa d-icon d-icon-discourse-expand svg-icon\" aria-hidden=\"true\"><use href=\"#discourse-expand\"></use></svg></div></a></div></p>",12          "post_number": 1,13          "post_type": 1,14          "posts_count": 2,15          "updated_at": "2019-09-17T02:40:34.879Z",16          "reply_count": 0,17          "reply_to_post_number": null,18          "quote_count": 0,19          "incoming_link_count": 23,20          "reads": 12,21          "readers_count": 11,22          "score": 117.4,23          "yours": false,24          "topic_id": 56108,25          "topic_slug": "what-does-continuous-mean-isnt-any-array-is-continuous",26          "display_username": "Chenchao0526",27          "primary_group_name": null,28          "flair_name": null,29          "flair_url": null,30          "flair_bg_color": null,31          "flair_color": null,32          "flair_group_id": null,33          "badges_granted": [],34          "version": 1,35          "can_edit": false,36          "can_delete": false,37          "can_recover": false,38          "can_see_hidden_post": false,39          "can_wiki": false,40          "link_counts": [41            {42              "url": "https://discuss.pytorch.org/uploads/default/original/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a.png",43              "internal": true,44              "reflection": false,45              "clicks": 046            }47          ],48          "read": true,49          "user_title": null,50          "bookmarked": false,51          "actions_summary": [],52          "moderator": false,53          "admin": false,54          "staff": false,55          "user_id": 19909,56          "hidden": false,57          "trust_level": 0,58          "deleted_at": null,59          "user_deleted": false,60          "edit_reason": null,61          "can_view_edit_history": true,62          "wiki": false,63          "post_url": "/t/what-does-continuous-mean-isnt-any-array-is-continuous/56108/1",64          "can_accept_answer": false,65          "can_unaccept_answer": false,66          "accepted_answer": false,67          "topic_accepted_answer": null,68          "can_vote": false69        },70        {71          "id": 135160,72          "name": "",73          "username": "jrue1994",74          "avatar_template": "/letter_avatar_proxy/v4/letter/j/cab0a1/{size}.png",75          "created_at": "2019-09-17T07:31:34.270Z",76          "cooked": "<p>Tensors are saved in a whole block in MEMORY,<br>\ncontiguous means adjacent elements are adjacent in memory. Some tenor operation may change the index of element, such as transpose, expand, at such situation, only the index of data is changed, the data in memory is not changed, thus<br>\nadjacent elements are not adjacent in memory.</p>",77          "post_number": 2,78          "post_type": 1,79          "posts_count": 2,80          "updated_at": "2019-09-17T07:54:31.719Z",81          "reply_count": 0,82          "reply_to_post_number": null,83          "quote_count": 0,84          "incoming_link_count": 2,85          "reads": 11,86          "readers_count": 10,87          "score": 27.2,88          "yours": false,89          "topic_id": 56108,90          "topic_slug": "what-does-continuous-mean-isnt-any-array-is-continuous",91          "display_username": "",92          "primary_group_name": null,93          "flair_name": null,94          "flair_url": null,95          "flair_bg_color": null,96          "flair_color": null,97          "flair_group_id": null,98          "badges_granted": [],99          "version": 2,100          "can_edit": false,101          "can_delete": false,102          "can_recover": false,103          "can_see_hidden_post": false,104          "can_wiki": false,105          "read": true,106          "user_title": null,107          "bookmarked": false,108          "actions_summary": [109            {110              "id": 2,111              "count": 1112            }113          ],114          "moderator": false,115          "admin": false,116          "staff": false,117          "user_id": 22544,118          "hidden": false,119          "trust_level": 1,120          "deleted_at": null,121          "user_deleted": false,122          "edit_reason": null,123          "can_view_edit_history": true,124          "wiki": false,125          "post_url": "/t/what-does-continuous-mean-isnt-any-array-is-continuous/56108/2",126          "can_accept_answer": false,127          "can_unaccept_answer": false,128          "accepted_answer": false,129          "topic_accepted_answer": null130        }131      ],132      "stream": [133        135144,134        135160135      ]136    },137    "timeline_lookup": [138      [139        1,140        2231141      ]142    ],143    "suggested_topics": [144      {145        "fancy_title": "Loading donut transformers model getting error",146        "id": 217284,147        "title": "Loading donut transformers model getting error",148        "slug": "loading-donut-transformers-model-getting-error",149        "posts_count": 3,150        "reply_count": 1,151        "highest_post_number": 3,152        "image_url": null,153        "created_at": "2025-02-28T11:32:05.605Z",154        "last_posted_at": "2025-03-07T10:10:12.914Z",155        "bumped": true,156        "bumped_at": "2025-03-07T10:10:12.914Z",157        "archetype": "regular",158        "unseen": false,159        "pinned": false,160        "unpinned": null,161        "visible": true,162        "closed": false,163        "archived": false,164        "bookmarked": null,165        "liked": null,166        "tags_descriptions": {},167        "like_count": 0,168        "views": 64,169        "category_id": 5,170        "featured_link": null,171        "has_accepted_answer": true,172        "posters": [173          {174            "extras": "latest",175            "description": "Original Poster, Most Recent Poster",176            "user": {177              "id": 82989,178              "username": "ankita1",179              "name": "ankita",180              "avatar_template": "/letter_avatar_proxy/v4/letter/a/d07c76/{size}.png",181              "trust_level": 1182            }183          },184          {185            "extras": null,186            "description": "Frequent Poster, Accepted Answer",187            "user": {188              "id": 3534,189              "username": "ptrblck",190              "name": "",191              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",192              "admin": true,193              "moderator": true,194              "trust_level": 2195            }196          }197        ]198      },199      {200        "fancy_title": "Help with a 3d unet",201        "id": 217679,202        "title": "Help with a 3d unet",203        "slug": "help-with-a-3d-unet",204        "posts_count": 1,205        "reply_count": 0,206        "highest_post_number": 1,207        "image_url": null,208        "created_at": "2025-03-10T22:33:48.535Z",209        "last_posted_at": "2025-03-10T22:33:48.577Z",210        "bumped": true,211        "bumped_at": "2025-03-10T22:33:48.577Z",212        "archetype": "regular",213        "unseen": false,214        "pinned": false,215        "unpinned": null,216        "visible": true,217        "closed": false,218        "archived": false,219        "bookmarked": null,220        "liked": null,221        "tags_descriptions": {},222        "like_count": 0,223        "views": 32,224        "category_id": 5,225        "featured_link": null,226        "has_accepted_answer": false,227        "posters": [228          {229            "extras": "latest single",230            "description": "Original Poster, Most Recent Poster",231            "user": {232              "id": 74076,233              "username": "Zotnam",234              "name": "pasquale c.",235              "avatar_template": "/user_avatar/discuss.pytorch.org/zotnam/{size}/68428_2.png",236              "trust_level": 1237            }238          }239        ]240      },241      {242        "fancy_title": "Faster Vit Hierarchical Attention",243        "id": 214037,244        "title": "Faster Vit Hierarchical Attention",245        "slug": "faster-vit-hierarchical-attention",246        "posts_count": 1,247        "reply_count": 0,248        "highest_post_number": 1,249        "image_url": null,250        "created_at": "2024-12-10T08:36:29.626Z",251        "last_posted_at": "2024-12-10T08:36:29.684Z",252        "bumped": true,253        "bumped_at": "2024-12-10T08:36:29.684Z",254        "archetype": "regular",255        "unseen": false,256        "pinned": false,257        "unpinned": null,258        "visible": true,259        "closed": false,260        "archived": false,261        "bookmarked": null,262        "liked": null,263        "tags_descriptions": {},264        "like_count": 0,265        "views": 127,266        "category_id": 5,267        "featured_link": null,268        "has_accepted_answer": false,269        "posters": [270          {271            "extras": "latest single",272            "description": "Original Poster, Most Recent Poster",273            "user": {274              "id": 81424,275              "username": "hussainmir05",276              "name": "Hussain mir",277              "avatar_template": "/user_avatar/discuss.pytorch.org/hussainmir05/{size}/72721_2.png",278              "trust_level": 0279            }280          }281        ]282      },283      {284        "fancy_title": "Extracting Swin-Vit backbone",285        "id": 212799,286        "title": "Extracting Swin-Vit backbone",287        "slug": "extracting-swin-vit-backbone",288        "posts_count": 1,289        "reply_count": 0,290        "highest_post_number": 1,291        "image_url": null,292        "created_at": "2024-11-11T09:54:48.491Z",293        "last_posted_at": "2024-11-11T09:54:48.540Z",294        "bumped": true,295        "bumped_at": "2024-11-11T09:54:48.540Z",296        "archetype": "regular",297        "unseen": false,298        "pinned": false,299        "unpinned": null,300        "visible": true,301        "closed": false,302        "archived": false,303        "bookmarked": null,304        "liked": null,305        "tags_descriptions": {},306        "like_count": 0,307        "views": 196,308        "category_id": 5,309        "featured_link": null,310        "has_accepted_answer": false,311        "posters": [312          {313            "extras": "latest single",314            "description": "Original Poster, Most Recent Poster",315            "user": {316              "id": 56688,317              "username": "ima",318              "name": "Imantha gunasekera",319              "avatar_template": "/letter_avatar_proxy/v4/letter/i/67e7ee/{size}.png",320              "trust_level": 1321            }322          }323        ]324      },325      {326        "fancy_title": "Why is there such a huge performance gap between bfloat16, float16, and float32?",327        "id": 219536,328        "title": "Why is there such a huge performance gap between bfloat16, float16, and float32?",329        "slug": "why-is-there-such-a-huge-performance-gap-between-bfloat16-float16-and-float32",330        "posts_count": 5,331        "reply_count": 2,332        "highest_post_number": 5,333        "image_url": null,334        "created_at": "2025-04-28T04:53:55.145Z",335        "last_posted_at": "2025-04-29T01:13:37.655Z",336        "bumped": true,337        "bumped_at": "2025-04-29T01:13:37.655Z",338        "archetype": "regular",339        "unseen": false,340        "pinned": false,341        "unpinned": null,342        "visible": true,343        "closed": false,344        "archived": false,345        "bookmarked": null,346        "liked": null,347        "tags_descriptions": {},348        "like_count": 0,349        "views": 332,350        "category_id": 5,351        "featured_link": null,352        "has_accepted_answer": false,353        "posters": [354          {355            "extras": "latest",356            "description": "Original Poster, Most Recent Poster",357            "user": {358              "id": 71147,359              "username": "yinjun1131",360              "name": "yinjun",361              "avatar_template": "/letter_avatar_proxy/v4/letter/y/439d5e/{size}.png",362              "trust_level": 1363            }364          },365          {366            "extras": null,367            "description": "Frequent Poster",368            "user": {369              "id": 3534,370              "username": "ptrblck",371              "name": "",372              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",373              "admin": true,374              "moderator": true,375              "trust_level": 2376            }377          }378        ]379      }380    ],381    "tags_descriptions": {},382    "fancy_title": "What does continuous mean, isn&rsquo;t any array is continuous?",383    "id": 56108,384    "title": "What does continuous mean, isn't any array is continuous?",385    "posts_count": 2,386    "created_at": "2019-09-17T02:40:34.819Z",387    "views": 560,388    "reply_count": 0,389    "like_count": 1,390    "last_posted_at": "2019-09-17T07:31:34.270Z",391    "visible": true,392    "closed": false,393    "archived": false,394    "has_summary": false,395    "archetype": "regular",396    "slug": "what-does-continuous-mean-isnt-any-array-is-continuous",397    "category_id": 5,398    "word_count": 67,399    "deleted_at": null,400    "user_id": 19909,401    "featured_link": null,402    "pinned_globally": false,403    "pinned_at": null,404    "pinned_until": null,405    "image_url": "https://discuss.pytorch.org/uploads/default/original/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a.png",406    "slow_mode_seconds": 0,407    "draft": null,408    "draft_key": "topic_56108",409    "draft_sequence": null,410    "unpinned": null,411    "pinned": false,412    "current_post_number": 1,413    "highest_post_number": 2,414    "deleted_by": null,415    "actions_summary": [416      {417        "id": 4,418        "count": 0,419        "hidden": false,420        "can_act": false421      },422      {423        "id": 8,424        "count": 0,425        "hidden": false,426        "can_act": false427      },428      {429        "id": 10,430        "count": 0,431        "hidden": false,432        "can_act": false433      },434      {435        "id": 7,436        "count": 0,437        "hidden": false,438        "can_act": false439      }440    ],441    "chunk_size": 20,442    "bookmarked": false,443    "topic_timer": null,444    "message_bus_last_id": 0,445    "participant_count": 2,446    "show_read_indicator": false,447    "thumbnails": [448      {449        "max_width": null,450        "max_height": null,451        "width": 1006,452        "height": 575,453        "url": "https://discuss.pytorch.org/uploads/default/original/2X/a/af618208a667e3094bb390549f37cf94a4ecca8a.png"454      }455    ],456    "slow_mode_enabled_until": null,457    "can_vote": false,458    "vote_count": 0,459    "user_voted": false,460    "discourse_zendesk_plugin_zendesk_id": null,461    "discourse_zendesk_plugin_zendesk_url": "https://your-url.zendesk.com/agent/tickets/",462    "details": {463      "can_edit": false,464      "notification_level": 1,465      "participants": [466        {467          "id": 19909,468          "username": "CHENCHAO0526",469          "name": "Chenchao0526",470          "avatar_template": "/letter_avatar_proxy/v4/letter/c/51bf81/{size}.png",471          "post_count": 1,472          "primary_group_name": null,473          "flair_name": null,474          "flair_url": null,475          "flair_color": null,476          "flair_bg_color": null,477          "flair_group_id": null,478          "trust_level": 0479        },480        {481          "id": 22544,482          "username": "jrue1994",483          "name": "",484          "avatar_template": "/letter_avatar_proxy/v4/letter/j/cab0a1/{size}.png",485          "post_count": 1,486          "primary_group_name": null,487          "flair_name": null,488          "flair_url": null,489          "flair_color": null,490          "flair_bg_color": null,491          "flair_group_id": null,492          "trust_level": 1493        }494      ],495      "created_by": {496        "id": 19909,497        "username": "CHENCHAO0526",498        "name": "Chenchao0526",499        "avatar_template": "/letter_avatar_proxy/v4/letter/c/51bf81/{size}.png"500      },501      "last_poster": {502        "id": 22544,503        "username": "jrue1994",504        "name": "",505        "avatar_template": "/letter_avatar_proxy/v4/letter/j/cab0a1/{size}.png"506      }507    },508    "bookmarks": []509  },510  {511    "post_stream": {512      "posts": [513        {514          "id": 61976,515          "name": "T",516          "username": "ttoosi",517          "avatar_template": "/letter_avatar_proxy/v4/letter/t/e5b9ba/{size}.png",518          "created_at": "2018-08-21T13:02:50.787Z",519          "cooked": "<p>Hi,<br>\nI am trying to calculate the plane passing through 2 vectors which are both of 200 dimensions. I know if these vectors were 3-D, I could use <strong>cross product</strong>. I wonder if there are any functions for cross product generalization to more than 3d in pytorch?</p>\n<p>Thanks,<br>\nT</p>",520          "post_number": 1,521          "post_type": 1,522          "posts_count": 2,523          "updated_at": "2018-08-21T13:02:50.787Z",524          "reply_count": 0,525          "reply_to_post_number": null,526          "quote_count": 0,527          "incoming_link_count": 63,528          "reads": 17,529          "readers_count": 16,530          "score": 318.4,531          "yours": false,532          "topic_id": 23592,533          "topic_slug": "cross-product-for-more-than-3-dimensions",534          "display_username": "T",535          "primary_group_name": null,536          "flair_name": null,537          "flair_url": null,538          "flair_bg_color": null,539          "flair_color": null,540          "flair_group_id": null,541          "badges_granted": [],542          "version": 1,543          "can_edit": false,544          "can_delete": false,545          "can_recover": false,546          "can_see_hidden_post": false,547          "can_wiki": false,548          "read": true,549          "user_title": "",550          "bookmarked": false,551          "actions_summary": [],552          "moderator": false,553          "admin": false,554          "staff": false,555          "user_id": 4027,556          "hidden": false,557          "trust_level": 2,558          "deleted_at": null,559          "user_deleted": false,560          "edit_reason": null,561          "can_view_edit_history": true,562          "wiki": false,563          "post_url": "/t/cross-product-for-more-than-3-dimensions/23592/1",564          "can_accept_answer": false,565          "can_unaccept_answer": false,566          "accepted_answer": false,567          "topic_accepted_answer": null,568          "can_vote": false569        },570        {571          "id": 135156,572          "name": "",573          "username": "dawenzi098",574          "avatar_template": "/user_avatar/discuss.pytorch.org/dawenzi098/{size}/15989_2.png",575          "created_at": "2019-09-17T05:45:41.803Z",576          "cooked": "<p>Hi, I got same question. Have you found any solution yet?</p>",577          "post_number": 2,578          "post_type": 1,579          "posts_count": 2,580          "updated_at": "2019-09-17T05:45:41.803Z",581          "reply_count": 0,582          "reply_to_post_number": null,583          "quote_count": 0,584          "incoming_link_count": 1,585          "reads": 11,586          "readers_count": 10,587          "score": 7.2,588          "yours": false,589          "topic_id": 23592,590          "topic_slug": "cross-product-for-more-than-3-dimensions",591          "display_username": "",592          "primary_group_name": null,593          "flair_name": null,594          "flair_url": null,595          "flair_bg_color": null,596          "flair_color": null,597          "flair_group_id": null,598          "badges_granted": [],599          "version": 1,600          "can_edit": false,601          "can_delete": false,602          "can_recover": false,603          "can_see_hidden_post": false,604          "can_wiki": false,605          "read": true,606          "user_title": null,607          "bookmarked": false,608          "actions_summary": [],609          "moderator": false,610          "admin": false,611          "staff": false,612          "user_id": 3338,613          "hidden": false,614          "trust_level": 0,615          "deleted_at": null,616          "user_deleted": false,617          "edit_reason": null,618          "can_view_edit_history": true,619          "wiki": false,620          "post_url": "/t/cross-product-for-more-than-3-dimensions/23592/2",621          "can_accept_answer": false,622          "can_unaccept_answer": false,623          "accepted_answer": false,624          "topic_accepted_answer": null625        }626      ],627      "stream": [628        61976,629        135156630      ]631    },632    "timeline_lookup": [633      [634        1,635        2622636      ],637      [638        2,639        2231640      ]641    ],642    "suggested_topics": [643      {644        "fancy_title": "Will torchrun &ndash;nnodes=1 &ndash;nproc_per_node=2 utilize 2 gpu in my PC?",645        "id": 212617,646        "title": "Will torchrun --nnodes=1 --nproc_per_node=2 utilize 2 gpu in my PC?",647        "slug": "will-torchrun-nnodes-1-nproc-per-node-2-utilize-2-gpu-in-my-pc",648        "posts_count": 2,649        "reply_count": 0,650        "highest_post_number": 2,651        "image_url": null,652        "created_at": "2024-11-06T15:31:50.474Z",653        "last_posted_at": "2024-11-06T19:24:49.509Z",654        "bumped": true,655        "bumped_at": "2024-11-06T19:24:49.509Z",656        "archetype": "regular",657        "unseen": false,658        "pinned": false,659        "unpinned": null,660        "visible": true,661        "closed": false,662        "archived": false,663        "bookmarked": null,664        "liked": null,665        "tags_descriptions": {},666        "like_count": 1,667        "views": 216,668        "category_id": 1,669        "featured_link": null,670        "has_accepted_answer": true,671        "posters": [672          {673            "extras": null,674            "description": "Original Poster",675            "user": {676              "id": 66124,677              "username": "Aakira",678              "name": "Aakira",679              "avatar_template": "/user_avatar/discuss.pytorch.org/aakira/{size}/58984_2.png",680              "trust_level": 1681            }682          },683          {684            "extras": "latest",685            "description": "Most Recent Poster, Accepted Answer",686            "user": {687              "id": 3534,688              "username": "ptrblck",689              "name": "",690              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",691              "admin": true,692              "moderator": true,693              "trust_level": 2694            }695          }696        ]697      },698      {699        "fancy_title": "Are Random Functions Deterministic Given Seed?",700        "id": 212986,701        "title": "Are Random Functions Deterministic Given Seed?",702        "slug": "are-random-functions-deterministic-given-seed",703        "posts_count": 2,704        "reply_count": 0,705        "highest_post_number": 2,706        "image_url": null,707        "created_at": "2024-11-14T16:18:30.880Z",708        "last_posted_at": "2024-11-14T21:33:25.018Z",709        "bumped": true,710        "bumped_at": "2024-11-14T22:04:18.227Z",711        "archetype": "regular",712        "unseen": false,713        "pinned": false,714        "unpinned": null,715        "visible": true,716        "closed": false,717        "archived": false,718        "bookmarked": null,719        "liked": null,720        "tags_descriptions": {},721        "like_count": 2,722        "views": 211,723        "category_id": 1,724        "featured_link": null,725        "has_accepted_answer": true,726        "posters": [727          {728            "extras": null,729            "description": "Original Poster",730            "user": {731              "id": 69362,732              "username": "zhixuan-lin",733              "name": "zxlin",734              "avatar_template": "/user_avatar/discuss.pytorch.org/zhixuan-lin/{size}/61326_2.png",735              "trust_level": 0736            }737          },738          {739            "extras": "latest",740            "description": "Most Recent Poster, Accepted Answer",741            "user": {742              "id": 80644,743              "username": "Craig_Hicks1",744              "name": "Craig Hicks",745              "avatar_template": "/user_avatar/discuss.pytorch.org/craig_hicks1/{size}/73727_2.png",746              "trust_level": 0747            }748          }749        ]750      },751      {752        "fancy_title": "Torch.compile from within docker image",753        "id": 214834,754        "title": "Torch.compile from within docker image",755        "slug": "torch-compile-from-within-docker-image",756        "posts_count": 2,757        "reply_count": 0,758        "highest_post_number": 2,759        "image_url": null,760        "created_at": "2024-12-31T19:45:32.925Z",761        "last_posted_at": "2025-01-16T21:34:08.312Z",762        "bumped": true,763        "bumped_at": "2025-01-16T21:34:08.312Z",764        "archetype": "regular",765        "unseen": false,766        "pinned": false,767        "unpinned": null,768        "visible": true,769        "closed": false,770        "archived": false,771        "bookmarked": null,772        "liked": null,773        "tags_descriptions": {},774        "like_count": 0,775        "views": 426,776        "category_id": 1,777        "featured_link": null,778        "has_accepted_answer": true,779        "posters": [780          {781            "extras": "latest single",782            "description": "Original Poster, Most Recent Poster, Accepted Answer",783            "user": {784              "id": 75453,785              "username": "rselagam",786              "name": "Bujji Setty",787              "avatar_template": "/user_avatar/discuss.pytorch.org/rselagam/{size}/75147_2.png",788              "trust_level": 1789            }790          }791        ]792      },793      {794        "fancy_title": "Error in example of implementation heterogeneous Graph neural network",795        "id": 215047,796        "title": "Error in example of implementation heterogeneous Graph neural network",797        "slug": "error-in-example-of-implementation-heterogeneous-graph-neural-network",798        "posts_count": 1,799        "reply_count": 0,800        "highest_post_number": 1,801        "image_url": null,802        "created_at": "2025-01-07T00:14:02.426Z",803        "last_posted_at": "2025-01-07T00:14:02.475Z",804        "bumped": true,805        "bumped_at": "2025-01-07T00:14:02.475Z",806        "archetype": "regular",807        "unseen": false,808        "pinned": false,809        "unpinned": null,810        "visible": true,811        "closed": false,812        "archived": false,813        "bookmarked": null,814        "liked": null,815        "tags_descriptions": {},816        "like_count": 0,817        "views": 70,818        "category_id": 1,819        "featured_link": null,820        "has_accepted_answer": false,821        "posters": [822          {823            "extras": "latest single",824            "description": "Original Poster, Most Recent Poster",825            "user": {826              "id": 81908,827              "username": "Diego_Paul_Guachichu",828              "name": "Diego Paul Guachichullca Bermeo",829              "avatar_template": "/user_avatar/discuss.pytorch.org/diego_paul_guachichu/{size}/74933_2.png",830              "trust_level": 0831            }832          }833        ]834      },835      {836        "fancy_title": "Is my nn.Sequential starting warm during each gridsearch loop?",837        "id": 215139,838        "title": "Is my nn.Sequential starting warm during each gridsearch loop?",839        "slug": "is-my-nn-sequential-starting-warm-during-each-gridsearch-loop",840        "posts_count": 5,841        "reply_count": 3,842        "highest_post_number": 5,843        "image_url": null,844        "created_at": "2025-01-08T22:25:33.869Z",845        "last_posted_at": "2025-01-09T17:41:24.201Z",846        "bumped": true,847        "bumped_at": "2025-01-09T17:50:37.723Z",848        "archetype": "regular",849        "unseen": false,850        "pinned": false,851        "unpinned": null,852        "visible": true,853        "closed": false,854        "archived": false,855        "bookmarked": null,856        "liked": null,857        "tags_descriptions": {},858        "like_count": 1,859        "views": 30,860        "category_id": 1,861        "featured_link": null,862        "has_accepted_answer": true,863        "posters": [864          {865            "extras": "latest",866            "description": "Original Poster, Most Recent Poster",867            "user": {868              "id": 81954,869              "username": "rharwood",870              "name": "Riley H",871              "avatar_template": "/letter_avatar_proxy/v4/letter/r/e19adc/{size}.png",872              "trust_level": 1873            }874          },875          {876            "extras": null,877            "description": "Frequent Poster, Accepted Answer",878            "user": {879              "id": 3534,880              "username": "ptrblck",881              "name": "",882              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",883              "admin": true,884              "moderator": true,885              "trust_level": 2886            }887          }888        ]889      }890    ],891    "tags_descriptions": {},892    "fancy_title": "Cross product for more than 3 dimensions",893    "id": 23592,894    "title": "Cross product for more than 3 dimensions",895    "posts_count": 2,896    "created_at": "2018-08-21T13:02:50.746Z",897    "views": 445,898    "reply_count": 0,899    "like_count": 0,900    "last_posted_at": "2019-09-17T05:45:41.803Z",901    "visible": true,902    "closed": false,903    "archived": false,904    "has_summary": false,905    "archetype": "regular",906    "slug": "cross-product-for-more-than-3-dimensions",907    "category_id": 1,908    "word_count": 61,909    "deleted_at": null,910    "user_id": 4027,911    "featured_link": null,912    "pinned_globally": false,913    "pinned_at": null,914    "pinned_until": null,915    "image_url": null,916    "slow_mode_seconds": 0,917    "draft": null,918    "draft_key": "topic_23592",919    "draft_sequence": null,920    "unpinned": null,921    "pinned": false,922    "current_post_number": 1,923    "highest_post_number": 2,924    "deleted_by": null,925    "actions_summary": [926      {927        "id": 4,928        "count": 0,929        "hidden": false,930        "can_act": false931      },932      {933        "id": 8,934        "count": 0,935        "hidden": false,936        "can_act": false937      },938      {939        "id": 10,940        "count": 0,941        "hidden": false,942        "can_act": false943      },944      {945        "id": 7,946        "count": 0,947        "hidden": false,948        "can_act": false949      }950    ],951    "chunk_size": 20,952    "bookmarked": false,953    "topic_timer": null,954    "message_bus_last_id": 0,955    "participant_count": 2,956    "show_read_indicator": false,957    "thumbnails": null,958    "slow_mode_enabled_until": null,959    "can_vote": false,960    "vote_count": 0,961    "user_voted": false,962    "discourse_zendesk_plugin_zendesk_id": null,963    "discourse_zendesk_plugin_zendesk_url": "https://your-url.zendesk.com/agent/tickets/",964    "details": {965      "can_edit": false,966      "notification_level": 1,967      "participants": [968        {969          "id": 3338,970          "username": "dawenzi098",971          "name": "",972          "avatar_template": "/user_avatar/discuss.pytorch.org/dawenzi098/{size}/15989_2.png",973          "post_count": 1,974          "primary_group_name": null,975          "flair_name": null,976          "flair_url": null,977          "flair_color": null,978          "flair_bg_color": null,979          "flair_group_id": null,980          "trust_level": 0981        },982        {983          "id": 4027,984          "username": "ttoosi",985          "name": "T",986          "avatar_template": "/letter_avatar_proxy/v4/letter/t/e5b9ba/{size}.png",987          "post_count": 1,988          "primary_group_name": null,989          "flair_name": null,990          "flair_url": null,991          "flair_color": null,992          "flair_bg_color": null,993          "flair_group_id": null,994          "trust_level": 2995        }996      ],997      "created_by": {998        "id": 4027,999        "username": "ttoosi",1000        "name": "T",1001        "avatar_template": "/letter_avatar_proxy/v4/letter/t/e5b9ba/{size}.png"1002      },1003      "last_poster": {1004        "id": 3338,1005        "username": "dawenzi098",1006        "name": "",1007        "avatar_template": "/user_avatar/discuss.pytorch.org/dawenzi098/{size}/15989_2.png"1008      }1009    },1010    "bookmarks": []1011  },1012  {1013    "post_stream": {1014      "posts": [1015        {1016          "id": 82218,1017          "name": "",1018          "username": "Naruto-Sasuke",1019          "avatar_template": "/letter_avatar_proxy/v4/letter/n/ed8c4c/{size}.png",1020          "created_at": "2018-12-16T07:57:31.378Z",1021          "cooked": "<p>When I implement custom autograd function.<br>\nIn the forward of class  <code>xxxFunction(torch.autograd.Function)</code>,<br>\nI get <code>ctx.matches</code>, then I want to get the <code>ctx.matches</code> outside this function.<br>\nI tried</p>\n<pre><code class=\"lang-auto\">@staticmethod\ndef get_matches(ctx):\n    return ctx.matches\n</code></pre>\n<p>Then in the class <code>xxx(torch.nn.Module)</code>, I run <code>xxxFunction.get_matches()</code>.<br>\n<code>get_matches() takes exactly 1 argument (0 given)</code>.</p>\n<p>Thank you  in advance!</p>",1022          "post_number": 1,1023          "post_type": 1,1024          "posts_count": 6,1025          "updated_at": "2018-12-16T07:57:31.378Z",1026          "reply_count": 0,1027          "reply_to_post_number": null,1028          "quote_count": 0,1029          "incoming_link_count": 307,1030          "reads": 27,1031          "readers_count": 26,1032          "score": 1555.4,1033          "yours": false,1034          "topic_id": 32248,1035          "topic_slug": "how-to-get-ctx-xx-outside-the-custom-autograd-function",1036          "display_username": "",1037          "primary_group_name": null,1038          "flair_name": null,1039          "flair_url": null,1040          "flair_bg_color": null,1041          "flair_color": null,1042          "flair_group_id": null,1043          "badges_granted": [],1044          "version": 1,1045          "can_edit": false,1046          "can_delete": false,1047          "can_recover": false,1048          "can_see_hidden_post": false,1049          "can_wiki": false,1050          "read": true,1051          "user_title": null,1052          "bookmarked": false,1053          "actions_summary": [1054            {1055              "id": 2,1056              "count": 11057            }1058          ],1059          "moderator": false,1060          "admin": false,1061          "staff": false,1062          "user_id": 2201,1063          "hidden": false,1064          "trust_level": 2,1065          "deleted_at": null,1066          "user_deleted": false,1067          "edit_reason": null,1068          "can_view_edit_history": true,1069          "wiki": false,1070          "post_url": "/t/how-to-get-ctx-xx-outside-the-custom-autograd-function/32248/1",1071          "can_accept_answer": false,1072          "can_unaccept_answer": false,1073          "accepted_answer": false,1074          "topic_accepted_answer": null,1075          "can_vote": false1076        },1077        {1078          "id": 82353,1079          "name": "",1080          "username": "Naruto-Sasuke",1081          "avatar_template": "/letter_avatar_proxy/v4/letter/n/ed8c4c/{size}.png",1082          "created_at": "2018-12-17T01:47:59.453Z",1083          "cooked": "<p><a class=\"mention\" href=\"/u/alband\">@albanD</a> could you help me in this problem?</p>",1084          "post_number": 2,1085          "post_type": 1,1086          "posts_count": 6,1087          "updated_at": "2018-12-17T01:47:59.453Z",1088          "reply_count": 0,1089          "reply_to_post_number": null,1090          "quote_count": 0,1091          "incoming_link_count": 0,1092          "reads": 27,1093          "readers_count": 26,1094          "score": 5.4,1095          "yours": false,1096          "topic_id": 32248,1097          "topic_slug": "how-to-get-ctx-xx-outside-the-custom-autograd-function",1098          "display_username": "",1099          "primary_group_name": null,1100          "flair_name": null,1101          "flair_url": null,1102          "flair_bg_color": null,1103          "flair_color": null,1104          "flair_group_id": null,1105          "badges_granted": [],1106          "version": 1,1107          "can_edit": false,1108          "can_delete": false,1109          "can_recover": false,1110          "can_see_hidden_post": false,1111          "can_wiki": false,1112          "read": true,1113          "user_title": null,1114          "bookmarked": false,1115          "actions_summary": [],1116          "moderator": false,1117          "admin": false,1118          "staff": false,1119          "user_id": 2201,1120          "hidden": false,1121          "trust_level": 2,1122          "deleted_at": null,1123          "user_deleted": false,1124          "edit_reason": null,1125          "can_view_edit_history": true,1126          "wiki": false,1127          "post_url": "/t/how-to-get-ctx-xx-outside-the-custom-autograd-function/32248/2",1128          "can_accept_answer": false,1129          "can_unaccept_answer": false,1130          "accepted_answer": false,1131          "topic_accepted_answer": null1132        },1133        {1134          "id": 82450,1135          "name": "Alban D",1136          "username": "albanD",1137          "avatar_template": "/user_avatar/discuss.pytorch.org/alband/{size}/215_2.png",1138          "created_at": "2018-12-17T10:37:54.007Z",1139          "cooked": "<p>Hi,</p>\n<p>You can access this from the <code>backward</code> method that gets the same <code>ctx</code> as input.<br>\nI don’t think you can extract it in a reliable way though.<br>\nWhy do you need to do this? Can’t you just return it as another output of the <code>forward</code> method?</p>",1140          "post_number": 3,1141          "post_type": 1,1142          "posts_count": 6,1143          "updated_at": "2018-12-17T10:37:54.007Z",1144          "reply_count": 1,1145          "reply_to_post_number": null,1146          "quote_count": 0,1147          "incoming_link_count": 2,1148          "reads": 25,1149          "readers_count": 24,1150          "score": 35.0,1151          "yours": false,1152          "topic_id": 32248,1153          "topic_slug": "how-to-get-ctx-xx-outside-the-custom-autograd-function",1154          "display_username": "Alban D",1155          "primary_group_name": null,1156          "flair_name": null,1157          "flair_url": null,1158          "flair_bg_color": null,1159          "flair_color": null,1160          "flair_group_id": null,1161          "badges_granted": [],1162          "version": 1,1163          "can_edit": false,1164          "can_delete": false,1165          "can_recover": false,1166          "can_see_hidden_post": false,1167          "can_wiki": false,1168          "read": true,1169          "user_title": "",1170          "bookmarked": false,1171          "actions_summary": [1172            {1173              "id": 2,1174              "count": 11175            }1176          ],1177          "moderator": true,1178          "admin": true,1179          "staff": true,1180          "user_id": 211,1181          "hidden": false,1182          "trust_level": 4,1183          "deleted_at": null,1184          "user_deleted": false,1185          "edit_reason": null,1186          "can_view_edit_history": true,1187          "wiki": false,1188          "post_url": "/t/how-to-get-ctx-xx-outside-the-custom-autograd-function/32248/3",1189          "can_accept_answer": false,1190          "can_unaccept_answer": false,1191          "accepted_answer": false,1192          "topic_accepted_answer": null1193        },1194        {1195          "id": 134120,1196          "name": "Xiao Zhang",1197          "username": "cosmozhang1988",1198          "avatar_template": "/user_avatar/discuss.pytorch.org/cosmozhang1988/{size}/1593_2.png",1199          "created_at": "2019-09-10T14:37:15.373Z",1200          "cooked": "<p>I am facing the same issue. If I return it as another output of the <code>forward</code> method, how to adjust the <code>backward</code> method? <a class=\"mention\" href=\"/u/alband\">@albanD</a><br>\nMany thanks!</p>",

Showing the first 1,200 of 60261 lines. Download the file for the rest.