18 posts tagged with "日本語"
セットアップ
Posted on May, 2020中国ではElectronのダウンロードが異様に遅い。。。なんかエラーが出てもう一回インストールしろと言われる。 スクリプトを走らせるだけで直った。npm run simpleserver''' npm install --global --production windows-build-tools node js gyp err cant find python executable…
Read full postホスティングサービス
Posted on April, 2020日本国内ではXサーバーが有名ですが、海外にも格安サーバーはたくさんあります。おすすめは下の二つ。HostwindsVultr時間単位で料金が発生。一番安いプランは月々500円。使わないときはサーバーの内容を凍結しておけば料金が発生しません。お財布に優しい。月々500円でLinux…
Read full postVirtualenv
Posted on April, 2020環境作成現在のフォルダにインストールされることに注意。環境起動作成されたフォルダにあるactivate.batを使う。pip install pyinstaller pyinstaller yourprogram.pypython --versionpip install imguiglfw########################################This is what I…
Read full postSeq2Seq
Posted on April, 2020Tensorflow Addonバグがある? https://github.com/tensorflow/tensorflow/issues/20067Examplehttps://colab.research.google.com/github/dhirensk/ai/blob/master/EnglishtoFrenchseq2seqtf20_withAttention.ipynb
Read full postGitサーバー
Posted on April, 2020GitNginx/etc/nginx/sites-available/default を編集する。location ~ /git(/.*) で /var/www/html/git以下にマッチさせる。設定ファイルの正当性チェック、再起動ユーザー追加ここではユーザー Tomoを追加します。 コマンドを入力するとパスワードの設定を求められます。レポジトリ作成ここではblog…
Read full postHugo
Posted on April, 2020https://github.com/gohugoio/hugoGoHugo注意:SCSSを使うには”Extended”版が必要GitHook/var/www/html/git/blog.git/hooks/post-receive を作成bash /var/www/html/git/blog.git/hooks/post-receive で動作確認Hugo Nginx/etc/nginx…
Read full post自作音声合成ツール解説
Posted on April, 2020音声合成ツールについての解説。動画中の音声はこのツールによって作成しています。こんにちは、TOMOです。最近テキスト読み上げツールを開発しています。 今のところ日本語と中国語が読めるようになりました。 英語は研究データも多く難易度が低いのでこれも追加する予定です。 Youtube…
Read full postPyworld
Posted on April, 2020Pyworldは音声を基本周波数、スペクトログラム、非周期成分に分解、再合成できる。基本周波数の抽出にはharvestとdioがある。harvestの方がノイズが少ない感じ。分解再合成Example
Read full postTensorflowで音声処理
Posted on April, 2020TensorflowでMelSpectrogramtf.signal.stftはTFLiteで使えない。
Read full postDjango
Posted on April, 2020インストールWindowsUbuntuUbuntuの場合はコマンド中の pip > pip3 と置き換えます。プロジェクト作成データベース初期化プロジェクト作成後、データベースを初期化します。 また、コードのデータベース関連部分を変更した際は。時々プロジェクト名を追加する必要となる場合があるようです。テスト、デプロイ起動ローカルからアクセスする場合。IP…
Read full post