[Tensorflow メモ トップへ]

Tensorflow メモ


スポンサーリンク


conda

conda でインストール済みパッケージ一覧を表示する

cv2

cv2 でイメージに 文字を書き込むサンプルプログラム
cv2 でエリアを塗りつぶすサンプルプログラム
cv2 で円を描くサンプルプログラム
cv2 で画像をグレイスケール化するサンプルプログラム
cv2 により線を引くサンプルプログラム
cv2 により楕円を描くサンプルプログラム

git

"invalid file descriptor"が git コマンドで表示される原因と対処

Graph

AttributeError: 'Graph' object has no attribute 'SerializeToString'

Image

error: (-215) scn == 3 || scn == 4 in function cvtColor の対処方法
ImportError: No module named PIL が表示される場合の対処
ImportError: No module named PIL の原因と対処
jpeg イメージを生成してファイルに保存するサンプルプログラム
NameError global name 'ImageDraw' is not defined の対処方法
NameError: name 'Image' is not defined の対処

keras

Windows 10 (64bit) + Tensorflow + Keras 環境を簡単に作る(CPU版)

MNIST

MNSIT(手書き数字のデータセット)のデータをダウンロードし確認する方法
pythonからmnist をダウンロードするコマンド

numpy

NameError: global name 'np' is not defined のエラーと対処
NameError: name 'seed' is not defined の原因と対処
numpy でprint 時に省略表示しない方法

pip

"retrying after connection broken by 'newconnectionerror" の原因と対処

placeholder

Tensorflow で place holderの中身を見る方法

Python

non-keyword arg after keyword arg
Pass a `Graph` object instead, such as `sess.graph` の対処方法
pythonのバージョンを確認するコマンド
SyntaxError: Missing parentheses in call to 'print'
SyntaxError: multiple statements found while compiling a single statement の原因と対処
SyntaxError: Non-ASCII character の対処方法
ValueError: invalid literal for int() with base 10: の原因と対処
ユーザに入力を求め、出力するサンプルコード
リストから重複値を削除するサンプルコード
ループ処理するサンプルコード
整数の乱数を生成するサンプルプログラム

Tensorboard

AttributeError: 'module' object has no attribute 'scalar_summary'
AttributeError: 'module' object has no attribute 'SummaryWriter'
Graph visualization failed: TypeError: rawNodes is undefined で tensorboard のグラフが表示されない
tensorboard が表示されない場合の対処
TensorboardでNo graph definition files were found のエラー
tensorboardを試すとても簡単なサンプル
"No graph definition files were found."のエラーがtensorboardで表示される
"WARNING:tensorflow:Found more than one graph event per run. Overwriting the graph with the newest event." が tensorboard で表示

Ubuntu

Ubuntu のログイン画面でユーザ名を入力できるようにする
Ubuntu をネットワーク経由で ssh で接続可能とする設定
Ubuntuでrootでログイン可能とする

インストール

Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640
"Could not find a version that satisfies the requirement tensorflow" の原因と対処

その他

Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work. の対処方法
from keras.utils.visualize_util import plot の原因と対処
No module named cv2.cv の対処
object has no attribute 'reader' の原因と対処
python で SyntaxError: 'return' outside function
split の結果がutf-8とならない場合の対処
SyntaxError: Missing parentheses in call to 'print' エラーが発生する原因
TypeError: 'int' object is not callable の原因と対処
Ubuntu でスクリーンパスワードロックを無効化するコマンド
インデントの基本
グラフ描画ライブラリの matplotlib をインストールするコマンド

テキストファイル

csv ファイルから読み込み出力するサンプルプログラム
テキストファイルを作成して書き込むサンプルプログラム

ファイル入出力

Not a JPEG file: starts with 0x89 0x50 の原因
tensorflow.python.framework.errors.InvalidArgumentError: Expect 2 fields but have 1 in record 0 の原因と対処

基本構文

inconsistent use of tabs and spaces in indentation の原因と対処
SyntaxError: 'return' outside function

定数

定数の足し算

配列

3次元配列を作るサンプルコード
index n is out of bounds for axis z with size m エラーが発生する場合の対処
IndexError: index is out of bounds for axis 0 with size 3 エラーの場合の対処
ValueError: only 2 non-keyword arguments accepted エラーの対処
ValueError: setting an array element with a sequence.
配列でクォートありとなしの違いは

文字出力

文字列を表示するサンプルコード

変数

定数と変数の加算


スポンサーリンク