Cameron Smith

Results 29 issues of Cameron Smith

See [torch.use_deterministic_algorithms](https://pytorch.org/docs/1.8.0/generated/torch.use_deterministic_algorithms.html?highlight=deterministic#torch.use_deterministic_algorithms) and [CUDA cublas results reproducibility](https://docs.nvidia.com/cuda/cublas/index.html#results-reproducibility). ```python import os os.environ["CUBLAS_WORKSPACE_CONFIG"] = ":4096:8" print(os.environ["CUBLAS_WORKSPACE_CONFIG"]) import numpy as np import torch torch.use_deterministic_algorithms(True) SEED = 1 np.random.seed(seed=SEED) torch.manual_seed(SEED) ```

migrate [contributors spreadsheet](https://github.com/pinellolab/DNA-Diffusion/blame/209688249ffeab73a956d508a218eaa2ea012dd3/README.md#L184) to allcontributors

documentation
stale

- [x] Would currently require downgrade of pandas to `v1.5.3` due to https://github.com/flyteorg/flyte/issues/3928 pinned [here](https://github.com/flyteorg/flytekit/blob/a34ab93532f32a5c28ff65f72a7a7212e986e77c/setup.py#L57). This is being addressed in https://github.com/flyteorg/flytekit/pull/1818 . In the meantime, this can be installed from...

enhancement
stale

- [x] resolves #604 - [x] resolves #608

enhancement
python

- [x] resolves #621 - [x] resolves #616 - [x] resolves #650

enhancement
python
refactoring
dev-mode