Docker

Thumbnail of post image 093

docker exec -it my-container/bin/bash

あるコンテナで学習を回すと,そのコンテナが結果出力で占有させてしまったので上のコマンドで,
2つ目のコンソールを立ちあげて,学習とLinuxの設定を同時 ...

Jupyter

Thumbnail of post image 074

jupyter lab --no-browser --port=8888 --ip=0.0.0.0 --allow-root &

Control+C を押してもサーバーが止まることは無くなる.

しかし,Jupyter ...

JupyterLab

Thumbnail of post image 083

pip install jupyterlab

Node.jsの導入

curl -sL | sudo -E bash -sudo apt-get install -y nodejs

Variable Inspectorの導入

Docker

Thumbnail of post image 185

自然言語処理にオススメ

github.com

FlairやSpacyなどが含まれている
GPUにも対応している
Flairを使う場合,pip install -U pip と pip install -U flairで ...

NextCloud

Thumbnail of post image 090

今回は,NextCloudにコマンドラインでアクセスし,共有フォルダ内の情報参照とファイルのダウンロード・アップロードとファイルの共有リンクの発行を行う方法を紹介する.

共有フォルダ内の情報参照

LinuxやUnixのコマン ...

Jupyter

Thumbnail of post image 125

jupyter notebook --port=8888 --ip=0.0.0.0 --allow-root

HTML

Thumbnail of post image 175

Arles Image Explorer をダウンロードする

Webサイト用の画像ギャラリーを生成するツール「Arles Image Explorer」を下記のサイトからダウンロードし,インストールする.

対応OSはWind ...

NLTK

Thumbnail of post image 153

NERに使うタグ付けデータをアウトソースにより作成したのだが,アノテーションの信頼度が分からない.

このため,NLTKでアノテーター間の合意度を算出した.これはその時のメモである.

3人のアノテーターが付けたラ ...

Git

Thumbnail of post image 057

curl -s | sudo bashsudo apt-get install git-lfsgit lfs install

上の3ステップでインストール完了

そして、以下みたいなファイルがある場所で

version ...

GPU

Thumbnail of post image 125

対処法

nvidia-smi からプロセスのPIDを確認し、kill コマンドでプロセスを消すと解消。

nvidia-smiコマンドを入力すると、下の方にプロセスがPID付で一覧表示される。あとは、kill PIDでプロセス ...