Open2023/07/19にコメント追加7np.linalg.solve (torch.linalg.solve) の置き換え検討PINTO2023/07/19https://stackoverflow.com/questions/56333472/solve-the-linear-equations-system-ax-b-in-python-np-linalg-solve-not-working PINTO2023/07/19https://pytorch.org/docs/stable/generated/torch.linalg.solve.html PINTO2023/07/19https://zenn.dev/pinto0309/scraps/3328b723f190ed PINTO2023/07/19https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md#commicrosoftinverse PINTO2023/07/19AX=B => X=(1/A)@B Therefore: np.linalg.solve(A,B) np.linalg.inv(A)@B PINTO2023/07/19https://zenn.dev/pinto0309/scraps/2f7a37cba821c8 PINTO2023/07/19https://zenn.dev/pinto0309/scraps/891cae8ea6c500
PINTO2023/07/19https://stackoverflow.com/questions/56333472/solve-the-linear-equations-system-ax-b-in-python-np-linalg-solve-not-working
PINTO2023/07/19https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md#commicrosoftinverse