欢迎!中文版本的博客内容在这里

CNN Size Computing

CNNs (Convolutional Neural Networks) is a amazing component of neural network theory. However, to use it efficiently, we need to compute the output shape.

[Read More]

New Usage of typing module in Python

Originally, I intended to analyze django webpack; however, midway through, for the sake of rigorous documentation, I found myself having to delve into django components. Within django components, I discovered some mechanisms previously unknown to me. Consequently, let’s first discuss the typing issues encountered!

[Read More]

Django and Webpack

Webpack is a modern development method for frontend projects. Django is a common backend development framework for Python developers.

I believe that developing with Webpack can make Django development faster.

[Read More]

Using Kind to Play with K8s

If you directly use the online version of Kubernetes for debugging, it requires too many resources. Sometimes, using Minikube fails to start the cluster. Therefore, developers can consider using Kind to deploy and test Kubernetes.

This article is about using Kind to create a Kubernetes (K8s) cluster and debug it.

[Read More]