AWS,EC2

Thumbnail of post image 106

apt update を実行して以下のエラー

こんな時は,df -h で容量を調べてみよう.きっとディスクがパンパンになっているはずだ.

Error writing to output file - write (2 ...

Latex

Thumbnail of post image 159

\citetと\citepでは,括弧の位置が異なる.

*を付けるとet al.で省略しない.

\citeと\citet, \citepの使い分けはまだわからない.

\citet{jon90} --> ...

Latex

Thumbnail of post image 041

問題: \ref で参照すると不要なドットが付く

電◯情報通信学会の日本語原稿を執筆していると,章番号を\refで参照した際に,不要なドットがついてしまう.

\ref{sec:conclusion}章でまとめと今後の課題を述べる. ...

Docker

Thumbnail of post image 112

docker exec -it my-container/bin/bash

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

Jupyter

Thumbnail of post image 011

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

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

しかし,Jupyter ...

JupyterLab

Thumbnail of post image 197

pip install jupyterlab

Node.jsの導入

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

Variable Inspectorの導入

Docker

Thumbnail of post image 195

自然言語処理にオススメ

github.com

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

NextCloud

Thumbnail of post image 062

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

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

LinuxやUnixのコマン ...

Jupyter

Thumbnail of post image 036

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

HTML

Thumbnail of post image 129

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

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

対応OSはWind ...