Building a python environment with poetry on mac os

Pip is a major method of installing python libraries. poetry is a more advanced version control tool for development environments. It seems to have official support for pyenv integration. I’ll write down how to install it on mac os and what I got stuck. Advantages of poetry Can organize library dependencies. There are some unexpected side effects depending on the version of the library. Trying to recreate the environment can cause errors with library versions and installation order. [Read More]

Why is fasttext so fast?

Features of fasttext Improved objective function Consideration of negative samples This should not affect training time. Change in optimization method Use of stochastic optimization If it affects the learning time, it should be this one Implementation in C language This is the most effective, isn’t it? If we implement it in ## pytorch, it won’t be much different from word2vec. It would depend on the amount of data to be trained. [Read More]

Using Amazon Transcribe for transcription and speaker separation

There is a transcription service called Amazon Transcribe. The features of this service include Speaker separation as of 2021/05/17 Japanese language support It supports both video and audio formats. There are some points. I’ll write down how to use it with GUI. Procedure There is nothing difficult about the procedure, just follow the instructions on the screen. 1. Login to the AWS console. 1. you need to create an account for AWS. [Read More]

Uma Musume King Halo Fan Art

無題 #クロッキー #ウマ娘プリティーダービー #キングヘイロー(ウマ娘) https://t.co/bb7m0QwOFb pic.twitter.com/zddo7QHqTM — サブカル科学研究会 (@Vx5tN) May 10, 2021 I wanted to draw King Halo sweating and practicing. Elements I wanted to include jersey profile Sweat wiping action King Halo The weather is bad Putting color in shadows and eyes Impressions The profile doesn’t look good unless you have the right materials. I don’t understand the shoulder area. I don’t know how to describe the long hair I can’t get the background to look like rain. [Read More]