Adam J. Stewart
Adam J. Stewart
* https://github.com/pytorch/pytorch/releases/tag/v2.2.1 * https://github.com/pytorch/audio/releases/tag/v2.2.1 * https://github.com/pytorch/text/releases/tag/v0.17.1 * https://github.com/pytorch/vision/releases/tag/v0.17.1
I want to add a new feature to `spack.patch`. But I discovered that it's missing type hints, so I figured I would add those first. This was not a fun...
https://github.com/scipy/scipy/releases/tag/v1.12.0 Only tests that failed for me: ``` ________________ TestZlibInputStream.test_all_data_read_overlap ________________ /Users/Adam/spack/opt/spack/darwin-sonoma-m2/apple-clang-15.0.0/py-scipy-1.12.0-mtnrdf4mechwsgcttr6j372y7cllxdun/lib/python3.11/site-packages/scipy/io/matlab/tests/test_streams.py:205: in test_all_data_read_overlap assert_(compressed_data_len == BLOCK_SIZE + 2) E AssertionError COMPRESSION_LEVEL = 6 compressed_data = b'x\x9c\xec\xdd\x05[U\xdb\x1a\x06PB\x04\x04\xe9n\x01i\x94nP\x1aI\x91\x94\x10A\x1a\x14\x14\x01\xf5\xdc\xee\xee\xee\xee\...bb\xff\xdd\xff\xee\x7f\xf7\xbf\xfb\xdf\xfd\xef\xfew\xff\xbb\xff\xdd\xff\xee\x7f\xf7\xbf_\xfe\xcf\xff\xfe\x0fl\xcc\xd1^' compressed_data_len = 251004...
The libsm dependency was added by @jrood-nrel in #17577, while the libtool link dependency was added by @glennpj in #20969. Please comment on this PR if you can. When I...
**Is your feature request related to a problem? Please describe.** In [TorchGeo](https://github.com/microsoft/torchgeo)'s unit tests, we want to avoid any large models that require a lot of memory or time to...
### Description jaxlib 0.4.25 does not build on PowerPC. The error looks like: ``` ERROR: /tmp/spacky0n7oxbu/4310a55b80a5bf78e8b9018d02b90f5a/external/tsl/tsl/cuda/BUILD.bazel:132:10: Executing genrule @tsl//tsl/cuda:cudnn_stub_gen failed: (Exit 127): bash failed: error executing command (from target @tsl//tsl/cuda:cudnn_stub_gen)...
[Black 23.1.0](https://github.com/psf/black/releases/tag/23.1.0) introduces a new formatting change that requires an empty line before functions: https://github.com/psf/black/pull/3302. In some rare cases, this seems to counteract pydocstyle requirements. ### Steps to reproduce 1....
We recently added Python 3.11 tests to [our repo](https://github.com/microsoft/torchgeo) and since then have noticed issues with caching Python dependencies. We have observed multiple instances where the macOS Python 3.11 tests...
This may come counter to everything this repo stands for, but here it goes anyway... I'm a developer for the [Spack](https://spack.io) package manager. I'm trying to build a package (tensorstore)...
To what extent can R-tree be guaranteed to be deterministic? We're using R-tree in TorchGeo for ML, where reproducibility of experiments and data splits is very important. Currently, we populate...