Typescript – ts-node setup
npm init --yes npm install typescript ts-node @types/node --save-dev npm install express cors npm install -D @types/express npx tsc --init
npm init --yes npm install typescript ts-node @types/node --save-dev npm install express cors npm install -D @types/express npx tsc --init
Incorrect Usage Below code looks natural implementation, but it is actually, does not work. Even if you pass true from…
Finding out the unfixed ip adderss is annoying I wrote about ‘nmap’ command in the past, but it is a…
Overview Nvidia is developing Neural Networks training tool for Physics. Here shows what functions it has https://docs.nvidia.com/deeplearning/modulus/modulus-v2209/user_guide/basics/modulus_overview.html Neural Netork Models…
ps -u kevin | grep python | awk '{print $1}' | xargs kill
GET all articles GET all categories GET articles in a category
This is bad tips
It can be said that constructing a learning program in Pytorch is much easier compared to TensorFlow. However, due to…
Reducing the processing time of tasks processed on a program is a surprisingly difficult task. This is because programs run…
I had to implement this code frequently, and I really don’t like it, so I’m leaving it here.