Skip to content

segmentation fault on Apple M1 #223

Open
@yaofuzhou

Description

@yaofuzhou

I am running Python 3.9 on Apple M1. At the beginning of a script -

from facenet_pytorch import MTCNN
import torch

device = torch.device('mps')
mtcnn = MTCNN(device=device)

led to [1] 43673 segmentation fault from mtcnn = MTCNN(device=device)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions