{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":517842768,"defaultBranch":"main","name":"music-spectrogram-diffusion","ownerLogin":"magenta","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-07-25T22:51:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/17187941?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716259876.0","currentOid":""},"activityList":{"items":[{"before":"7996dc52012bdd176f4accb2b4bc1e6e9712ab2d","after":null,"ref":"refs/heads/test_633966249","pushedAt":"2024-05-21T02:51:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"a8bab04ea32693ac76d4e666b1c76075ea902d1e","after":"7996dc52012bdd176f4accb2b4bc1e6e9712ab2d","ref":"refs/heads/main","pushedAt":"2024-05-21T02:51:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Replace deprecated `jax.tree_*` functions with `jax.tree.*`\n\nThe top-level `jax.tree_*` aliases have long been deprecated, and will soon be removed. Alternate APIs are in `jax.tree_util`, with shorter aliases in the `jax.tree` submodule, added in JAX version 0.4.25.\n\nPiperOrigin-RevId: 635648241","shortMessageHtmlLink":"Replace deprecated jax.tree_* functions with jax.tree.*"}},{"before":"302c94b841aa5e3ac0d0549a14d86da070729cdd","after":"7996dc52012bdd176f4accb2b4bc1e6e9712ab2d","ref":"refs/heads/test_633966249","pushedAt":"2024-05-21T02:51:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Replace deprecated `jax.tree_*` functions with `jax.tree.*`\n\nThe top-level `jax.tree_*` aliases have long been deprecated, and will soon be removed. Alternate APIs are in `jax.tree_util`, with shorter aliases in the `jax.tree` submodule, added in JAX version 0.4.25.\n\nPiperOrigin-RevId: 635648241","shortMessageHtmlLink":"Replace deprecated jax.tree_* functions with jax.tree.*"}},{"before":"17bbc5c78f433fb310ffa18295d63ad62aa7c223","after":"302c94b841aa5e3ac0d0549a14d86da070729cdd","ref":"refs/heads/test_633966249","pushedAt":"2024-05-21T02:50:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Replace deprecated `jax.tree_*` functions with `jax.tree.*`\n\nThe top-level `jax.tree_*` aliases have long been deprecated, and will soon be removed. Alternate APIs are in `jax.tree_util`, with shorter aliases in the `jax.tree` submodule, added in JAX version 0.4.25.\n\nPiperOrigin-RevId: 633966249","shortMessageHtmlLink":"Replace deprecated jax.tree_* functions with jax.tree.*"}},{"before":null,"after":"17bbc5c78f433fb310ffa18295d63ad62aa7c223","ref":"refs/heads/test_633966249","pushedAt":"2024-05-15T15:43:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Replace deprecated `jax.tree_*` functions with `jax.tree.*`\n\nThe top-level `jax.tree_*` aliases have long been deprecated, and will soon be removed. Alternate APIs are in `jax.tree_util`, with shorter aliases in the `jax.tree` submodule, added in JAX version 0.4.25.\n\nPiperOrigin-RevId: 633966249","shortMessageHtmlLink":"Replace deprecated jax.tree_* functions with jax.tree.*"}},{"before":"e91a5376f605774d4e1055baa6ed8c8115e2d637","after":null,"ref":"refs/heads/test_574006700","pushedAt":"2024-03-14T12:54:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"a8bab04ea32693ac76d4e666b1c76075ea902d1e","after":null,"ref":"refs/heads/test_574241288","pushedAt":"2023-10-19T16:25:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"3ed19dbd1092b2406f2716f3a420dea584abd7db","after":"a8bab04ea32693ac76d4e666b1c76075ea902d1e","ref":"refs/heads/main","pushedAt":"2023-10-19T16:25:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574897627","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":"b9d07d28798ac5cf50b4b7983a50814523f13754","after":"a8bab04ea32693ac76d4e666b1c76075ea902d1e","ref":"refs/heads/test_574241288","pushedAt":"2023-10-19T16:25:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574897627","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":"e88156474ec57d8c105d62915c7274b7d58a220e","after":"b9d07d28798ac5cf50b4b7983a50814523f13754","ref":"refs/heads/test_574241288","pushedAt":"2023-10-19T16:24:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574241288","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":null,"after":"e88156474ec57d8c105d62915c7274b7d58a220e","ref":"refs/heads/test_574241288","pushedAt":"2023-10-17T20:10:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574241288","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":"41076a24a3a5aac6a8bdc6d99243d824e9bae715","after":"e91a5376f605774d4e1055baa6ed8c8115e2d637","ref":"refs/heads/test_574006700","pushedAt":"2023-10-17T19:02:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574006700","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":"dbb01c648d15cce789bad32746fd7583914c8ff9","after":"41076a24a3a5aac6a8bdc6d99243d824e9bae715","ref":"refs/heads/test_574006700","pushedAt":"2023-10-17T16:55:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574006700","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":"73245afcc83aa4aad4900f83940a6d75da871e78","after":"dbb01c648d15cce789bad32746fd7583914c8ff9","ref":"refs/heads/test_574006700","pushedAt":"2023-10-17T16:45:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574006700","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":null,"after":"73245afcc83aa4aad4900f83940a6d75da871e78","ref":"refs/heads/test_574006700","pushedAt":"2023-10-17T16:14:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray to jax.Array\n\nThis change replaces uses of jax.random.KeyArray and jax.random.PRNGKeyArray in the context of type annotations with jax.Array, which is the correct annotation for JAX PRNG keys moving forward.\n\nThe purpose of this change is to remove references to KeyArray and PRNGKeyArray, which are deprecated (https://github.com/google/jax/pull/17594) and will soon be removed from JAX. The design and thought process behind this is described in https://jax.readthedocs.io/en/latest/jep/9263-typed-keys.html.\n\nNote that KeyArray and PRNGKeyArray have always been aliased to Any, so the new type annotation is far more specific than the old one.\n\nPiperOrigin-RevId: 574006700","shortMessageHtmlLink":"[LSC] change uses of jax.random.KeyArray and jax.random.PRNGKeyArray …"}},{"before":"3ed19dbd1092b2406f2716f3a420dea584abd7db","after":null,"ref":"refs/heads/test_519244977","pushedAt":"2023-03-26T21:52:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"663136acfe25ed04a7cb3781c0d1e2382b72ce90","after":"3ed19dbd1092b2406f2716f3a420dea584abd7db","ref":"refs/heads/main","pushedAt":"2023-03-26T21:52:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update types to prevent pytype errors with an upcoming change to JAX.\n\nPiperOrigin-RevId: 519563264","shortMessageHtmlLink":"Update types to prevent pytype errors with an upcoming change to JAX."}},{"before":"1df4908c5c07766f870b9da7c2fc43b94b45daa4","after":"3ed19dbd1092b2406f2716f3a420dea584abd7db","ref":"refs/heads/test_519244977","pushedAt":"2023-03-26T21:52:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update types to prevent pytype errors with an upcoming change to JAX.\n\nPiperOrigin-RevId: 519563264","shortMessageHtmlLink":"Update types to prevent pytype errors with an upcoming change to JAX."}},{"before":"4765ec0b87d63b8a3c07925e3b9bdd191937062d","after":"1df4908c5c07766f870b9da7c2fc43b94b45daa4","ref":"refs/heads/test_519244977","pushedAt":"2023-03-26T21:51:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update types to prevent pytype errors with an upcoming change to JAX.\n\nPiperOrigin-RevId: 519244977","shortMessageHtmlLink":"Update types to prevent pytype errors with an upcoming change to JAX."}},{"before":null,"after":"4765ec0b87d63b8a3c07925e3b9bdd191937062d","ref":"refs/heads/test_519244977","pushedAt":"2023-03-24T22:12:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Update types to prevent pytype errors with an upcoming change to JAX.\n\nPiperOrigin-RevId: 519244977","shortMessageHtmlLink":"Update types to prevent pytype errors with an upcoming change to JAX."}},{"before":"663136acfe25ed04a7cb3781c0d1e2382b72ce90","after":null,"ref":"refs/heads/test_518321907","pushedAt":"2023-03-23T01:18:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"73552e3395770d0810482cfa5eb2c48969c27bf1","after":"663136acfe25ed04a7cb3781c0d1e2382b72ce90","ref":"refs/heads/main","pushedAt":"2023-03-23T01:18:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Suppress some pytype errors related to improved JAX types under pytype.\n\nPiperOrigin-RevId: 518725115","shortMessageHtmlLink":"Suppress some pytype errors related to improved JAX types under pytype."}},{"before":"001bede79788625f0d7d9b9cc902703e7a9bb902","after":"663136acfe25ed04a7cb3781c0d1e2382b72ce90","ref":"refs/heads/test_518321907","pushedAt":"2023-03-23T01:18:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Suppress some pytype errors related to improved JAX types under pytype.\n\nPiperOrigin-RevId: 518725115","shortMessageHtmlLink":"Suppress some pytype errors related to improved JAX types under pytype."}},{"before":"d30d0e9f4faf66a7fbf2a3a8d7ab24b933fef34a","after":"001bede79788625f0d7d9b9cc902703e7a9bb902","ref":"refs/heads/test_518321907","pushedAt":"2023-03-23T01:17:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Suppress some pytype errors related to improved JAX types under pytype.\n\nPiperOrigin-RevId: 518321907","shortMessageHtmlLink":"Suppress some pytype errors related to improved JAX types under pytype."}},{"before":null,"after":"d30d0e9f4faf66a7fbf2a3a8d7ab24b933fef34a","ref":"refs/heads/test_518321907","pushedAt":"2023-03-21T18:07:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"Suppress some pytype errors related to improved JAX types under pytype.\n\nPiperOrigin-RevId: 518321907","shortMessageHtmlLink":"Suppress some pytype errors related to improved JAX types under pytype."}},{"before":"73552e3395770d0810482cfa5eb2c48969c27bf1","after":null,"ref":"refs/heads/test_516756885","pushedAt":"2023-03-15T12:45:32.981Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"}},{"before":"22c84be3e9254e7e420f503ca9a2ceb99effeacf","after":"73552e3395770d0810482cfa5eb2c48969c27bf1","ref":"refs/heads/main","pushedAt":"2023-03-15T12:45:31.548Z","pushType":"push","commitsCount":1,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"fix types in layers.py\n\nPiperOrigin-RevId: 516800608","shortMessageHtmlLink":"fix types in layers.py"}},{"before":"4e0e81016691e3764607ecd60eda99025da232d5","after":"73552e3395770d0810482cfa5eb2c48969c27bf1","ref":"refs/heads/test_516756885","pushedAt":"2023-03-15T12:45:30.411Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"fix types in layers.py\n\nPiperOrigin-RevId: 516800608","shortMessageHtmlLink":"fix types in layers.py"}},{"before":"533c399e5e9b51c8405f7ffeeabd5522fe75da42","after":"4e0e81016691e3764607ecd60eda99025da232d5","ref":"refs/heads/test_516756885","pushedAt":"2023-03-15T12:44:25.360Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"fix types in layers.py\n\nPiperOrigin-RevId: 516756885","shortMessageHtmlLink":"fix types in layers.py"}},{"before":null,"after":"533c399e5e9b51c8405f7ffeeabd5522fe75da42","ref":"refs/heads/test_516756885","pushedAt":"2023-03-15T08:30:49.304Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"copybara-service[bot]","name":null,"path":"/apps/copybara-service","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/44061?s=80&v=4"},"commit":{"message":"fix types in layers.py\n\nPiperOrigin-RevId: 516756885","shortMessageHtmlLink":"fix types in layers.py"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAET17aTQA","startCursor":null,"endCursor":null}},"title":"Activity · magenta/music-spectrogram-diffusion"}