Uncategorized

Thumbnail of post image 003

本記事では、Spacyにおける標準のNER(en_core_sci_sm)に、ルールを追加する方法について紹介する。これができると、NERの結果が少し物足りないときにルールで微調整することができるため、覚えておくと便利だと思う。

Uncategorized

Thumbnail of post image 056

sudo vi ~/.bashrc#追記alias ll='ls -la'

Uncategorized

Thumbnail of post image 194

手順brew install nodebrew

PATHの設定

export PATH=$HOME/.nodebrew/current/bin:$PATHsource ~/.bash_profilenodebrew -v

Fo ...

Uncategorized

Thumbnail of post image 018

以下の写真の赤でマークされている二点をピンセットなどで通電する。

Uncategorized

Thumbnail of post image 053

LAN(ローカル)環境でラズパイを使うときは,ルーターで設定をおこなうことでIPの固定化ができる.

Buffaloのルーターでのやりかた

www.buffalo.jp

192.168.11.1を打ち ...

Uncategorized

Thumbnail of post image 118

対処法

sudo apt-get install libcuda1-415

libcuda.so.1が無いことが原因。

github.com

Uncategorized

Thumbnail of post image 071

export PATH=”/usr/local/cuda/bin:$PATH”
export LD_LIBRARY_PATH=”/usr/local/cuda/lib64:$LD_LIBRA ...

Uncategorized

Thumbnail of post image 106

会社で研究をしていると社外へは決して出してはいけないコンテナを作ってしまうことがある.

世の中には,作成したコンテナをイメージ化して共有するDocker Hubなるサービスがある.しかし,Docker Hubは基本的にオー ...

Uncategorized

Thumbnail of post image 183

CUDAのインストール後,まず打つコマンドは nvcc -v だろう.だけどこのコマンドはパスを通さないとnot foundとなる.

まずは,sudo rebootで再起動しよう(再起動前にパスを追加してもnot foun ...