{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":498565062,"defaultBranch":"main","name":"reimplementing-ml-papers","ownerLogin":"mbrukman","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-06-01T02:29:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4074659?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716920524.0","currentOid":""},"activityList":{"items":[{"before":"b018e1bcb312afb2e636b6b871076aa3150527ea","after":null,"ref":"refs/heads/factor-out-googlenet-code-from-notebook","pushedAt":"2024-05-28T18:22:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"cc4f48c434756548e1c26dee55a126bf5b59b191","after":"dbedd6408becbb819525f25f47625867fe0ac21c","ref":"refs/heads/main","pushedAt":"2024-05-28T18:22:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Factor out Python code from the GoogLeNet notebook\n\nThis will make it easier to edit, refactor, and reuse the Python code,\nand still remaing easy to import and use in the notebook.\n\nThis also enables training the model outside of Jupyter / Colab\nenvironment.","shortMessageHtmlLink":"Factor out Python code from the GoogLeNet notebook"}},{"before":null,"after":"b018e1bcb312afb2e636b6b871076aa3150527ea","ref":"refs/heads/factor-out-googlenet-code-from-notebook","pushedAt":"2024-05-28T18:15:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Factor out Python code from the GoogLeNet notebook\n\nThis will make it easier to edit, refactor, and reuse the Python code,\nand still remaing easy to import and use in the notebook.\n\nThis also enables training the model outside of Jupyter / Colab\nenvironment.","shortMessageHtmlLink":"Factor out Python code from the GoogLeNet notebook"}},{"before":"3eb1f70cdfdfa7b99c673e3bb6211f97ed84e378","after":null,"ref":"refs/heads/rename-googlenet-notebook-drop-keras","pushedAt":"2024-05-28T18:02:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"56700f1a3159e8cf6bd56f5e8487f8d32760ad3e","after":"cc4f48c434756548e1c26dee55a126bf5b59b191","ref":"refs/heads/main","pushedAt":"2024-05-28T18:02:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Simplify GoogLeNet v1 Keras notebook filename\n\nNow that it's in a `keras` subdirectory, it doesn't need to have the\nlong name or include \"Keras\" in the filename, as it's clear from the\npath.","shortMessageHtmlLink":"Simplify GoogLeNet v1 Keras notebook filename"}},{"before":null,"after":"3eb1f70cdfdfa7b99c673e3bb6211f97ed84e378","ref":"refs/heads/rename-googlenet-notebook-drop-keras","pushedAt":"2024-05-28T17:22:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Simplify GoogLeNet v1 Keras notebook filename\n\nNow that it's in a `keras` subdirectory, it doesn't need to have the\nlong name or include \"Keras\" in the filename, as it's clear from the\npath.","shortMessageHtmlLink":"Simplify GoogLeNet v1 Keras notebook filename"}},{"before":"bb611d120933acdb0d2c667c47dd3d5856daaab8","after":null,"ref":"refs/heads/move-googlenet-notebook-to-keras-subdir","pushedAt":"2024-05-28T17:19:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"4e8d3c8abaa68ea441f69d6b74c2c34677632171","after":"56700f1a3159e8cf6bd56f5e8487f8d32760ad3e","ref":"refs/heads/main","pushedAt":"2024-05-28T17:19:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Move GoogLeNet notebook into `keras` subdirectory\n\nThis will make it easier for us to add parallel implementations in other\nML frameworks such as PyTorch without creating confusion, as we'll be\nalso adding Python files to the directory and don't want to\nmix-and-match them.","shortMessageHtmlLink":"Move GoogLeNet notebook into keras subdirectory"}},{"before":"e0841f29b4c18700fbbfd615ebfa042c74bc460c","after":"bb611d120933acdb0d2c667c47dd3d5856daaab8","ref":"refs/heads/move-googlenet-notebook-to-keras-subdir","pushedAt":"2024-05-28T17:12:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Move GoogLeNet notebook into `keras` subdirectory\n\nThis will make it easier for us to add parallel implementations in other\nML frameworks such as PyTorch without creating confusion, as we'll be\nalso adding Python files to the directory and don't want to\nmix-and-match them.","shortMessageHtmlLink":"Move GoogLeNet notebook into keras subdirectory"}},{"before":null,"after":"e0841f29b4c18700fbbfd615ebfa042c74bc460c","ref":"refs/heads/move-googlenet-notebook-to-keras-subdir","pushedAt":"2024-05-28T17:11:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Move GoogLeNet notebook into `keras` subdirectory\n\nThis will make it easier for us to add parallel implementations in other\nML frameworks such as PyTorch without creating confusion, as we'll be\nalso adding Python files to the directory and don't want to\nmix-and-match them.","shortMessageHtmlLink":"Move GoogLeNet notebook into keras subdirectory"}},{"before":"c2eca96dd6a245dd67aa9de84602e288b2435b27","after":null,"ref":"refs/heads/lenet-keras-implementation-notes","pushedAt":"2024-05-26T18:31:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"c7f2f352276fc37db17dbac02d2e3861b529c471","after":"4e8d3c8abaa68ea441f69d6b74c2c34677632171","ref":"refs/heads/main","pushedAt":"2024-05-26T18:31:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Update LeNet in Keras implementation notes\n\n* Highlight the **Note** section with a GitHub callout for visibility:\n https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts\n* Remove the `_keras` suffix on Python files now that they're in a separate\n `keras` directory and this suffix was already removed as it's unnecessary\n* Fix relative path to `../../datasets/mnist` as this has moved from `lenet`\n into `lenet/keras` directory.","shortMessageHtmlLink":"Update LeNet in Keras implementation notes"}},{"before":null,"after":"c2eca96dd6a245dd67aa9de84602e288b2435b27","ref":"refs/heads/lenet-keras-implementation-notes","pushedAt":"2024-05-26T18:28:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Update LeNet in Keras implementation notes\n\n* Highlight the **Note** section with a GitHub callout for visibility:\n https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts\n* Remove the `_keras` suffix on Python files now that they're in a separate\n `keras` directory and this suffix was already removed as it's unnecessary\n* Fix relative path to `../../datasets/mnist` as this has moved from `lenet`\n into `lenet/keras` directory.","shortMessageHtmlLink":"Update LeNet in Keras implementation notes"}},{"before":"5a74b8baa6655525f72b00e345a54eab79a53466","after":null,"ref":"refs/heads/lenet-pytorch-v1-add-notebook-links","pushedAt":"2024-05-26T02:09:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"e07b0e8f06c804436e09b06845893e93039d5e3a","after":"c7f2f352276fc37db17dbac02d2e3861b529c471","ref":"refs/heads/main","pushedAt":"2024-05-26T02:09:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add links to open in GitHub, Colab, and Binder","shortMessageHtmlLink":"Add links to open in GitHub, Colab, and Binder"}},{"before":null,"after":"5a74b8baa6655525f72b00e345a54eab79a53466","ref":"refs/heads/lenet-pytorch-v1-add-notebook-links","pushedAt":"2024-05-26T02:04:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add links to open in GitHub, Colab, and Binder","shortMessageHtmlLink":"Add links to open in GitHub, Colab, and Binder"}},{"before":"56be2d02e95f452d8a75df0ccd4839174f477260","after":null,"ref":"refs/heads/readme-test-status-badge","pushedAt":"2024-05-26T02:01:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"3ad17fef531ca1e0f7f4b42ce0d0f36749a6c74d","after":"e07b0e8f06c804436e09b06845893e93039d5e3a","ref":"refs/heads/main","pushedAt":"2024-05-26T02:01:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add checks & tests status badge to the README","shortMessageHtmlLink":"Add checks & tests status badge to the README"}},{"before":null,"after":"56be2d02e95f452d8a75df0ccd4839174f477260","ref":"refs/heads/readme-test-status-badge","pushedAt":"2024-05-26T01:59:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add checks & tests status badge to the README","shortMessageHtmlLink":"Add checks & tests status badge to the README"}},{"before":"7cd14c74a94aa09a78c3e5a5a126c906e2965d53","after":null,"ref":"refs/heads/add-ubuntu-24.04","pushedAt":"2024-05-26T01:03:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"537af106473cfe9ba2755b435589ca325ce30cd8","after":"3ad17fef531ca1e0f7f4b42ce0d0f36749a6c74d","ref":"refs/heads/main","pushedAt":"2024-05-26T01:03:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add Ubuntu 24.04 to GitHub Actions\n\nPython 3.8 is not supported on Ubuntu 24.04, so we have to manually exclude it\nfrom the list of jobs in the matrix.","shortMessageHtmlLink":"Add Ubuntu 24.04 to GitHub Actions"}},{"before":"3c20b6108f67bee7b4d4905f42e5412b71808bd5","after":"7cd14c74a94aa09a78c3e5a5a126c906e2965d53","ref":"refs/heads/add-ubuntu-24.04","pushedAt":"2024-05-26T00:47:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add Ubuntu 24.04 to GitHub Actions\n\nPython 3.8 is not supported on Ubuntu 24.04, so we have to manually exclude it\nfrom the list of jobs in the matrix.","shortMessageHtmlLink":"Add Ubuntu 24.04 to GitHub Actions"}},{"before":null,"after":"3c20b6108f67bee7b4d4905f42e5412b71808bd5","ref":"refs/heads/add-ubuntu-24.04","pushedAt":"2024-05-26T00:32:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add Ubuntu 24.04 to GitHub Actions","shortMessageHtmlLink":"Add Ubuntu 24.04 to GitHub Actions"}},{"before":"92e9e726b96c1aa2f6ef41a44e2419dfe38c5e3a","after":"537af106473cfe9ba2755b435589ca325ce30cd8","ref":"refs/heads/main","pushedAt":"2024-05-11T18:50:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Update notebooks to simplify module loading\n\nMove to a consistent model of using full paths and module name as the basename\nof the path to load multiple modules using a single for loop.\n\nAlso fixed in-notebook links to Colab for LeNet notebooks since they moved when\nwe moved the to `lenet/keras` subdirectory to make room for the PyTorch version.","shortMessageHtmlLink":"Update notebooks to simplify module loading"}},{"before":"352cdb95311bd405212e5cb8f1b18d0ce3e38ca0","after":null,"ref":"refs/heads/update-notebooks-simplify-module-loading","pushedAt":"2024-05-11T18:50:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":null,"after":"352cdb95311bd405212e5cb8f1b18d0ce3e38ca0","ref":"refs/heads/update-notebooks-simplify-module-loading","pushedAt":"2024-05-11T18:46:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Update notebooks to simplify module loading\n\nMove to a consistent model of using full paths and module name as the basename\nof the path to load multiple modules using a single for loop.\n\nAlso fixed in-notebook links to Colab for LeNet notebooks since they moved when\nwe moved the to `lenet/keras` subdirectory to make room for the PyTorch version.","shortMessageHtmlLink":"Update notebooks to simplify module loading"}},{"before":"41500dc935dbe6934d38ec4cbf6d8ee52c3e1a5e","after":null,"ref":"refs/heads/github-actions-add-cron-job-and-add-config-indent","pushedAt":"2024-05-10T22:38:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}},{"before":"fb778877eef583a1964a353e3f6c01c1a7c9ddfe","after":"92e9e726b96c1aa2f6ef41a44e2419dfe38c5e3a","ref":"refs/heads/main","pushedAt":"2024-05-10T22:38:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add monthly GitHub Actions cron job + fix format\n\nMinor cleanups of formatting and layout:\n\n* Simplify branch specification to match my other repo configs\n* Add spaces in lists before first and after last list item\n* Add indentation for steps to match other tree configs\n* Swap the order of language and OS in the job name for readability","shortMessageHtmlLink":"Add monthly GitHub Actions cron job + fix format"}},{"before":null,"after":"41500dc935dbe6934d38ec4cbf6d8ee52c3e1a5e","ref":"refs/heads/github-actions-add-cron-job-and-add-config-indent","pushedAt":"2024-05-10T22:29:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"},"commit":{"message":"Add monthly GitHub Actions cron job + fix format\n\nMinor cleanups of formatting and layout:\n\n* Simplify branch specification to match my other repo configs\n* Add spaces in lists before first and after last list item\n* Add indentation for steps to match other tree configs\n* Swap the order of language and OS in the job name for readability","shortMessageHtmlLink":"Add monthly GitHub Actions cron job + fix format"}},{"before":"a24e20f9c5f84a0ce0f6133c0773140f969f5cf9","after":null,"ref":"refs/heads/googlenet-vgg-add-user-repo-branch-params","pushedAt":"2024-05-10T22:21:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mbrukman","name":"Misha Brukman","path":"/mbrukman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4074659?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVipYSAA","startCursor":null,"endCursor":null}},"title":"Activity ยท mbrukman/reimplementing-ml-papers"}