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
89 stars 26 forks source link

[Training | FIT] Circular Import of decode in the colab trainin example #222

Closed Hankeun-Lee closed 11 months ago

Hankeun-Lee commented 1 year ago

Problem

The third block from top of the tutorial code gives error, reading "AttributeError: partially initialized module 'decode' has no attribute 'generic' (most likely due to a circular import)"

Haydnspass commented 12 months ago

Dear @Hankeun-Lee, I'm sorry for the late response. Could you post the exact error and its position (so which cell in the colab notebook)? I just tried out the colab notebooks and could not reproduce it.

Best, Lucas