14 posts tagged with "python"
Mobile/Web
Posted on January, 2021Website, Blogwordpress hugo gatsbyWeb appcakephp django flask ASP.Net + Entity FrameworkServerapache nginx Git server VPN server License serverNetworkSocket Programming (C#, python, C++)
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 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