Skip to content

Instantly share code, notes, and snippets.

View harusametime's full-sized avatar
:octocat:
Loving Sake and coding

Masaki Samejima harusametime

:octocat:
Loving Sake and coding
View GitHub Profile
@harusametime
harusametime / paddleocr.ipynb
Created May 3, 2021 08:00
PaddleOCRを SageMaker にデプロイする
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@harusametime
harusametime / install_PySPQR_ja.md
Last active June 30, 2023 15:42
PySPQRのインストール

PySPQRをインストールしたい

  • ScipyにはSparse matrix向けのQR分解がありません...
  • Dense matrix向けはあります!が,todense()するとメモリで死んでしまいます.
  • SuiteSparseを使うとできるけどpythonで使えない,
  • Python wrapperのPySPQRを使う.

環境

  • Windows 10
  • Microsoft Visual Studio 14.0 (SuiteSparseのコンパイルにいる)