JERRYLSU

Faiss
by Jerry Su, post on Sep 17, 2021

Reason is the light and the light of life.

Read in 2 mins
Docker Python Mysql
by Jerry Su, post on Sep 16, 2021

docker pull mysql:5.7

docker run -itd -p 8070:3306 -v /hadoop-data/work/sl/project/mysql/data:/var/lib/mysql -v /hadoop-data/work/sl/project/mysql/conf.d:/etc/mysql/conf.d --name=qa_mysql -e MYSQL_ROOT_PASSWORD=123456 mysql:5.7

mysql -h host_ip -P port -u root -p123456

show …

Read in 1 mins
Docker build
by Jerry Su, post on Sep 04, 2021

Reason is the light and the light of life.

Read in 1 mins
Docker export vs commit
by Jerry Su, post on Sep 04, 2021

Reason is the light and the light of life.

Read in 1 mins
Docker Build GPU Base Image
by Jerry Su, post on Sep 04, 2021

Reason is the light and the light of life.

Read in 1 mins
Cross Entropy
by Jerry Su, post on Aug 26, 2021

Reason is the light and the light of life.

Read in 1 mins
Python - setdefault
by Jerry Su, post on Aug 26, 2021

Reason is the light and the light of life.

Read in 1 mins
NLP Unicode Tokenizer Mapping
by Jerry Su, post on Aug 20, 2021

Reason is the light and the light of life.

Read in 3 mins
Numpy np.where
by Jerry Su, post on Aug 12, 2021

Reason is the light and the light of life.

Read in 1 mins
Python Encode Decode
by Jerry Su, post on Aug 05, 2021

Reason is the light and the light of life.

Read in 1 mins