{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":694353276,"defaultBranch":"main","name":"tf-melt","ownerLogin":"NREL","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-09-20T20:38:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1906800?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715618102.0","currentOid":""},"activityList":{"items":[{"before":"66062fede64146e7eb8ea2525752915b301425ba","after":null,"ref":"refs/heads/add_gradients","pushedAt":"2024-05-13T16:35:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"}},{"before":"a9a2407cb14842da284b73be64a50289cb31501b","after":"3be8ae4d3f1216d136d68127930672cb14970109","ref":"refs/heads/main","pushedAt":"2024-05-13T16:34:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"Add Jacobian and remove tf.function() (#6)\n\n* adding in compute_jacobian function and examples in notebook\r\n\r\n* removing tf.function() decorator since it ruins probabilistic layers","shortMessageHtmlLink":"Add Jacobian and remove tf.function() (#6)"}},{"before":"64c89abf9a261de8c72b6cbd8dc19d2cfa8a716e","after":"66062fede64146e7eb8ea2525752915b301425ba","ref":"refs/heads/add_gradients","pushedAt":"2024-05-13T16:33:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"removing tf.function() decorator since it ruins probabilistic layers","shortMessageHtmlLink":"removing tf.function() decorator since it ruins probabilistic layers"}},{"before":null,"after":"64c89abf9a261de8c72b6cbd8dc19d2cfa8a716e","ref":"refs/heads/add_gradients","pushedAt":"2024-04-26T23:58:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"adding in compute_jacobian function and examples in notebook","shortMessageHtmlLink":"adding in compute_jacobian function and examples in notebook"}},{"before":"6bbf6469ac2960bc633a5c4b637b080e2dc9694f","after":null,"ref":"refs/heads/version_patch","pushedAt":"2024-04-26T22:41:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"}},{"before":"428efc282d3703de1e667cacd7aa57684aa7549b","after":"a9a2407cb14842da284b73be64a50289cb31501b","ref":"refs/heads/main","pushedAt":"2024-04-26T22:41:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"updating setup.py to ensure tf version compatibility (#5)","shortMessageHtmlLink":"updating setup.py to ensure tf version compatibility (#5)"}},{"before":null,"after":"6bbf6469ac2960bc633a5c4b637b080e2dc9694f","ref":"refs/heads/version_patch","pushedAt":"2024-04-26T22:12:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"updating setup.py to ensure tf version compatibility","shortMessageHtmlLink":"updating setup.py to ensure tf version compatibility"}},{"before":"cd8d83f5410053402e717a1ec7920690d044378d","after":null,"ref":"refs/heads/probability_models","pushedAt":"2024-02-29T00:27:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"}},{"before":"5eacd61b8dc283015821f10bb1c2cbb09738ba59","after":"428efc282d3703de1e667cacd7aa57684aa7549b","ref":"refs/heads/main","pushedAt":"2024-02-29T00:27:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"Adding BNN Model with Refactoring Update (#4)\n\n* adding bayesian NN architecture\r\n\r\n* Refactoring NN model classes (#3)\r\n\r\n* refactoring the ANN class, adding in pytests, and an example notebook for testing\r\n\r\n* refactoring the ResNet model to be more flexible in the style of the ANN model...currently fixed at 2 layers per block\r\n\r\n* update the ResNet model to be more flexible and clean\r\n\r\n* extract base MELTModel from ANN and ResNet class\r\n\r\n* updating tests to reflect new changes\r\n\r\n* refactoring BNN, adding functionality to be more flexible, and fixing batch norm; updating tests; updating regression example","shortMessageHtmlLink":"Adding BNN Model with Refactoring Update (#4)"}},{"before":"3868eaeb718f6ff39ec9e4cfe80dfffae94ce87a","after":"cd8d83f5410053402e717a1ec7920690d044378d","ref":"refs/heads/probability_models","pushedAt":"2024-02-29T00:22:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"refactoring BNN, adding functionality to be more flexible, and fixing batch norm; updating tests; updating regression example","shortMessageHtmlLink":"refactoring BNN, adding functionality to be more flexible, and fixing…"}},{"before":"72de6429809ea3b4479852595ba502e538c0e26a","after":null,"ref":"refs/heads/refactor","pushedAt":"2024-02-27T20:27:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"}},{"before":"e7b4b5a67f5aa17a68309aa0225e61d26eff8ae3","after":"3868eaeb718f6ff39ec9e4cfe80dfffae94ce87a","ref":"refs/heads/probability_models","pushedAt":"2024-02-27T20:27:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"Refactoring NN model classes (#3)\n\n* refactoring the ANN class, adding in pytests, and an example notebook for testing\r\n\r\n* refactoring the ResNet model to be more flexible in the style of the ANN model...currently fixed at 2 layers per block\r\n\r\n* update the ResNet model to be more flexible and clean\r\n\r\n* extract base MELTModel from ANN and ResNet class\r\n\r\n* updating tests to reflect new changes","shortMessageHtmlLink":"Refactoring NN model classes (#3)"}},{"before":"929b94694bbb6be4ec069f2fd904bb7f06052ae8","after":"72de6429809ea3b4479852595ba502e538c0e26a","ref":"refs/heads/refactor","pushedAt":"2024-02-27T20:25:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"updating tests to reflect new changes","shortMessageHtmlLink":"updating tests to reflect new changes"}},{"before":"b36652dc656edbf88a21c9ab85e8743589f20ab8","after":"929b94694bbb6be4ec069f2fd904bb7f06052ae8","ref":"refs/heads/refactor","pushedAt":"2024-02-27T02:37:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"extract base MELTModel from ANN and ResNet class","shortMessageHtmlLink":"extract base MELTModel from ANN and ResNet class"}},{"before":null,"after":"b36652dc656edbf88a21c9ab85e8743589f20ab8","ref":"refs/heads/refactor","pushedAt":"2024-02-24T02:24:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"refactoring the ANN class, adding in pytests, and an example notebook for testing","shortMessageHtmlLink":"refactoring the ANN class, adding in pytests, and an example notebook…"}},{"before":null,"after":"e7b4b5a67f5aa17a68309aa0225e61d26eff8ae3","ref":"refs/heads/probability_models","pushedAt":"2023-10-18T23:45:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"adding bayesian NN architecture","shortMessageHtmlLink":"adding bayesian NN architecture"}},{"before":"c38c556ff7097369d0253fe47e00db46a6327d1e","after":null,"ref":"refs/heads/tf_214_hotfix","pushedAt":"2023-10-13T23:34:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"}},{"before":"b58fbf6d048f7280761f53a4593e715e4a3f01f4","after":"5eacd61b8dc283015821f10bb1c2cbb09738ba59","ref":"refs/heads/main","pushedAt":"2023-10-13T23:34:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"TF 2.14 model fix (#2)\n\n* fixing None type error with new tf version\r\n\r\n* updating version number\r\n\r\n* small changes to input structure of NN archs","shortMessageHtmlLink":"TF 2.14 model fix (#2)"}},{"before":"40673e97ab7f67e13dc703253f59011db5dff04c","after":"c38c556ff7097369d0253fe47e00db46a6327d1e","ref":"refs/heads/tf_214_hotfix","pushedAt":"2023-10-11T23:02:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"small changes to input structure of NN archs","shortMessageHtmlLink":"small changes to input structure of NN archs"}},{"before":"cdb083fd2616922d19e3895a5a338a343bebe492","after":"40673e97ab7f67e13dc703253f59011db5dff04c","ref":"refs/heads/tf_214_hotfix","pushedAt":"2023-10-11T20:10:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"updating version number","shortMessageHtmlLink":"updating version number"}},{"before":null,"after":"cdb083fd2616922d19e3895a5a338a343bebe492","ref":"refs/heads/tf_214_hotfix","pushedAt":"2023-10-11T19:53:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"fixing None type error with new tf version","shortMessageHtmlLink":"fixing None type error with new tf version"}},{"before":"7a3aab33095bfd403f98a5828b7dc556a63fc737","after":null,"ref":"refs/heads/init_migrate","pushedAt":"2023-10-10T19:29:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"}},{"before":"7040230af8728a2b222a062ba54166a874a9c252","after":"b58fbf6d048f7280761f53a4593e715e4a3f01f4","ref":"refs/heads/main","pushedAt":"2023-10-10T19:29:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"Init migrate (#1)\n\n* adding dot config files\r\n\r\n* adding readme\r\n\r\n* adding setup script\r\n\r\n* adding model and init for package","shortMessageHtmlLink":"Init migrate (#1)"}},{"before":null,"after":"7a3aab33095bfd403f98a5828b7dc556a63fc737","ref":"refs/heads/init_migrate","pushedAt":"2023-10-10T19:25:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickwimer","name":"Nicholas Wimer","path":"/nickwimer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7673374?s=80&v=4"},"commit":{"message":"adding model and init for package","shortMessageHtmlLink":"adding model and init for package"}},{"before":null,"after":"7040230af8728a2b222a062ba54166a874a9c252","ref":"refs/heads/main","pushedAt":"2023-09-20T20:38:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mclarknrel","name":null,"path":"/mclarknrel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/114690222?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESJ-znAA","startCursor":null,"endCursor":null}},"title":"Activity · NREL/tf-melt"}