オムライスの備忘録

数学・統計学・機械学習・プログラミングに関することを記す

Servey

【機械学習】Metric Learning / Distance Learning #まとめ編 #02

Index Index Metric Learning / Distance Learning Regularization / 正則化 L2 Norm / Lp Norm Regular Face / 2019 Sparse Centers Regularization / 2019 Zero Mean Regularization / 2019 Direction Regularization / 2020 参考 Metric Learning / Dista…

【深層学習】PubMedBERT

この記事の読者 深層学習・ディープラーニングの手法の1つである「PubMedBERT」について知りたい. キーワード・知ってると理解がしやすい BERT yhayato1320.hatenablog.com まとめ編 yhayato1320.hatenablog.com Index Index PubMed とは BERT との変更点 …

opencv ノイズ除去

2020/08/30 参考 画像のノイズ除去 — OpenCV-Python Tutorials 1 documentation OpenCVを使ったノイズ除去 アルゴリズム Non-local Means Denoising 画像中の小領域(例えば5x5) を設定 画像中の別の場所に同じようなパッチ(小領域)が存在する可能性は高いと…

Edge Detection の学習(U-Net)にopen data を使用したい

2020/08/24 「edge detection document dataset」 MIDV-500: a dataset for identity document analysis and recognition on mobile devices in video stream paper arxiv dataset 「MIDV-500」についての説明 身分証明書のデータセット スマホで撮影した画…

ICDAR 2013 Table Competition

2020/08/26 モチベーション table のデータセットを使いたかったが、 仕様や種類があったのでまとめたい サイト ICDAR 2013 Table Competition メイン このコンペは「 table detection or location」と「table structure recognition」のふたつのコンペに分…

tensorboard error 「directory_watcher.py file updated even though the current file is file」

20200814 「tensorboard directory_watcher updated even though the current file is」 環境 tensorflow 2.0 問題 tensorflow で学習ログが validation はでるが、train はでず、tensorboardに表示されない 「directory_watcher.py file updated even thoug…

「could not select device driver "" with capabilities: [[gpu]].」エラー

2020/08/13 環境 Ubuntu 16.4 docker 19.03.12 cuda 10.2 参考 Docker(19.03)でgpu有効化してpytorchで訓練するまでやる(Ubuntu18.04) DockerでGPUを使う 対応 nvidia-container-runtime-script.shを起動して、nvidia-container-runtime をインストールする…

tensorflow v.2.x で tensorboard in keras

2020/08/13 参考 TensorBoardスカラー:Kerasでのトレーニング指標のロギング tensorflow 公式 「カスタムスカラーのロギング」を参考 file_writer を作成して、tf.summary.xxx で書き込む # writer を作成 file_writer = tf.summary.create_file_writer(log…

Docker 環境で tensorboard 起動して外部IP からアクセスしたい

2020/08/12 参考 dockerのエラー。「ERROR: for コンテナ名 Cannot start service コンテナ名: network not found」の対処法 作業中にはまったエラー Exit しているdocker コンテナのプロセスが残っていて、docker network が見つけられない状態 docker rm …