msd_pytorch icon indicating copy to clipboard operation
msd_pytorch copied to clipboard

A Pytorch implementation of the mixed-scale dense network described in https://doi.org/10.1073/pnas.1715832114

Results 2 msd_pytorch issues
Sort by recently updated
recently updated
newest added

This PR aims to update the conda package creation defaults and instructions for the more recent PyTorch versions. This was done some time ago, so it only builds against PyTorch...

Current conda build requires python 3.9 or older (because 3.10 did not exist when this was released) But, by cloning and manually installing, python 3.10 has no issues running. Can...