brainglobe / cellfinder

Automated 3D cell detection in very large images
https://brainglobe.info/documentation/cellfinder/index.html
BSD 3-Clause "New" or "Revised" License
179 stars 39 forks source link

Enable MPS fallback by default #433

Closed IgorTatarnikov closed 4 months ago

IgorTatarnikov commented 4 months ago

Before submitting a pull request (PR), please read the contributing guide.

Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)

Description

What is this PR

Why is this PR needed? Some functions are not currently available on MPS, currently PyTorch will throw an error and request a flag be set in env variables (PYTORCH_MPS_FALLBACK).

What does this PR do? Sets the PYTORCH_MPS_FALLBACK flag as the default behaviour.

How has this PR been tested?

Tested locally.

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist: