TuragaLab / DECODE

This is the official implementation of our publication "Deep learning enables fast and dense single-molecule localization with high accuracy" (Nature Methods)
GNU General Public License v3.0
95 stars 26 forks source link

A problem about running DECODE in Google Colab #191

Closed Haydnspass closed 1 year ago

Haydnspass commented 1 year ago

Discussed in https://github.com/TuragaLab/DECODE/discussions/190

Originally posted by **EndlessPush** December 4, 2022 About 10 days ago, Google Colab has upgraded Python to version 3.8. But the "spline" package used in DECODE can only be installed in Python 3.7. As a result, DECODE no longer works in Colab. Hope that this problem can be solved. Thanks!
Haydnspass commented 1 year ago
RuntimeError: Error during allocation of spline struct on device.
Code: 222
Information: 
the provided PTX was compiled with an unsupported toolchain.
Haydnspass commented 1 year ago

Solved. Some CMake madness with cuda architectures.