CoolFace
Datasetpublic

Anurag1734/cuda-error-resolution-analysis

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes7downloads
topics_batch_20.json67602 linesDownload Raw Back to raw
1[2  {3    "post_stream": {4      "posts": [5        {6          "id": 465621,7          "name": "Kirn anat",8          "username": "Kirn_anat",9          "avatar_template": "/user_avatar/discuss.pytorch.org/kirn_anat/{size}/75673_2.png",10          "created_at": "2025-02-15T16:46:16.548Z",11          "cooked": "<p>Hello guys,</p>\n<p>I’m pulling my hair out trying to get easyocr working with Python 3.13 on Windows 11. I keep getting the dreaded <code>ModuleNotFoundError: No module named 'torch.backends'</code> error, even though everything <em>seems</em> to be installed correctly. I’ve spent days on this, and I’m at a complete loss.</p>\n<p><strong>The Core Problem:</strong></p>\n<p>I’m trying to use easyocr, which depends on PyTorch (torch).  My script fails with the <code>ModuleNotFoundError</code>, meaning easyocr can’t find the <code>torch.backends</code> module. This happens <em>despite</em> pip showing all required packages (easyocr, torch, torchvision) as installed.  The problem seems specific to my main Python 3.13 installation.</p>\n<p><strong>What I’ve Tried (A LOT):</strong></p>\n<p>I’ve tried a ton of things, so I’ll try to keep this organized:</p>\n<ol>\n<li>\n<p><strong>Initial Tesseract Issues (Abandoned):</strong>  I originally tried pytesseract, but Tesseract was a nightmare to configure. I switched to easyocr to avoid that mess.</p>\n</li>\n<li>\n<p><strong>easyocr Installation:</strong>  I used <code>pip install easyocr</code>. This <em>should</em> have installed all dependencies, including PyTorch.</p>\n</li>\n<li>\n<p><strong>PyTorch Shenanigans:</strong></p>\n<ul>\n<li>Tried <code>pip install torch</code> (CPU version).  pip says it’s already installed.</li>\n<li>Checked <code>import torch; print(torch.__version__)</code> - PyTorch <em>seems</em> to be installed.</li>\n<li>Even tried specific, compatible versions of <code>torch</code>, <code>torchvision</code>, and <code>easyocr</code> based on Stack Overflow suggestions. No luck.</li>\n</ul>\n</li>\n<li>\n<p><strong>Environment Variable Voodoo:</strong></p>\n<ul>\n<li>Verified <code>TESSDATA_PREFIX</code> is irrelevant (since I’m not using Tesseract anymore).</li>\n<li>Double, triple, quadruple-checked my <code>PATH</code> environment variable.  It <em>should</em> include:\n<ul>\n<li><code>C:\\Users\\Mohammad\\AppData\\Local\\Programs\\Python\\Python313</code></li>\n<li><code>C:\\Users\\Mohammad\\AppData\\Local\\Programs\\Python\\Python313\\Scripts</code></li>\n</ul>\n</li>\n<li>Made sure those paths are at the top of the <code>PATH</code> list (or at least before any other Python installations).</li>\n<li><strong>IMPORTANT NOTE:</strong>  <code>where python</code> returns <em>nothing</em>, which is a huge red flag!</li>\n</ul>\n</li>\n<li>\n<p><strong>Interpreter Checks:</strong></p>\n<ul>\n<li>Used the full path to my Python 3.13 executable: <code>&amp; \"C:\\Users\\Mohammad\\AppData\\Local\\Programs\\Python\\Python313\\python.exe\" \"F:\\...\"</code></li>\n<li>This lets the script <em>start</em>, but the <code>ModuleNotFoundError</code> still happens.</li>\n</ul>\n</li>\n<li>\n<p><strong>site-packages Inspection:</strong></p>\n<ul>\n<li>Looked in <code>C:\\Users\\Mohammad\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages</code> for conflicting <code>torch</code> installations or weird files.  Didn’t find anything obvious.</li>\n</ul>\n</li>\n<li>\n<p><strong>Reinstalling Everything:</strong> Uninstalling and reinstalling <code>easyocr</code> and <code>torch</code> multiple times.  No change.</p>\n</li>\n</ol>\n<p><strong>What I HAVEN’T Done (Yet - and this is probably crucial):</strong></p>\n<ul>\n<li><strong>Portable Python Test:</strong> I haven’t yet tested with a portable Python installation to isolate whether the issue is system-wide or specific to my main Python 3.13 install. This is probably my next step.</li>\n<li><strong>Check module __file__ attributes:</strong> I haven’t definitively figured out which specific <code>torch</code> module Python is <em>actually</em> trying to load. I should run this inside the Python 3.13 interpreter (using the full path):</li>\n</ul>\n<pre><code>```python\nimport easyocr\nprint(easyocr.__file__)\nimport torch\nprint(torch.__file__)\n```\n</code></pre>\n<p><strong>Summary of the Situation:</strong></p>\n<ul>\n<li><code>ModuleNotFoundError</code> persists, no matter what I try.</li>\n<li>Python interpreter is reachable (with the full path).</li>\n<li><code>where python</code> returns nothing - major PATH issue.</li>\n<li>Haven’t ruled out conflicting packages or a corrupted PyTorch installation within my main Python 3.13.</li>\n<li>haven’t ruled out that it is a system wide problem</li>\n</ul>\n<p>I’m really hoping someone has seen this before or has some fresh ideas. I’m desperate! Any help would be massively appreciated. I feel like I’m missing something obvious.</p>\n<p><strong>TL;DR:</strong>  <code>ModuleNotFoundError: No module named 'torch.backends'</code> with easyocr and Python 3.13 on Windows 11, despite extensive troubleshooting (PATH, versions, reinstalls, etc.).  Haven’t done a portable Python test or checked <code>__file__</code> attributes yet.  Help!</p>\n<hr>",12          "post_number": 1,13          "post_type": 1,14          "posts_count": 2,15          "updated_at": "2025-02-15T16:46:16.548Z",16          "reply_count": 0,17          "reply_to_post_number": null,18          "quote_count": 0,19          "incoming_link_count": 279,20          "reads": 3,21          "readers_count": 2,22          "score": 1360.6,23          "yours": false,24          "topic_id": 216718,25          "topic_slug": "modulenotfounderror-no-module-named-torch-backends-with-easyocr-and-python-3-13-windows-11-exhaustive-troubleshooting-still-stuck",26          "display_username": "Kirn anat",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            {45              "id": 2,46              "count": 147            }48          ],49          "moderator": false,50          "admin": false,51          "staff": false,52          "user_id": 82709,53          "hidden": false,54          "trust_level": 0,55          "deleted_at": null,56          "user_deleted": false,57          "edit_reason": null,58          "can_view_edit_history": true,59          "wiki": false,60          "post_url": "/t/modulenotfounderror-no-module-named-torch-backends-with-easyocr-and-python-3-13-windows-11-exhaustive-troubleshooting-still-stuck/216718/1",61          "can_accept_answer": false,62          "can_unaccept_answer": false,63          "accepted_answer": false,64          "topic_accepted_answer": null,65          "can_vote": false66        },67        {68          "id": 465624,69          "name": "",70          "username": "ptrblck",71          "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",72          "created_at": "2025-02-15T16:55:26.057Z",73          "cooked": "<p>I’m not using Windows so won’t know details and common pitfalls, but I would probably start with a quick standalone check making sure PyTorch itself can be used.<br>\nI.e. I would create a new and empty virtual environment (via <code>conda</code> or any other package manager you are using) and just <code>pip install</code> the desired PyTorch version you want (without any other applications or libs which are supposed to download and install PyTorch). Once this is done, run a small check via:</p>\n<pre data-code-wrap=\"python\"><code class=\"lang-python\">import torch\nprint(torch.__version__)\nprint(torch.__path__)\nprint(torch.backends)\nprint(torch.cuda.is_available()) # if you are using a GPU\n</code></pre>\n<p>if this works fine, you could try to install other applications afterwards hoping these will recognize an already properly installed PyTorch.</p>",74          "post_number": 2,75          "post_type": 1,76          "posts_count": 2,77          "updated_at": "2025-02-15T16:55:26.057Z",78          "reply_count": 0,79          "reply_to_post_number": null,80          "quote_count": 0,81          "incoming_link_count": 9,82          "reads": 2,83          "readers_count": 1,84          "score": 40.4,85          "yours": false,86          "topic_id": 216718,87          "topic_slug": "modulenotfounderror-no-module-named-torch-backends-with-easyocr-and-python-3-13-windows-11-exhaustive-troubleshooting-still-stuck",88          "display_username": "",89          "primary_group_name": null,90          "flair_name": null,91          "flair_url": null,92          "flair_bg_color": null,93          "flair_color": null,94          "flair_group_id": null,95          "badges_granted": [],96          "version": 1,97          "can_edit": false,98          "can_delete": false,99          "can_recover": false,100          "can_see_hidden_post": false,101          "can_wiki": false,102          "read": true,103          "user_title": "",104          "bookmarked": false,105          "actions_summary": [],106          "moderator": true,107          "admin": true,108          "staff": true,109          "user_id": 3534,110          "hidden": false,111          "trust_level": 2,112          "deleted_at": null,113          "user_deleted": false,114          "edit_reason": null,115          "can_view_edit_history": true,116          "wiki": false,117          "post_url": "/t/modulenotfounderror-no-module-named-torch-backends-with-easyocr-and-python-3-13-windows-11-exhaustive-troubleshooting-still-stuck/216718/2",118          "can_accept_answer": false,119          "can_unaccept_answer": false,120          "accepted_answer": false,121          "topic_accepted_answer": null122        }123      ],124      "stream": [125        465621,126        465624127      ]128    },129    "timeline_lookup": [130      [131        1,132        252133      ]134    ],135    "suggested_topics": [136      {137        "fancy_title": "Weighted Convolution class",138        "id": 220693,139        "title": "Weighted Convolution class",140        "slug": "weighted-convolution-class",141        "posts_count": 1,142        "reply_count": 0,143        "highest_post_number": 1,144        "image_url": null,145        "created_at": "2025-06-10T10:27:13.145Z",146        "last_posted_at": "2025-06-10T10:27:13.188Z",147        "bumped": true,148        "bumped_at": "2025-06-10T10:27:13.188Z",149        "archetype": "regular",150        "unseen": false,151        "pinned": false,152        "unpinned": null,153        "visible": true,154        "closed": false,155        "archived": false,156        "bookmarked": null,157        "liked": null,158        "tags_descriptions": {},159        "like_count": 0,160        "views": 20,161        "category_id": 1,162        "featured_link": null,163        "has_accepted_answer": false,164        "posters": [165          {166            "extras": "latest single",167            "description": "Original Poster, Most Recent Poster",168            "user": {169              "id": 84638,170              "username": "cammarasana123",171              "name": "",172              "avatar_template": "/user_avatar/discuss.pytorch.org/cammarasana123/{size}/77312_2.png",173              "trust_level": 0174            }175          }176        ]177      },178      {179        "fancy_title": "torch.OutOfMemoryError Needing Help",180        "id": 215383,181        "title": "torch.OutOfMemoryError Needing Help",182        "slug": "torch-outofmemoryerror-needing-help",183        "posts_count": 2,184        "reply_count": 0,185        "highest_post_number": 2,186        "image_url": "https://discuss.pytorch.org/uploads/default/original/3X/7/1/7177b82c5c3fa982bd5bcb76e82413cb1a9895ee.png",187        "created_at": "2025-01-14T16:13:00.335Z",188        "last_posted_at": "2025-01-14T20:48:39.772Z",189        "bumped": true,190        "bumped_at": "2025-01-14T20:48:39.772Z",191        "archetype": "regular",192        "unseen": false,193        "pinned": false,194        "unpinned": null,195        "visible": true,196        "closed": false,197        "archived": false,198        "bookmarked": null,199        "liked": null,200        "tags_descriptions": {},201        "like_count": 0,202        "views": 72,203        "category_id": 1,204        "featured_link": null,205        "has_accepted_answer": false,206        "posters": [207          {208            "extras": null,209            "description": "Original Poster",210            "user": {211              "id": 82088,212              "username": "meditrust",213              "name": "Yohan Azoulay",214              "avatar_template": "/letter_avatar_proxy/v4/letter/m/f1d935/{size}.png",215              "trust_level": 0216            }217          },218          {219            "extras": "latest",220            "description": "Most Recent Poster",221            "user": {222              "id": 3534,223              "username": "ptrblck",224              "name": "",225              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",226              "admin": true,227              "moderator": true,228              "trust_level": 2229            }230          }231        ]232      },233      {234        "fancy_title": "Best way to find threshold of multilabel action recognition after using MultilabelAveragePrecision",235        "id": 214501,236        "title": "Best way to find threshold of multilabel action recognition after using MultilabelAveragePrecision",237        "slug": "best-way-to-find-threshold-of-multilabel-action-recognition-after-using-multilabelaverageprecision",238        "posts_count": 1,239        "reply_count": 0,240        "highest_post_number": 1,241        "image_url": null,242        "created_at": "2024-12-21T14:51:22.097Z",243        "last_posted_at": "2024-12-21T14:51:22.130Z",244        "bumped": true,245        "bumped_at": "2024-12-21T14:51:22.130Z",246        "archetype": "regular",247        "unseen": false,248        "pinned": false,249        "unpinned": null,250        "visible": true,251        "closed": false,252        "archived": false,253        "bookmarked": null,254        "liked": null,255        "tags_descriptions": {},256        "like_count": 0,257        "views": 31,258        "category_id": 1,259        "featured_link": null,260        "has_accepted_answer": false,261        "posters": [262          {263            "extras": "latest single",264            "description": "Original Poster, Most Recent Poster",265            "user": {266              "id": 81641,267              "username": "Edoardo_Fazzari",268              "name": "Edoardo Fazzari",269              "avatar_template": "/user_avatar/discuss.pytorch.org/edoardo_fazzari/{size}/74661_2.png",270              "trust_level": 0271            }272          }273        ]274      },275      {276        "fancy_title": "torch.export.ExportedProgram",277        "id": 217502,278        "title": "torch.export.ExportedProgram",279        "slug": "torch-export-exportedprogram",280        "posts_count": 1,281        "reply_count": 0,282        "highest_post_number": 1,283        "image_url": null,284        "created_at": "2025-03-06T04:54:17.482Z",285        "last_posted_at": "2025-03-06T04:54:17.519Z",286        "bumped": true,287        "bumped_at": "2025-03-06T04:54:17.519Z",288        "archetype": "regular",289        "unseen": false,290        "pinned": false,291        "unpinned": null,292        "visible": true,293        "closed": false,294        "archived": false,295        "bookmarked": null,296        "liked": null,297        "tags_descriptions": {},298        "like_count": 0,299        "views": 58,300        "category_id": 1,301        "featured_link": null,302        "has_accepted_answer": false,303        "posters": [304          {305            "extras": "latest single",306            "description": "Original Poster, Most Recent Poster",307            "user": {308              "id": 83097,309              "username": "qianfenchi",310              "name": "qianfenchi",311              "avatar_template": "/user_avatar/discuss.pytorch.org/qianfenchi/{size}/76008_2.png",312              "trust_level": 0313            }314          }315        ]316      },317      {318        "fancy_title": "How to disable triton when calling torch.compile in max-autotune mode",319        "id": 220972,320        "title": "How to disable triton when calling torch.compile in max-autotune mode",321        "slug": "how-to-disable-triton-when-calling-torch-compile-in-max-autotune-mode",322        "posts_count": 2,323        "reply_count": 0,324        "highest_post_number": 2,325        "image_url": null,326        "created_at": "2025-06-22T11:45:29.112Z",327        "last_posted_at": "2025-06-23T15:59:02.750Z",328        "bumped": true,329        "bumped_at": "2025-06-23T15:59:02.750Z",330        "archetype": "regular",331        "unseen": false,332        "pinned": false,333        "unpinned": null,334        "visible": true,335        "closed": false,336        "archived": false,337        "bookmarked": null,338        "liked": null,339        "tags_descriptions": {},340        "like_count": 1,341        "views": 209,342        "category_id": 1,343        "featured_link": null,344        "has_accepted_answer": false,345        "posters": [346          {347            "extras": null,348            "description": "Original Poster",349            "user": {350              "id": 65409,351              "username": "proshm",352              "name": "min shan",353              "avatar_template": "/letter_avatar_proxy/v4/letter/p/51bf81/{size}.png",354              "trust_level": 1355            }356          },357          {358            "extras": "latest",359            "description": "Most Recent Poster",360            "user": {361              "id": 3534,362              "username": "ptrblck",363              "name": "",364              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",365              "admin": true,366              "moderator": true,367              "trust_level": 2368            }369          }370        ]371      }372    ],373    "tags_descriptions": {},374    "fancy_title": "ModuleNotFoundError: No module named &lsquo;torch.backends&rsquo; with easyocr and Python 3.13 (Windows 11) - Exhaustive Troubleshooting, Still Stuck!",375    "id": 216718,376    "title": "ModuleNotFoundError: No module named 'torch.backends' with easyocr and Python 3.13 (Windows 11) - Exhaustive Troubleshooting, Still Stuck!",377    "posts_count": 2,378    "created_at": "2025-02-15T16:46:16.515Z",379    "views": 187,380    "reply_count": 0,381    "like_count": 1,382    "last_posted_at": "2025-02-15T16:55:26.057Z",383    "visible": true,384    "closed": false,385    "archived": false,386    "has_summary": false,387    "archetype": "regular",388    "slug": "modulenotfounderror-no-module-named-torch-backends-with-easyocr-and-python-3-13-windows-11-exhaustive-troubleshooting-still-stuck",389    "category_id": 1,390    "word_count": 705,391    "deleted_at": null,392    "user_id": 82709,393    "featured_link": null,394    "pinned_globally": false,395    "pinned_at": null,396    "pinned_until": null,397    "image_url": null,398    "slow_mode_seconds": 0,399    "draft": null,400    "draft_key": "topic_216718",401    "draft_sequence": null,402    "unpinned": null,403    "pinned": false,404    "current_post_number": 1,405    "highest_post_number": 2,406    "deleted_by": null,407    "actions_summary": [408      {409        "id": 4,410        "count": 0,411        "hidden": false,412        "can_act": false413      },414      {415        "id": 8,416        "count": 0,417        "hidden": false,418        "can_act": false419      },420      {421        "id": 10,422        "count": 0,423        "hidden": false,424        "can_act": false425      },426      {427        "id": 7,428        "count": 0,429        "hidden": false,430        "can_act": false431      }432    ],433    "chunk_size": 20,434    "bookmarked": false,435    "topic_timer": null,436    "message_bus_last_id": 0,437    "participant_count": 2,438    "show_read_indicator": false,439    "thumbnails": null,440    "slow_mode_enabled_until": null,441    "can_vote": false,442    "vote_count": 0,443    "user_voted": false,444    "discourse_zendesk_plugin_zendesk_id": null,445    "discourse_zendesk_plugin_zendesk_url": "https://your-url.zendesk.com/agent/tickets/",446    "details": {447      "can_edit": false,448      "notification_level": 1,449      "participants": [450        {451          "id": 3534,452          "username": "ptrblck",453          "name": "",454          "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",455          "post_count": 1,456          "primary_group_name": null,457          "flair_name": null,458          "flair_url": null,459          "flair_color": null,460          "flair_bg_color": null,461          "flair_group_id": null,462          "admin": true,463          "moderator": true,464          "trust_level": 2465        },466        {467          "id": 82709,468          "username": "Kirn_anat",469          "name": "Kirn anat",470          "avatar_template": "/user_avatar/discuss.pytorch.org/kirn_anat/{size}/75673_2.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      "created_by": {482        "id": 82709,483        "username": "Kirn_anat",484        "name": "Kirn anat",485        "avatar_template": "/user_avatar/discuss.pytorch.org/kirn_anat/{size}/75673_2.png"486      },487      "last_poster": {488        "id": 3534,489        "username": "ptrblck",490        "name": "",491        "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png"492      }493    },494    "bookmarks": []495  },496  {497    "post_stream": {498      "posts": [499        {500          "id": 465617,501          "name": "sava delchev",502          "username": "sava_delchev",503          "avatar_template": "/user_avatar/discuss.pytorch.org/sava_delchev/{size}/75671_2.png",504          "created_at": "2025-02-15T15:22:05.956Z",505          "cooked": "<p>Hello everyone,</p>\n<p>I am trying to create a LSTM model to forecast financial time series and the data is split into train,validation and test. The model is trained on the train, fine-tuned on the validation and then 14 observations are left in the test set, to check it on unobserved data.</p>\n<p>I have configured my lstm network to be stateful, i.e. i have an initial hidden state, which is updated in the batch and passed to the next batch. Of course, this makes sense for time-series data since it is sequential. I would like to keep those “warm” hidden states to be passed to the validation data as well and eventually to the test as well.</p>\n<p>However, i run into the following problem:<br>\nThe training/validation data is split into equal batches, but of course the last batch in each set has a different size. So, this means that for the last batch in the training i need a different shaped hidden and cell states. Then those need to be passed to the validation as well, with the original shape, since the first batches of the validation are the same as the train batches.</p>\n<p>At the moment, i just drop the last batches from the train and validation data, but is there a more sustainable solution?</p>\n<p>Thank you in advance!</p>",506          "post_number": 1,507          "post_type": 1,508          "posts_count": 1,509          "updated_at": "2025-02-15T15:22:05.956Z",510          "reply_count": 0,511          "reply_to_post_number": null,512          "quote_count": 0,513          "incoming_link_count": 14,514          "reads": 3,515          "readers_count": 2,516          "score": 70.6,517          "yours": false,518          "topic_id": 216714,519          "topic_slug": "stateful-lstm-problem-with-last-batch",520          "display_username": "sava delchev",521          "primary_group_name": null,522          "flair_name": null,523          "flair_url": null,524          "flair_bg_color": null,525          "flair_color": null,526          "flair_group_id": null,527          "badges_granted": [],528          "version": 1,529          "can_edit": false,530          "can_delete": false,531          "can_recover": false,532          "can_see_hidden_post": false,533          "can_wiki": false,534          "read": true,535          "user_title": null,536          "bookmarked": false,537          "actions_summary": [],538          "moderator": false,539          "admin": false,540          "staff": false,541          "user_id": 82707,542          "hidden": false,543          "trust_level": 1,544          "deleted_at": null,545          "user_deleted": false,546          "edit_reason": null,547          "can_view_edit_history": true,548          "wiki": false,549          "post_url": "/t/stateful-lstm-problem-with-last-batch/216714/1",550          "can_accept_answer": false,551          "can_unaccept_answer": false,552          "accepted_answer": false,553          "topic_accepted_answer": null,554          "can_vote": false555        }556      ],557      "stream": [558        465617559      ]560    },561    "timeline_lookup": [562      [563        1,564        252565      ]566    ],567    "suggested_topics": [568      {569        "fancy_title": "Which parameters torch.nn forward() method takes in? Is PyTorch forward() equivalent to standard forward pass?",570        "id": 212856,571        "title": "Which parameters torch.nn forward() method takes in? Is PyTorch forward() equivalent to standard forward pass?",572        "slug": "which-parameters-torch-nn-forward-method-takes-in-is-pytorch-forward-equivalent-to-standard-forward-pass",573        "posts_count": 4,574        "reply_count": 2,575        "highest_post_number": 4,576        "image_url": null,577        "created_at": "2024-11-12T10:26:26.036Z",578        "last_posted_at": "2024-11-12T13:33:11.372Z",579        "bumped": true,580        "bumped_at": "2024-11-12T13:33:11.372Z",581        "archetype": "regular",582        "unseen": false,583        "pinned": false,584        "unpinned": null,585        "visible": true,586        "closed": false,587        "archived": false,588        "bookmarked": null,589        "liked": null,590        "tags_descriptions": {},591        "like_count": 0,592        "views": 86,593        "category_id": 1,594        "featured_link": null,595        "has_accepted_answer": false,596        "posters": [597          {598            "extras": null,599            "description": "Original Poster",600            "user": {601              "id": 80828,602              "username": "R.Mukhamadiarov",603              "name": "Ruslan Mukhamadiarov",604              "avatar_template": "/user_avatar/discuss.pytorch.org/r.mukhamadiarov/{size}/73639_2.png",605              "trust_level": 0606            }607          },608          {609            "extras": "latest",610            "description": "Most Recent Poster",611            "user": {612              "id": 72430,613              "username": "Eduardo_Lawson",614              "name": "Eduardo Lawson da Silva",615              "avatar_template": "/user_avatar/discuss.pytorch.org/eduardo_lawson/{size}/66899_2.png",616              "trust_level": 2617            }618          }619        ]620      },621      {622        "fancy_title": "How to discard the eigenvectors with a 0 eigenvalues while calculating loss?",623        "id": 217324,624        "title": "How to discard the eigenvectors with a 0 eigenvalues while calculating loss?",625        "slug": "how-to-discard-the-eigenvectors-with-a-0-eigenvalues-while-calculating-loss",626        "posts_count": 4,627        "reply_count": 2,628        "highest_post_number": 4,629        "image_url": null,630        "created_at": "2025-03-01T19:00:22.401Z",631        "last_posted_at": "2025-03-06T04:03:54.219Z",632        "bumped": true,633        "bumped_at": "2025-03-06T04:03:54.219Z",634        "archetype": "regular",635        "unseen": false,636        "pinned": false,637        "unpinned": null,638        "visible": true,639        "closed": false,640        "archived": false,641        "bookmarked": null,642        "liked": null,643        "tags_descriptions": {},644        "like_count": 0,645        "views": 54,646        "category_id": 1,647        "featured_link": null,648        "has_accepted_answer": false,649        "posters": [650          {651            "extras": null,652            "description": "Original Poster",653            "user": {654              "id": 80508,655              "username": "wasabi_linguist",656              "name": "",657              "avatar_template": "/user_avatar/discuss.pytorch.org/wasabi_linguist/{size}/73592_2.png",658              "trust_level": 1659            }660          },661          {662            "extras": "latest",663            "description": "Most Recent Poster",664            "user": {665              "id": 18088,666              "username": "KFrank",667              "name": "K. Frank",668              "avatar_template": "/letter_avatar_proxy/v4/letter/k/ecb155/{size}.png",669              "trust_level": 2670            }671          }672        ]673      },674      {675        "fancy_title": "How to liberate CUDA Memory succesfully?",676        "id": 214081,677        "title": "How to liberate CUDA Memory succesfully?",678        "slug": "how-to-liberate-cuda-memory-succesfully",679        "posts_count": 2,680        "reply_count": 0,681        "highest_post_number": 2,682        "image_url": "https://discuss.pytorch.org/uploads/default/original/3X/a/f/af1fa59e98fb53eb6f25e7f62b3371828b56f185.png",683        "created_at": "2024-12-11T01:04:45.736Z",684        "last_posted_at": "2024-12-11T14:08:23.450Z",685        "bumped": true,686        "bumped_at": "2024-12-11T14:08:23.450Z",687        "archetype": "regular",688        "unseen": false,689        "pinned": false,690        "unpinned": null,691        "visible": true,692        "closed": false,693        "archived": false,694        "bookmarked": null,695        "liked": null,696        "tags_descriptions": {},697        "like_count": 0,698        "views": 230,699        "category_id": 1,700        "featured_link": null,701        "has_accepted_answer": false,702        "posters": [703          {704            "extras": null,705            "description": "Original Poster",706            "user": {707              "id": 81441,708              "username": "Jose_Leyva",709              "name": "Jose Leyva",710              "avatar_template": "/user_avatar/discuss.pytorch.org/jose_leyva/{size}/74460_2.png",711              "trust_level": 1712            }713          },714          {715            "extras": "latest",716            "description": "Most Recent Poster",717            "user": {718              "id": 3534,719              "username": "ptrblck",720              "name": "",721              "avatar_template": "/user_avatar/discuss.pytorch.org/ptrblck/{size}/1823_2.png",722              "admin": true,723              "moderator": true,724              "trust_level": 2725            }726          }727        ]728      },729      {730        "fancy_title": "Built-in 0-1 loss function?",731        "id": 216747,732        "title": "Built-in 0-1 loss function?",733        "slug": "built-in-0-1-loss-function",734        "posts_count": 3,735        "reply_count": 0,736        "highest_post_number": 3,737        "image_url": null,738        "created_at": "2025-02-16T16:14:21.754Z",739        "last_posted_at": "2025-02-17T23:41:00.716Z",740        "bumped": true,741        "bumped_at": "2025-02-17T23:41:00.716Z",742        "archetype": "regular",743        "unseen": false,744        "pinned": false,745        "unpinned": null,746        "visible": true,747        "closed": false,748        "archived": false,749        "bookmarked": null,750        "liked": null,751        "tags_descriptions": {},752        "like_count": 0,753        "views": 156,754        "category_id": 1,755        "featured_link": null,756        "has_accepted_answer": true,757        "posters": [758          {759            "extras": "latest",760            "description": "Original Poster, Most Recent Poster",761            "user": {762              "id": 75981,763              "username": "Geremia",764              "name": "Geremia",765              "avatar_template": "/user_avatar/discuss.pytorch.org/geremia/{size}/70165_2.png",766              "trust_level": 2767            }768          },769          {770            "extras": null,771            "description": "Frequent Poster, Accepted Answer",772            "user": {773              "id": 18088,774              "username": "KFrank",775              "name": "K. Frank",776              "avatar_template": "/letter_avatar_proxy/v4/letter/k/ecb155/{size}.png",777              "trust_level": 2778            }779          }780        ]781      },782      {783        "fancy_title": "Can I (as a hack) use optimiser as a learning rate scheduler?",784        "id": 218140,785        "title": "Can I (as a hack) use optimiser as a learning rate scheduler?",786        "slug": "can-i-as-a-hack-use-optimiser-as-a-learning-rate-scheduler",787        "posts_count": 2,788        "reply_count": 0,789        "highest_post_number": 2,790        "image_url": null,791        "created_at": "2025-03-22T13:31:10.701Z",792        "last_posted_at": "2025-03-23T23:32:26.611Z",793        "bumped": true,794        "bumped_at": "2025-03-23T23:32:26.611Z",795        "archetype": "regular",796        "unseen": false,797        "pinned": false,798        "unpinned": null,799        "visible": true,800        "closed": false,801        "archived": false,802        "bookmarked": null,803        "liked": null,804        "tags_descriptions": {},805        "like_count": 0,806        "views": 29,807        "category_id": 1,808        "featured_link": null,809        "has_accepted_answer": false,810        "posters": [811          {812            "extras": "latest single",813            "description": "Original Poster, Most Recent Poster",814            "user": {815              "id": 31824,816              "username": "Prasad_Raghavendra",817              "name": "Prasad Raghavendra",818              "avatar_template": "/user_avatar/discuss.pytorch.org/prasad_raghavendra/{size}/24424_2.png",819              "trust_level": 2820            }821          }822        ]823      }824    ],825    "tags_descriptions": {},826    "fancy_title": "Stateful LSTM problem with last batch",827    "id": 216714,828    "title": "Stateful LSTM problem with last batch",829    "posts_count": 1,830    "created_at": "2025-02-15T15:22:05.916Z",831    "views": 72,832    "reply_count": 0,833    "like_count": 0,834    "last_posted_at": "2025-02-15T15:22:05.956Z",835    "visible": true,836    "closed": false,837    "archived": false,838    "has_summary": false,839    "archetype": "regular",840    "slug": "stateful-lstm-problem-with-last-batch",841    "category_id": 1,842    "word_count": 224,843    "deleted_at": null,844    "user_id": 82707,845    "featured_link": null,846    "pinned_globally": false,847    "pinned_at": null,848    "pinned_until": null,849    "image_url": null,850    "slow_mode_seconds": 0,851    "draft": null,852    "draft_key": "topic_216714",853    "draft_sequence": null,854    "unpinned": null,855    "pinned": false,856    "current_post_number": 1,857    "highest_post_number": 1,858    "deleted_by": null,859    "actions_summary": [860      {861        "id": 4,862        "count": 0,863        "hidden": false,864        "can_act": false865      },866      {867        "id": 8,868        "count": 0,869        "hidden": false,870        "can_act": false871      },872      {873        "id": 10,874        "count": 0,875        "hidden": false,876        "can_act": false877      },878      {879        "id": 7,880        "count": 0,881        "hidden": false,882        "can_act": false883      }884    ],885    "chunk_size": 20,886    "bookmarked": false,887    "topic_timer": null,888    "message_bus_last_id": 0,889    "participant_count": 1,890    "show_read_indicator": false,891    "thumbnails": null,892    "slow_mode_enabled_until": null,893    "can_vote": false,894    "vote_count": 0,895    "user_voted": false,896    "discourse_zendesk_plugin_zendesk_id": null,897    "discourse_zendesk_plugin_zendesk_url": "https://your-url.zendesk.com/agent/tickets/",898    "details": {899      "can_edit": false,900      "notification_level": 1,901      "participants": [902        {903          "id": 82707,904          "username": "sava_delchev",905          "name": "sava delchev",906          "avatar_template": "/user_avatar/discuss.pytorch.org/sava_delchev/{size}/75671_2.png",907          "post_count": 1,908          "primary_group_name": null,909          "flair_name": null,910          "flair_url": null,911          "flair_color": null,912          "flair_bg_color": null,913          "flair_group_id": null,914          "trust_level": 1915        }916      ],917      "created_by": {918        "id": 82707,919        "username": "sava_delchev",920        "name": "sava delchev",921        "avatar_template": "/user_avatar/discuss.pytorch.org/sava_delchev/{size}/75671_2.png"922      },923      "last_poster": {924        "id": 82707,925        "username": "sava_delchev",926        "name": "sava delchev",927        "avatar_template": "/user_avatar/discuss.pytorch.org/sava_delchev/{size}/75671_2.png"928      }929    },930    "bookmarks": []931  },932  {933    "post_stream": {934      "posts": [935        {936          "id": 465611,937          "name": null,938          "username": "2U3_1967",939          "avatar_template": "/letter_avatar_proxy/v4/letter/2/cab0a1/{size}.png",940          "created_at": "2025-02-15T12:32:21.957Z",941          "cooked": "<p>The CSV file for the dataset is like as below.<br>\n“index, path to image, value, class”</p>\n<p>For example, image is that of insect and value is elevation where a picture of the insect has been taken.</p>\n<p>Could anyone tell me a network (or model) that classifies the images in the dataset?</p>",942          "post_number": 1,943          "post_type": 1,944          "posts_count": 1,945          "updated_at": "2025-02-15T12:32:21.957Z",946          "reply_count": 0,947          "reply_to_post_number": null,948          "quote_count": 0,949          "incoming_link_count": 1,950          "reads": 3,951          "readers_count": 2,952          "score": 5.6,953          "yours": false,954          "topic_id": 216708,955          "topic_slug": "image-classifier-for-dataset-of-images-with-some-attributes",956          "display_username": null,957          "primary_group_name": null,958          "flair_name": null,959          "flair_url": null,960          "flair_bg_color": null,961          "flair_color": null,962          "flair_group_id": null,963          "badges_granted": [],964          "version": 1,965          "can_edit": false,966          "can_delete": false,967          "can_recover": false,968          "can_see_hidden_post": false,969          "can_wiki": false,970          "read": true,971          "user_title": null,972          "bookmarked": false,973          "actions_summary": [],974          "moderator": false,975          "admin": false,976          "staff": false,977          "user_id": 82704,978          "hidden": false,979          "trust_level": 1,980          "deleted_at": null,981          "user_deleted": false,982          "edit_reason": null,983          "can_view_edit_history": true,984          "wiki": false,985          "post_url": "/t/image-classifier-for-dataset-of-images-with-some-attributes/216708/1",986          "can_accept_answer": false,987          "can_unaccept_answer": false,988          "accepted_answer": false,989          "topic_accepted_answer": null,990          "can_vote": false991        }992      ],993      "stream": [994        465611995      ]996    },997    "timeline_lookup": [998      [999        1,1000        2521001      ]1002    ],1003    "suggested_topics": [1004      {1005        "fancy_title": "Import torchvision fails on NVIDIA jetson orin nano",1006        "id": 217199,1007        "title": "Import torchvision fails on NVIDIA jetson orin nano",1008        "slug": "import-torchvision-fails-on-nvidia-jetson-orin-nano",1009        "posts_count": 3,1010        "reply_count": 1,1011        "highest_post_number": 4,1012        "image_url": null,1013        "created_at": "2025-02-26T18:34:09.423Z",1014        "last_posted_at": "2025-03-18T12:34:20.272Z",1015        "bumped": true,1016        "bumped_at": "2025-03-18T12:34:20.272Z",1017        "archetype": "regular",1018        "unseen": false,1019        "pinned": false,1020        "unpinned": null,1021        "visible": true,1022        "closed": false,1023        "archived": false,1024        "bookmarked": null,1025        "liked": null,1026        "tags_descriptions": {},1027        "like_count": 0,1028        "views": 222,1029        "category_id": 5,1030        "featured_link": null,1031        "has_accepted_answer": true,1032        "posters": [1033          {1034            "extras": "latest",1035            "description": "Original Poster, Most Recent Poster",1036            "user": {1037              "id": 35490,1038              "username": "cadip92",1039              "name": "Adwait Chandorkar",1040              "avatar_template": "/user_avatar/discuss.pytorch.org/cadip92/{size}/27771_2.png",1041              "trust_level": 11042            }1043          },1044          {1045            "extras": null,1046            "description": "Frequent Poster, Accepted Answer",1047            "user": {1048              "id": 77908,1049              "username": "mycul",1050              "name": "",1051              "avatar_template": "/user_avatar/discuss.pytorch.org/mycul/{size}/72394_2.png",1052              "trust_level": 21053            }1054          }1055        ]1056      },1057      {1058        "fancy_title": "Optimizing the data augmentation process",1059        "id": 215497,1060        "title": "Optimizing the data augmentation process",1061        "slug": "optimizing-the-data-augmentation-process",1062        "posts_count": 4,1063        "reply_count": 1,1064        "highest_post_number": 4,1065        "image_url": null,1066        "created_at": "2025-01-17T00:06:26.355Z",1067        "last_posted_at": "2025-01-24T16:28:53.133Z",1068        "bumped": true,1069        "bumped_at": "2025-01-24T16:28:53.133Z",1070        "archetype": "regular",1071        "unseen": false,1072        "pinned": false,1073        "unpinned": null,1074        "visible": true,1075        "closed": false,1076        "archived": false,1077        "bookmarked": null,1078        "liked": null,1079        "tags_descriptions": {},1080        "like_count": 0,1081        "views": 311,1082        "category_id": 5,1083        "featured_link": null,1084        "has_accepted_answer": false,1085        "posters": [1086          {1087            "extras": "latest",1088            "description": "Original Poster, Most Recent Poster",1089            "user": {1090              "id": 37938,1091              "username": "loganfrank",1092              "name": "Logan Frank",1093              "avatar_template": "/user_avatar/discuss.pytorch.org/loganfrank/{size}/35983_2.png",1094              "trust_level": 11095            }1096          },1097          {1098            "extras": null,1099            "description": "Frequent Poster",1100            "user": {1101              "id": 76983,1102              "username": "cloudydory",1103              "name": "",1104              "avatar_template": "/letter_avatar_proxy/v4/letter/c/dfb087/{size}.png",1105              "trust_level": 11106            }1107          },1108          {1109            "extras": null,1110            "description": "Frequent Poster",1111            "user": {1112              "id": 32812,1113              "username": "Bjorn_Lindqvist",1114              "name": "Björn Lindqvist",1115              "avatar_template": "/user_avatar/discuss.pytorch.org/bjorn_lindqvist/{size}/25326_2.png",1116              "trust_level": 21117            }1118          }1119        ]1120      },1121      {1122        "fancy_title": "Switching from &ldquo;model.eval()&rdquo; to &ldquo;model.train()&rdquo; severely degrades performance",1123        "id": 215519,1124        "title": "Switching from \"model.eval()\" to \"model.train()\" severely degrades performance",1125        "slug": "switching-from-model-eval-to-model-train-severely-degrades-performance",1126        "posts_count": 1,1127        "reply_count": 0,1128        "highest_post_number": 1,1129        "image_url": null,1130        "created_at": "2025-01-17T14:54:50.152Z",1131        "last_posted_at": "2025-01-17T14:54:50.195Z",1132        "bumped": true,1133        "bumped_at": "2025-01-20T06:05:12.301Z",1134        "archetype": "regular",1135        "unseen": false,1136        "pinned": false,1137        "unpinned": null,1138        "visible": true,1139        "closed": false,1140        "archived": false,1141        "bookmarked": null,1142        "liked": null,1143        "tags_descriptions": {},1144        "like_count": 0,1145        "views": 120,1146        "category_id": 5,1147        "featured_link": null,1148        "has_accepted_answer": false,1149        "posters": [1150          {1151            "extras": "latest single",1152            "description": "Original Poster, Most Recent Poster",1153            "user": {1154              "id": 76983,1155              "username": "cloudydory",1156              "name": "",1157              "avatar_template": "/letter_avatar_proxy/v4/letter/c/dfb087/{size}.png",1158              "trust_level": 11159            }1160          }1161        ]1162      },1163      {1164        "fancy_title": "How to extract figures with labels from image",1165        "id": 213251,1166        "title": "How to extract figures with labels from image",1167        "slug": "how-to-extract-figures-with-labels-from-image",1168        "posts_count": 1,1169        "reply_count": 0,1170        "highest_post_number": 1,1171        "image_url": "https://discuss.pytorch.org/uploads/default/optimized/3X/3/8/3892b62f3a6f8e8d592d805f24dabb19c0533d44_2_724x1024.png",1172        "created_at": "2024-11-21T06:42:18.910Z",1173        "last_posted_at": "2024-11-21T06:42:18.975Z",1174        "bumped": true,1175        "bumped_at": "2024-11-21T06:42:55.239Z",1176        "archetype": "regular",1177        "unseen": false,1178        "pinned": false,1179        "unpinned": null,1180        "visible": true,1181        "closed": false,1182        "archived": false,1183        "bookmarked": null,1184        "liked": null,1185        "tags_descriptions": {},1186        "like_count": 0,1187        "views": 27,1188        "category_id": 5,1189        "featured_link": null,1190        "has_accepted_answer": false,1191        "posters": [1192          {1193            "extras": "latest single",1194            "description": "Original Poster, Most Recent Poster",1195            "user": {1196              "id": 81040,1197              "username": "stunning_World",1198              "name": "stunning World",1199              "avatar_template": "/user_avatar/discuss.pytorch.org/stunning_world/{size}/73382_2.png",1200              "trust_level": 0

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