TensorFlow

pip install –ignore-installed –upgrade tensorflow

下記を参考に、WindowsにTensorFlow環境を構築。

https://qiita.com/tilfin/items/24e9491eb8a4ce42eea6
https://algorithm.joho.info/programming/python/tensorflow-pip-install/
https://qiita.com/FukuharaYohei/items/d8f82c827e0bae70096a

ちょっとしたサンプル等を試してみたが、以下のエラーが出る。

The name tf.InteractiveSession is deprecated. Please use tf.compat.v1.InteractiveSession instead.

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2

※無視しても良いみたい?

https://qiita.com/KEINOS/items/4c66eeda4347f8c13abb

Python

なぜか、いつからかPython起動時に以下のエラーが出るようになった。

File “C:\Users\username\Anaconda3\lib\site.py”, line 439, in register_readline

下記が参考になった。
※histpryを消せば良いとの事。

https://qiita.com/TAIniko/items/9f55ff47f335a9df0344

Python

下記URLを参考に、テキストを音声合成で再生させてみた。

https://qiita.com/kkoba84/items/b828229c374a249965a9
https://qiita.com/mkgask/items/0bf9c26dc96e7b0b45ac
https://server-setting.info/centos/open-jtalk-install.html

hts_engine_APIをビルド
Open JTalkをビルド
live doorのweather情報を再生

Python

■OpenCVのインストール

pip install opencv-python
pip install opencv-contrib-python

■pyhtonのデフォルトエンコードをUTF-8に
https://qiita.com/puriketu99/items/55e04332881d7b679b00

■CMakeのインストール
https://qiita.com/East_san/items/aff4f7907aedabe6da47

pip install Cmake

■dlibのインストール

pip install dlib

■libpng、zlib1のインストール
http://www.cmsm.iis.u-tokyo.ac.jp/software.html

■imglabのインストール
https://qiita.com/untiepante/items/c29cdbe3ef79af85da17

cd C:\pytools\dlib\tools\imglab
cmake .
cmake –build . –config RELEASE –target INSTALL

※上手く動かない

https://qiita.com/nonbiri15/items/9561c8194ba0b2041bd0
https://qiita.com/mamon/items/bb2334eef596f8cacd9b
https://blog.imind.jp/entry/2019/05/01/120143
https://qiita.com/tpro/items/d26b9c170030d5589cdc

Google Search Console

昨日、Google Search Consoleから、以下のメールが届いた。
———-
Search Console により、貴サイトに影響するカバレッジの新たな問題が 1 件検出されました。
———-
WordPressのプラグイン「Akk in One SEO」の設定で、「noindex」の設定がデフォルトでされていたのが原因と思われる。

下記サイトを参考にさせてもらった。

Search Consoleで「送信された URL に noindex タグが追加されています」エラーが発生した場合の対処法

MarkDown

オフラインで作成したMarkDownで作成したファイルをWordPressへ。(お試し)
『Import MarkDown』というプラグインを使ってみた。

見出し1

見出し2

見出し3

見出し4

見出し5
見出し6

PAGE TOP