-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I'm not sure if your codebase supports silicon GPUs at this time, but I am currently trying to un the segment_motifs step on your example data, and pytorch does not seem capable of using the GPU on my computer. According to pytorch's documentation, it should be capable of using the GPU for training and evaluation, but when I run the segment_motifs, at step of fitting the HMM, the code only uses my computer's CPU.
I tried the suggestion from the windows GPU issue, and changing from python 3.13 to 3.13 didn't make any difference.
Computer specs:
MacBook Pro with Apple M3 Pro Chip, MacOS Sequoia 15.5
Environment:
Conda environment with python=3.12.11, installed lisbet from the developer instructions on your installation guide.
I've verified that pytorch was correctly installed using the tests on their pages.