Cloud9

Thumbnail of post image 089

AWSのCloud9のCreate environmentで、Create a new EC2 Instance for environment (direct access)により、ダイレクトに環境を作った後でも、SSH接続をコマン ...

SSL

Thumbnail of post image 155

証明書の自動更新ができていなかったため、手動で更新の事例

AWS lightsailで証明書の自動更新設定。legoというツールを使って更新

ワイルドカード証明書の自動更新。IAMを作成し、DNS認証を行うシェ ...

AWS,Lightsail,SSL

Thumbnail of post image 075

AWS lightsailで作成したwordpressインスタンス上で certbot renew を実行すると、以下のようなエラーが発生する。

Attempting to renew cert (vasteelab.com) ...

Uncategorized

Thumbnail of post image 059

looking glassをインストールするときについてきた、Holoplay serviceというアプリが、macのツールバーにずっと表示されて邪魔だったので削除してみた。

検索から”holoplayR ...

NLP,Python

Thumbnail of post image 035
pip install tokenizersfrom tokenizers import BertWordPieceTokenizerfrom glob import globimport jsontxt_path = '/path/to/ ...

Python

Thumbnail of post image 149

Cloud9やSpyderなどのIDEを使っていると、PYTHON PATHを求められることがあるので、これを調べる方法を紹介

調べる方法は簡単で、現在使っているpythonで以下を入力するだけ

python -m ...

ELECTRA,Python

Thumbnail of post image 053
前準備

この記事は、一つ前の記事の続きとして書きます。

前提条件として、一つ前の記事に沿って、openwebtextをダウンロードし、build_openwebtext_pretraining_dataset.py を実行し ...

ELECTRA,NLP

Thumbnail of post image 105
前準備

Tensorflow(GPU版)をpipでインストール。pipのバージョン違いで混乱することがあるため、私はpython -m pipでインストールした。バージョンは1.15にすること。

python -m pip ins ...

NLP,Python,Tensorflow

Thumbnail of post image 067
前準備

Tensorflow(GPU版)をpipでインストール。pipのバージョン違いで混乱することがあるため、私はpython -m pipでインストールした。バージョンは1.15にすること。

python -m pip ins ...