CoolFace
Datasetpublic

Anurag1734/cuda-error-resolution-analysis

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes7downloads
topics_batch_340.json63780 linesDownload Raw Back to raw
1[2  {3    "post_stream": {4      "posts": [5        {6          "id": 286414,7          "name": "Dryden Wiebe",8          "username": "drydenwiebe",9          "avatar_template": "/letter_avatar_proxy/v4/letter/d/50afbb/{size}.png",10          "created_at": "2021-05-26T22:47:45.431Z",11          "cooked": "<p>Right now I have an image dataset of shape (N, C, D, H, W) where N is the batch, C is the channels, D is the number of frames and H and W are height and width respectively.</p>\n<p>We can think of it as video data where D is the number of frames of (C, H, W) images.</p>\n<p>What I want to do is to gaussian blur along the time (D) axis for each pixel in (C, H, W). I know how to use torchvision.transforms.GaussianBlur, but this is for a blur where the input is […, C, H, W] and is a 2d blur. What I want is a 1D pixelwise blur along a specific axis.</p>\n<p>Any ideas?</p>\n<p>Thanks!</p>",12          "post_number": 1,13          "post_type": 1,14          "posts_count": 2,15          "updated_at": "2021-05-26T22:47:45.431Z",16          "reply_count": 0,17          "reply_to_post_number": null,18          "quote_count": 0,19          "incoming_link_count": 29,20          "reads": 5,21          "readers_count": 4,22          "score": 146.0,23          "yours": false,24          "topic_id": 122490,25          "topic_slug": "pixelwise-blur-along-time-todmai",26          "display_username": "Dryden Wiebe",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          "read": true,41          "user_title": null,42          "bookmarked": false,43          "actions_summary": [],44          "moderator": false,45          "admin": false,46          "staff": false,47          "user_id": 28994,48          "hidden": false,49          "trust_level": 1,50          "deleted_at": null,51          "user_deleted": false,52          "edit_reason": null,53          "can_view_edit_history": true,54          "wiki": false,55          "post_url": "/t/pixelwise-blur-along-time-todmai/122490/1",56          "can_accept_answer": false,57          "can_unaccept_answer": false,58          "accepted_answer": false,59          "topic_accepted_answer": null,60          "can_vote": false61        },62        {63          "id": 286508,64          "name": "",65          "username": "ptrblck",66          "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",67          "created_at": "2021-05-27T06:08:49.246Z",68          "cooked": "<p>You could create a gaussian blur kernel in the appropriate shape and use the functional API via <code>F.conv3d</code> to apply it to the input, as I don’t know, if transformations support gaussian blurring for 3d data for a specific dimension only.</p>",69          "post_number": 2,70          "post_type": 1,71          "posts_count": 2,72          "updated_at": "2021-05-27T06:08:49.246Z",73          "reply_count": 0,74          "reply_to_post_number": null,75          "quote_count": 0,76          "incoming_link_count": 0,77          "reads": 3,78          "readers_count": 2,79          "score": 0.6,80          "yours": false,81          "topic_id": 122490,82          "topic_slug": "pixelwise-blur-along-time-todmai",83          "display_username": "",84          "primary_group_name": null,85          "flair_name": null,86          "flair_url": null,87          "flair_bg_color": null,88          "flair_color": null,89          "flair_group_id": null,90          "badges_granted": [],91          "version": 1,92          "can_edit": false,93          "can_delete": false,94          "can_recover": false,95          "can_see_hidden_post": false,96          "can_wiki": false,97          "read": true,98          "user_title": "",99          "bookmarked": false,100          "actions_summary": [],101          "moderator": true,102          "admin": true,103          "staff": true,104          "user_id": 3534,105          "hidden": false,106          "trust_level": 2,107          "deleted_at": null,108          "user_deleted": false,109          "edit_reason": null,110          "can_view_edit_history": true,111          "wiki": false,112          "post_url": "/t/pixelwise-blur-along-time-todmai/122490/2",113          "can_accept_answer": false,114          "can_unaccept_answer": false,115          "accepted_answer": false,116          "topic_accepted_answer": null117        }118      ],119      "stream": [120        286414,121        286508122      ]123    },124    "timeline_lookup": [125      [126        1,127        1613128      ]129    ],130    "suggested_topics": [131      {132        "fancy_title": "Loss not Decreasing while training UNET",133        "id": 219167,134        "title": "Loss not Decreasing while training UNET",135        "slug": "loss-not-decreasing-while-training-unet",136        "posts_count": 4,137        "reply_count": 1,138        "highest_post_number": 4,139        "image_url": null,140        "created_at": "2025-04-16T17:26:41.889Z",141        "last_posted_at": "2025-05-26T19:08:48.848Z",142        "bumped": true,143        "bumped_at": "2025-05-26T19:08:48.848Z",144        "archetype": "regular",145        "unseen": false,146        "pinned": false,147        "unpinned": null,148        "visible": true,149        "closed": false,150        "archived": false,151        "bookmarked": null,152        "liked": null,153        "tags_descriptions": {},154        "like_count": 0,155        "views": 143,156        "category_id": 5,157        "featured_link": null,158        "has_accepted_answer": false,159        "posters": [160          {161            "extras": null,162            "description": "Original Poster",163            "user": {164              "id": 83857,165              "username": "Jaskeerat",166              "name": "Jaskeerat",167              "avatar_template": "/user_avatar/discuss.pytorch.org/jaskeerat/{size}/76675_2.png",168              "trust_level": 0169            }170          },171          {172            "extras": null,173            "description": "Frequent Poster",174            "user": {175              "id": 18088,176              "username": "KFrank",177              "name": "K. Frank",178              "avatar_template": "/letter_avatar_proxy/v4/letter/k/ecb155/{size}.png",179              "trust_level": 2180            }181          },182          {183            "extras": "latest",184            "description": "Most Recent Poster",185            "user": {186              "id": 75120,187              "username": "ajayrkumar",188              "name": "Ajay Rajendra Kumar",189              "avatar_template": "/user_avatar/discuss.pytorch.org/ajayrkumar/{size}/77139_2.png",190              "trust_level": 1191            }192          }193        ]194      },195      {196        "fancy_title": "Image classification with PyTorch",197        "id": 213930,198        "title": "Image classification with PyTorch",199        "slug": "image-classification-with-pytorch",200        "posts_count": 3,201        "reply_count": 0,202        "highest_post_number": 3,203        "image_url": "https://discuss.pytorch.org/uploads/default/optimized/3X/1/3/1381695a6060aefe405ffb28aebaae5a42069aa6_2_1024x635.jpeg",204        "created_at": "2024-12-06T22:46:10.375Z",205        "last_posted_at": "2024-12-09T16:57:34.885Z",206        "bumped": true,207        "bumped_at": "2024-12-09T16:57:34.885Z",208        "archetype": "regular",209        "unseen": false,210        "pinned": false,211        "unpinned": null,212        "visible": true,213        "closed": false,214        "archived": false,215        "bookmarked": null,216        "liked": null,217        "tags_descriptions": {},218        "like_count": 0,219        "views": 291,220        "category_id": 5,221        "featured_link": null,222        "has_accepted_answer": false,223        "posters": [224          {225            "extras": null,226            "description": "Original Poster",227            "user": {228              "id": 81369,229              "username": "Arek",230              "name": "Arek",231              "avatar_template": "/letter_avatar_proxy/v4/letter/a/46a35a/{size}.png",232              "trust_level": 0233            }234          },235          {236            "extras": null,237            "description": "Frequent Poster",238            "user": {239              "id": 3534,240              "username": "ptrblck",241              "name": "",242              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",243              "admin": true,244              "moderator": true,245              "trust_level": 2246            }247          },248          {249            "extras": "latest",250            "description": "Most Recent Poster",251            "user": {252              "id": 64498,253              "username": "nickums",254              "name": "Nickums",255              "avatar_template": "/user_avatar/discuss.pytorch.org/nickums/{size}/58652_2.png",256              "trust_level": 1257            }258          }259        ]260      },261      {262        "fancy_title": "Exporting pth file to onnx with torch",263        "id": 212289,264        "title": "Exporting pth file to onnx with torch",265        "slug": "exporting-pth-file-to-onnx-with-torch",266        "posts_count": 3,267        "reply_count": 0,268        "highest_post_number": 3,269        "image_url": null,270        "created_at": "2024-10-29T17:44:55.606Z",271        "last_posted_at": "2025-04-10T07:02:27.139Z",272        "bumped": true,273        "bumped_at": "2025-04-10T07:02:27.139Z",274        "archetype": "regular",275        "unseen": false,276        "pinned": false,277        "unpinned": null,278        "visible": true,279        "closed": false,280        "archived": false,281        "bookmarked": null,282        "liked": null,283        "tags_descriptions": {},284        "like_count": 1,285        "views": 256,286        "category_id": 5,287        "featured_link": null,288        "has_accepted_answer": false,289        "posters": [290          {291            "extras": null,292            "description": "Original Poster",293            "user": {294              "id": 62480,295              "username": "PedroC",296              "name": "Pedro Carvalho",297              "avatar_template": "/letter_avatar_proxy/v4/letter/p/d6d6ee/{size}.png",298              "trust_level": 1299            }300          },301          {302            "extras": "latest",303            "description": "Most Recent Poster",304            "user": {305              "id": 83738,306              "username": "Divya932",307              "name": "",308              "avatar_template": "/letter_avatar_proxy/v4/letter/d/a5b964/{size}.png",309              "trust_level": 0310            }311          }312        ]313      },314      {315        "fancy_title": "Semantic Segmentation with Attention based CycleGAN",316        "id": 217647,317        "title": "Semantic Segmentation with Attention based CycleGAN",318        "slug": "semantic-segmentation-with-attention-based-cyclegan",319        "posts_count": 5,320        "reply_count": 1,321        "highest_post_number": 5,322        "image_url": null,323        "created_at": "2025-03-10T06:44:59.887Z",324        "last_posted_at": "2025-03-11T22:57:33.781Z",325        "bumped": true,326        "bumped_at": "2025-03-11T22:57:33.781Z",327        "archetype": "regular",328        "unseen": false,329        "pinned": false,330        "unpinned": null,331        "visible": true,332        "closed": false,333        "archived": false,334        "bookmarked": null,335        "liked": null,336        "tags_descriptions": {},337        "like_count": 0,338        "views": 133,339        "category_id": 5,340        "featured_link": null,341        "has_accepted_answer": false,342        "posters": [343          {344            "extras": null,345            "description": "Original Poster",346            "user": {347              "id": 81422,348              "username": "Idrees11",349              "name": "Idrees Bhat",350              "avatar_template": "/user_avatar/discuss.pytorch.org/idrees11/{size}/74448_2.png",351              "trust_level": 1352            }353          },354          {355            "extras": "latest",356            "description": "Most Recent Poster",357            "user": {358              "id": 18088,359              "username": "KFrank",360              "name": "K. Frank",361              "avatar_template": "/letter_avatar_proxy/v4/letter/k/ecb155/{size}.png",362              "trust_level": 2363            }364          }365        ]366      },367      {368        "fancy_title": "Cannot find unused Parameters (DDP Training)",369        "id": 219344,370        "title": "Cannot find unused Parameters (DDP Training)",371        "slug": "cannot-find-unused-parameters-ddp-training",372        "posts_count": 1,373        "reply_count": 0,374        "highest_post_number": 1,375        "image_url": null,376        "created_at": "2025-04-22T16:49:57.607Z",377        "last_posted_at": "2025-04-22T16:49:57.652Z",378        "bumped": true,379        "bumped_at": "2025-04-22T16:53:49.141Z",380        "archetype": "regular",381        "unseen": false,382        "pinned": false,383        "unpinned": null,384        "visible": true,385        "closed": false,386        "archived": false,387        "bookmarked": null,388        "liked": null,389        "tags_descriptions": {},390        "like_count": 0,391        "views": 200,392        "category_id": 5,393        "featured_link": null,394        "has_accepted_answer": false,395        "posters": [396          {397            "extras": "latest single",398            "description": "Original Poster, Most Recent Poster",399            "user": {400              "id": 83950,401              "username": "rdslater",402              "name": "rds",403              "avatar_template": "/user_avatar/discuss.pytorch.org/rdslater/{size}/75820_2.png",404              "trust_level": 1405            }406          }407        ]408      }409    ],410    "tags_descriptions": {},411    "fancy_title": "Pixelwise blur along time todmai",412    "id": 122490,413    "title": "Pixelwise blur along time todmai",414    "posts_count": 2,415    "created_at": "2021-05-26T22:47:45.373Z",416    "views": 349,417    "reply_count": 0,418    "like_count": 0,419    "last_posted_at": "2021-05-27T06:08:49.246Z",420    "visible": true,421    "closed": false,422    "archived": false,423    "has_summary": false,424    "archetype": "regular",425    "slug": "pixelwise-blur-along-time-todmai",426    "category_id": 5,427    "word_count": 163,428    "deleted_at": null,429    "user_id": 28994,430    "featured_link": null,431    "pinned_globally": false,432    "pinned_at": null,433    "pinned_until": null,434    "image_url": null,435    "slow_mode_seconds": 0,436    "draft": null,437    "draft_key": "topic_122490",438    "draft_sequence": null,439    "unpinned": null,440    "pinned": false,441    "current_post_number": 1,442    "highest_post_number": 2,443    "deleted_by": null,444    "actions_summary": [445      {446        "id": 4,447        "count": 0,448        "hidden": false,449        "can_act": false450      },451      {452        "id": 8,453        "count": 0,454        "hidden": false,455        "can_act": false456      },457      {458        "id": 10,459        "count": 0,460        "hidden": false,461        "can_act": false462      },463      {464        "id": 7,465        "count": 0,466        "hidden": false,467        "can_act": false468      }469    ],470    "chunk_size": 20,471    "bookmarked": false,472    "topic_timer": null,473    "message_bus_last_id": 0,474    "participant_count": 2,475    "show_read_indicator": false,476    "thumbnails": null,477    "slow_mode_enabled_until": null,478    "can_vote": false,479    "vote_count": 0,480    "user_voted": false,481    "discourse_zendesk_plugin_zendesk_id": null,482    "discourse_zendesk_plugin_zendesk_url": "https://your-url.zendesk.com/agent/tickets/",483    "details": {484      "can_edit": false,485      "notification_level": 1,486      "participants": [487        {488          "id": 3534,489          "username": "ptrblck",490          "name": "",491          "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",492          "post_count": 1,493          "primary_group_name": null,494          "flair_name": null,495          "flair_url": null,496          "flair_color": null,497          "flair_bg_color": null,498          "flair_group_id": null,499          "admin": true,500          "moderator": true,501          "trust_level": 2502        },503        {504          "id": 28994,505          "username": "drydenwiebe",506          "name": "Dryden Wiebe",507          "avatar_template": "/letter_avatar_proxy/v4/letter/d/50afbb/{size}.png",508          "post_count": 1,509          "primary_group_name": null,510          "flair_name": null,511          "flair_url": null,512          "flair_color": null,513          "flair_bg_color": null,514          "flair_group_id": null,515          "trust_level": 1516        }517      ],518      "created_by": {519        "id": 28994,520        "username": "drydenwiebe",521        "name": "Dryden Wiebe",522        "avatar_template": "/letter_avatar_proxy/v4/letter/d/50afbb/{size}.png"523      },524      "last_poster": {525        "id": 3534,526        "username": "ptrblck",527        "name": "",528        "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png"529      }530    },531    "bookmarks": []532  },533  {534    "post_stream": {535      "posts": [536        {537          "id": 286311,538          "name": "lima",539          "username": "lima",540          "avatar_template": "/user_avatar/discuss.pytorch.org/lima/{size}/38515_2.png",541          "created_at": "2021-05-26T13:56:13.899Z",542          "cooked": "<p>I have a dataset of N audio frames of size (N , 13), and for the task of phoneme recognition</p>\n<pre><code class=\"lang-auto\">train_data = torch.hstack((train_feat, train_labels))\ntrain_loader = torch.utils.data.DataLoader(train_data, batch_size= 128, shuffle=True)\n</code></pre>\n<pre><code class=\"lang-auto\">print(train_data.shape)\ntorch.Size([3082092, 14])\n</code></pre>\n<p>How can I stack 7 frames each time to feed to the DNN?</p>",543          "post_number": 1,544          "post_type": 1,545          "posts_count": 6,546          "updated_at": "2021-05-26T13:56:13.899Z",547          "reply_count": 0,548          "reply_to_post_number": null,549          "quote_count": 0,550          "incoming_link_count": 228,551          "reads": 6,552          "readers_count": 5,553          "score": 1141.2,554          "yours": false,555          "topic_id": 122436,556          "topic_slug": "stack-frames-for-dnn-input",557          "display_username": "lima",558          "primary_group_name": null,559          "flair_name": null,560          "flair_url": null,561          "flair_bg_color": null,562          "flair_color": null,563          "flair_group_id": null,564          "badges_granted": [],565          "version": 1,566          "can_edit": false,567          "can_delete": false,568          "can_recover": false,569          "can_see_hidden_post": false,570          "can_wiki": false,571          "read": true,572          "user_title": null,573          "bookmarked": false,574          "actions_summary": [],575          "moderator": false,576          "admin": false,577          "staff": false,578          "user_id": 45563,579          "hidden": false,580          "trust_level": 1,581          "deleted_at": null,582          "user_deleted": false,583          "edit_reason": null,584          "can_view_edit_history": true,585          "wiki": false,586          "post_url": "/t/stack-frames-for-dnn-input/122436/1",587          "can_accept_answer": false,588          "can_unaccept_answer": false,589          "accepted_answer": false,590          "topic_accepted_answer": null,591          "can_vote": false592        },593        {594          "id": 286488,595          "name": "",596          "username": "ptrblck",597          "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",598          "created_at": "2021-05-27T04:50:31.105Z",599          "cooked": "<p>I’m not sure which dimension refers to the “frame dimension”, but you could probably either use <code>torch.stack</code> or <code>torch.cat</code> to create the new stacked/concatenated tensor.</p>",600          "post_number": 2,601          "post_type": 1,602          "posts_count": 6,603          "updated_at": "2021-05-27T04:50:31.105Z",604          "reply_count": 1,605          "reply_to_post_number": null,606          "quote_count": 0,607          "incoming_link_count": 1,608          "reads": 6,609          "readers_count": 5,610          "score": 11.2,611          "yours": false,612          "topic_id": 122436,613          "topic_slug": "stack-frames-for-dnn-input",614          "display_username": "",615          "primary_group_name": null,616          "flair_name": null,617          "flair_url": null,618          "flair_bg_color": null,619          "flair_color": null,620          "flair_group_id": null,621          "badges_granted": [],622          "version": 1,623          "can_edit": false,624          "can_delete": false,625          "can_recover": false,626          "can_see_hidden_post": false,627          "can_wiki": false,628          "read": true,629          "user_title": "",630          "bookmarked": false,631          "actions_summary": [],632          "moderator": true,633          "admin": true,634          "staff": true,635          "user_id": 3534,636          "hidden": false,637          "trust_level": 2,638          "deleted_at": null,639          "user_deleted": false,640          "edit_reason": null,641          "can_view_edit_history": true,642          "wiki": false,643          "post_url": "/t/stack-frames-for-dnn-input/122436/2",644          "can_accept_answer": false,645          "can_unaccept_answer": false,646          "accepted_answer": false,647          "topic_accepted_answer": null648        },649        {650          "id": 286492,651          "name": "lima",652          "username": "lima",653          "avatar_template": "/user_avatar/discuss.pytorch.org/lima/{size}/38515_2.png",654          "created_at": "2021-05-27T05:13:42.144Z",655          "cooked": "<p>Hi <a class=\"mention\" href=\"/u/ptrblck\">@ptrblck</a> . The x_train dataset is 3082092 frames. Each frame has 13 numbers (features).<br>\nThe y_train is 3082092 digit (labels).<br>\nThat is for each frame (1,13) there’s one label…<br>\nNow, feeding pne frame to the DNN is not going to work because there’s too small information in it. Instead,I would like to stack a sequence of 7 frames (of those 3082092). I hope that makes sense.</p>",656          "post_number": 3,657          "post_type": 1,658          "posts_count": 6,659          "updated_at": "2021-05-27T05:13:42.144Z",660          "reply_count": 1,661          "reply_to_post_number": 2,662          "quote_count": 0,663          "incoming_link_count": 1,664          "reads": 6,665          "readers_count": 5,666          "score": 11.2,667          "yours": false,668          "topic_id": 122436,669          "topic_slug": "stack-frames-for-dnn-input",670          "display_username": "lima",671          "primary_group_name": null,672          "flair_name": null,673          "flair_url": null,674          "flair_bg_color": null,675          "flair_color": null,676          "flair_group_id": null,677          "badges_granted": [],678          "version": 1,679          "can_edit": false,680          "can_delete": false,681          "can_recover": false,682          "can_see_hidden_post": false,683          "can_wiki": false,684          "read": true,685          "user_title": null,686          "reply_to_user": {687            "id": 3534,688            "username": "ptrblck",689            "name": "",690            "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png"691          },692          "bookmarked": false,693          "actions_summary": [],694          "moderator": false,695          "admin": false,696          "staff": false,697          "user_id": 45563,698          "hidden": false,699          "trust_level": 1,700          "deleted_at": null,701          "user_deleted": false,702          "edit_reason": null,703          "can_view_edit_history": true,704          "wiki": false,705          "post_url": "/t/stack-frames-for-dnn-input/122436/3",706          "can_accept_answer": false,707          "can_unaccept_answer": false,708          "accepted_answer": false,709          "topic_accepted_answer": null710        },711        {712          "id": 286494,713          "name": "",714          "username": "ptrblck",715          "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",716          "created_at": "2021-05-27T05:16:23.896Z",717          "cooked": "<p>Thanks for the explanation. The 7 frames would thus correspond to the batch size and you could set it in the <code>DataLoader</code>.</p>",718          "post_number": 4,719          "post_type": 1,720          "posts_count": 6,721          "updated_at": "2021-05-27T05:16:23.896Z",722          "reply_count": 1,723          "reply_to_post_number": 3,724          "quote_count": 0,725          "incoming_link_count": 1,726          "reads": 4,727          "readers_count": 3,728          "score": 10.8,729          "yours": false,730          "topic_id": 122436,731          "topic_slug": "stack-frames-for-dnn-input",732          "display_username": "",733          "primary_group_name": null,734          "flair_name": null,735          "flair_url": null,736          "flair_bg_color": null,737          "flair_color": null,738          "flair_group_id": null,739          "badges_granted": [],740          "version": 1,741          "can_edit": false,742          "can_delete": false,743          "can_recover": false,744          "can_see_hidden_post": false,745          "can_wiki": false,746          "read": true,747          "user_title": "",748          "reply_to_user": {749            "id": 45563,750            "username": "lima",751            "name": "lima",752            "avatar_template": "/user_avatar/discuss.pytorch.org/lima/{size}/38515_2.png"753          },754          "bookmarked": false,755          "actions_summary": [],756          "moderator": true,757          "admin": true,758          "staff": true,759          "user_id": 3534,760          "hidden": false,761          "trust_level": 2,762          "deleted_at": null,763          "user_deleted": false,764          "edit_reason": null,765          "can_view_edit_history": true,766          "wiki": false,767          "post_url": "/t/stack-frames-for-dnn-input/122436/4",768          "can_accept_answer": false,769          "can_unaccept_answer": false,770          "accepted_answer": false,771          "topic_accepted_answer": null772        },773        {774          "id": 286498,775          "name": "lima",776          "username": "lima",777          "avatar_template": "/user_avatar/discuss.pytorch.org/lima/{size}/38515_2.png",778          "created_at": "2021-05-27T05:46:36.892Z",779          "cooked": "<p>In that case, the DNN would look at them as 7 individual units, but I wanted to stack 7 frames as one unit.</p>",780          "post_number": 5,781          "post_type": 1,782          "posts_count": 6,783          "updated_at": "2021-05-27T05:46:36.892Z",784          "reply_count": 1,785          "reply_to_post_number": 4,786          "quote_count": 0,787          "incoming_link_count": 1,788          "reads": 4,789          "readers_count": 3,790          "score": 10.8,791          "yours": false,792          "topic_id": 122436,793          "topic_slug": "stack-frames-for-dnn-input",794          "display_username": "lima",795          "primary_group_name": null,796          "flair_name": null,797          "flair_url": null,798          "flair_bg_color": null,799          "flair_color": null,800          "flair_group_id": null,801          "badges_granted": [],802          "version": 1,803          "can_edit": false,804          "can_delete": false,805          "can_recover": false,806          "can_see_hidden_post": false,807          "can_wiki": false,808          "read": true,809          "user_title": null,810          "reply_to_user": {811            "id": 3534,812            "username": "ptrblck",813            "name": "",814            "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png"815          },816          "bookmarked": false,817          "actions_summary": [],818          "moderator": false,819          "admin": false,820          "staff": false,821          "user_id": 45563,822          "hidden": false,823          "trust_level": 1,824          "deleted_at": null,825          "user_deleted": false,826          "edit_reason": null,827          "can_view_edit_history": true,828          "wiki": false,829          "post_url": "/t/stack-frames-for-dnn-input/122436/5",830          "can_accept_answer": false,831          "can_unaccept_answer": false,832          "accepted_answer": false,833          "topic_accepted_answer": null834        },835        {836          "id": 286501,837          "name": "",838          "username": "ptrblck",839          "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",840          "created_at": "2021-05-27T05:54:58.126Z",841          "cooked": "<p>Could you explain how one “unit” would be processed in the model and what the expected input shape would thus be?</p>",842          "post_number": 6,843          "post_type": 1,844          "posts_count": 6,845          "updated_at": "2021-05-27T05:54:58.126Z",846          "reply_count": 0,847          "reply_to_post_number": 5,848          "quote_count": 0,849          "incoming_link_count": 0,850          "reads": 4,851          "readers_count": 3,852          "score": 0.8,853          "yours": false,854          "topic_id": 122436,855          "topic_slug": "stack-frames-for-dnn-input",856          "display_username": "",857          "primary_group_name": null,858          "flair_name": null,859          "flair_url": null,860          "flair_bg_color": null,861          "flair_color": null,862          "flair_group_id": null,863          "badges_granted": [],864          "version": 1,865          "can_edit": false,866          "can_delete": false,867          "can_recover": false,868          "can_see_hidden_post": false,869          "can_wiki": false,870          "read": true,871          "user_title": "",872          "reply_to_user": {873            "id": 45563,874            "username": "lima",875            "name": "lima",876            "avatar_template": "/user_avatar/discuss.pytorch.org/lima/{size}/38515_2.png"877          },878          "bookmarked": false,879          "actions_summary": [],880          "moderator": true,881          "admin": true,882          "staff": true,883          "user_id": 3534,884          "hidden": false,885          "trust_level": 2,886          "deleted_at": null,887          "user_deleted": false,888          "edit_reason": null,889          "can_view_edit_history": true,890          "wiki": false,891          "post_url": "/t/stack-frames-for-dnn-input/122436/6",892          "can_accept_answer": false,893          "can_unaccept_answer": false,894          "accepted_answer": false,895          "topic_accepted_answer": null896        }897      ],898      "stream": [899        286311,900        286488,901        286492,902        286494,903        286498,904        286501905      ]906    },907    "timeline_lookup": [908      [909        1,910        1613911      ]912    ],913    "suggested_topics": [914      {915        "fancy_title": "How to use filtfilt() function?",916        "id": 216443,917        "title": "How to use filtfilt() function?",918        "slug": "how-to-use-filtfilt-function",919        "posts_count": 2,920        "reply_count": 0,921        "highest_post_number": 2,922        "image_url": null,923        "created_at": "2025-02-10T03:01:31.509Z",924        "last_posted_at": "2025-02-10T08:55:11.729Z",925        "bumped": true,926        "bumped_at": "2025-02-10T08:55:23.471Z",927        "archetype": "regular",928        "unseen": false,929        "pinned": false,930        "unpinned": null,931        "visible": true,932        "closed": false,933        "archived": false,934        "bookmarked": null,935        "liked": null,936        "tags_descriptions": {},937        "like_count": 0,938        "views": 115,939        "category_id": 9,940        "featured_link": null,941        "has_accepted_answer": false,942        "posters": [943          {944            "extras": "latest single",945            "description": "Original Poster, Most Recent Poster",946            "user": {947              "id": 73868,948              "username": "elinliu0823",949              "name": "轶霖 柳",950              "avatar_template": "/user_avatar/discuss.pytorch.org/elinliu0823/{size}/68215_2.png",951              "trust_level": 1952            }953          }954        ]955      },956      {957        "fancy_title": "CTC loss inputs and input lengths",958        "id": 219837,959        "title": "CTC loss inputs and input lengths",960        "slug": "ctc-loss-inputs-and-input-lengths",961        "posts_count": 1,962        "reply_count": 0,963        "highest_post_number": 1,964        "image_url": null,965        "created_at": "2025-05-07T13:49:43.750Z",966        "last_posted_at": "2025-05-07T13:49:43.799Z",967        "bumped": true,968        "bumped_at": "2025-05-07T13:49:43.799Z",969        "archetype": "regular",970        "unseen": false,971        "pinned": false,972        "unpinned": null,973        "visible": true,974        "closed": false,975        "archived": false,976        "bookmarked": null,977        "liked": null,978        "tags_descriptions": {},979        "like_count": 0,980        "views": 67,981        "category_id": 9,982        "featured_link": null,983        "has_accepted_answer": false,984        "posters": [985          {986            "extras": "latest single",987            "description": "Original Poster, Most Recent Poster",988            "user": {989              "id": 83384,990              "username": "alicemabille",991              "name": "Alice Mabille",992              "avatar_template": "/user_avatar/discuss.pytorch.org/alicemabille/{size}/76264_2.png",993              "trust_level": 1994            }995          }996        ]997      },998      {999        "fancy_title": "Understanding channel dim in audio processing",1000        "id": 212777,1001        "title": "Understanding channel dim in audio processing",1002        "slug": "understanding-channel-dim-in-audio-processing",1003        "posts_count": 2,1004        "reply_count": 0,1005        "highest_post_number": 2,1006        "image_url": null,1007        "created_at": "2024-11-10T22:53:34.319Z",1008        "last_posted_at": "2024-11-26T07:16:03.415Z",1009        "bumped": true,1010        "bumped_at": "2024-11-26T07:16:03.415Z",1011        "archetype": "regular",1012        "unseen": false,1013        "pinned": false,1014        "unpinned": null,1015        "visible": true,1016        "closed": false,1017        "archived": false,1018        "bookmarked": null,1019        "liked": null,1020        "tags_descriptions": {},1021        "like_count": 1,1022        "views": 73,1023        "category_id": 9,1024        "featured_link": null,1025        "has_accepted_answer": false,1026        "posters": [1027          {1028            "extras": null,1029            "description": "Original Poster",1030            "user": {1031              "id": 80807,1032              "username": "axion66",1033              "name": "axion66",1034              "avatar_template": "/letter_avatar_proxy/v4/letter/a/ec9cab/{size}.png",1035              "trust_level": 01036            }1037          },1038          {1039            "extras": "latest",1040            "description": "Most Recent Poster",1041            "user": {1042              "id": 30366,1043              "username": "shivammehta007",1044              "name": "Shivam Mehta",1045              "avatar_template": "/user_avatar/discuss.pytorch.org/shivammehta007/{size}/31230_2.png",1046              "trust_level": 21047            }1048          }1049        ]1050      },1051      {1052        "fancy_title": "Issues with CTCLoss",1053        "id": 216390,1054        "title": "Issues with CTCLoss",1055        "slug": "issues-with-ctcloss",1056        "posts_count": 1,1057        "reply_count": 0,1058        "highest_post_number": 1,1059        "image_url": null,1060        "created_at": "2025-02-08T01:34:34.042Z",1061        "last_posted_at": "2025-02-08T01:34:34.086Z",1062        "bumped": true,1063        "bumped_at": "2025-02-08T01:34:34.086Z",1064        "archetype": "regular",1065        "unseen": false,1066        "pinned": false,1067        "unpinned": null,1068        "visible": true,1069        "closed": false,1070        "archived": false,1071        "bookmarked": null,1072        "liked": null,1073        "tags_descriptions": {},1074        "like_count": 0,1075        "views": 63,1076        "category_id": 9,1077        "featured_link": null,1078        "has_accepted_answer": false,1079        "posters": [1080          {1081            "extras": "latest single",1082            "description": "Original Poster, Most Recent Poster",1083            "user": {1084              "id": 82555,1085              "username": "Butzti",1086              "name": "Butzti",1087              "avatar_template": "/user_avatar/discuss.pytorch.org/butzti/{size}/75538_2.png",1088              "trust_level": 01089            }1090          }1091        ]1092      },1093      {1094        "fancy_title": "Question about using pytorch-tcn vs. keras-tcn",1095        "id": 220524,1096        "title": "Question about using pytorch-tcn vs. keras-tcn",1097        "slug": "question-about-using-pytorch-tcn-vs-keras-tcn",1098        "posts_count": 1,1099        "reply_count": 0,1100        "highest_post_number": 1,1101        "image_url": null,1102        "created_at": "2025-06-02T18:54:46.961Z",1103        "last_posted_at": "2025-06-02T18:54:47.014Z",1104        "bumped": true,1105        "bumped_at": "2025-06-03T12:16:59.851Z",1106        "archetype": "regular",1107        "unseen": false,1108        "pinned": false,1109        "unpinned": null,1110        "visible": true,1111        "closed": false,1112        "archived": false,1113        "bookmarked": null,1114        "liked": null,1115        "tags_descriptions": {},1116        "like_count": 0,1117        "views": 63,1118        "category_id": 9,1119        "featured_link": null,1120        "has_accepted_answer": false,1121        "posters": [1122          {1123            "extras": "latest single",1124            "description": "Original Poster, Most Recent Poster",1125            "user": {1126              "id": 84552,1127              "username": "User9393",1128              "name": "User911",1129              "avatar_template": "/user_avatar/discuss.pytorch.org/user9393/{size}/77243_2.png",1130              "trust_level": 01131            }1132          }1133        ]1134      }1135    ],1136    "tags_descriptions": {},1137    "fancy_title": "Stack frames for DNN input",1138    "id": 122436,1139    "title": "Stack frames for DNN input",1140    "posts_count": 6,1141    "created_at": "2021-05-26T13:56:13.818Z",1142    "views": 1082,1143    "reply_count": 4,1144    "like_count": 0,1145    "last_posted_at": "2021-05-27T05:54:58.126Z",1146    "visible": true,1147    "closed": false,1148    "archived": false,1149    "has_summary": false,1150    "archetype": "regular",1151    "slug": "stack-frames-for-dnn-input",1152    "category_id": 9,1153    "word_count": 219,1154    "deleted_at": null,1155    "user_id": 45563,1156    "featured_link": null,1157    "pinned_globally": false,1158    "pinned_at": null,1159    "pinned_until": null,1160    "image_url": null,1161    "slow_mode_seconds": 0,1162    "draft": null,1163    "draft_key": "topic_122436",1164    "draft_sequence": null,1165    "unpinned": null,1166    "pinned": false,1167    "current_post_number": 1,1168    "highest_post_number": 6,1169    "deleted_by": null,1170    "actions_summary": [1171      {1172        "id": 4,1173        "count": 0,1174        "hidden": false,1175        "can_act": false1176      },1177      {1178        "id": 8,1179        "count": 0,1180        "hidden": false,1181        "can_act": false1182      },1183      {1184        "id": 10,1185        "count": 0,1186        "hidden": false,1187        "can_act": false1188      },1189      {1190        "id": 7,1191        "count": 0,1192        "hidden": false,1193        "can_act": false1194      }1195    ],1196    "chunk_size": 20,1197    "bookmarked": false,1198    "topic_timer": null,1199    "message_bus_last_id": 0,1200    "participant_count": 2,

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