I’ve noticed a peculiar trend among some reviewers: they seem to have a knack for crafting comments that could pass as a generic template for any manuscript. It’s as if they’ve mastered the art of writing feedback so vague it could be applied to any paper, leaving authors to decipher the cryptic messages and make revisions that might as well be written in the stars. Here’s a prime example of such an ’evergreen’ comment:
[Read More]欢迎!中文版本的博客内容在这里。
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]Easy LSTM Training Tricks
This post introduces how to train the LSTM networks to get correct outputs.
[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]