Reason
I wrote a Pytorch learning rate update, which feels based on whether the number of times the loss rises or falls to dynamically update the learning rate, I think it's a fun thing. I got it wrong for a long time, but I got it today!
Analysis
Explanation
ReduceLROnPlateau(optimizer, mode='min', factor=0.1, patience=10, verbose......
Recently understand this k8s in PVC storage here stuck for two days, today finally considered probably understand what is going on.
The following is a summary of the process.
Create a PersistentVolume backed by physical storage. you will not associate the volume with any Pod.
Create a PersistentVolumeClaim that will be automatically bound to the appropriat......
I've recently tried to learn K8S, and I think it's okay! Just for my own project is not necessary, get a docker is good, clusters for small projects deployment is a bit exaggerated. Personally, I found that the official interactive tutorials are quite cool, and it's still feasible to understand them simply. I'll get a start-to-finish single-node deployment for e......
Reason
I got a litte flus form search engine before I know SEO,I knew it from search engine panel for someone like us,for it has some analytical data about keywords to my website.the more I see,The less I know.The luck one is that I know how to set up a better SEO in a easy way!
Pulgin
One works better than Two.
Yoast SEO
I didn't use i......
Prepare
You should using some VPN tools if your country has some block!
How to set V2ray
I2p
I am not suggesting you using this usually,for it was running at a low network speed.But the security is the best as we know!
installation
ubuntu
add repository
sudo apt-add-repository ppa:i2p-maintainers/i2p
update your sourcelist
sudo apt-get update
install
sudo......