[Linux] Compress Files And Contain Symbol Links
I have respectively noted about some compression commands and how to use symbol link to point to file:
Read More »[Linux] Compress Files And Contain Symbol LinksI have respectively noted about some compression commands and how to use symbol link to point to file:
Read More »[Linux] Compress Files And Contain Symbol LinksIn Linux system, we usually use ln -s
to make the symbol link for folder. But today, I have a strange requirement: I want to make a symbol link of folder A under folder A.
First, I want to explain, the rm
command is a useful but danger command. On the one hand, the command is very brief, on the other hand, when we use the system, it is inevitable to release space and delete unnecessary old files.
In Python, many people will confuse the usages of ==
and is
. In fact, the usage between them is very similar.
Last Updated on 2021-08-13 by Clay
When we are using python to develop the backend program, we usually use argparse
package to pass some arguments to python program, then we a write a shell script to make our program to be a pipeline.
FB is the famous social media, we can use FaceBook Messenger that developed by FB to send messages to our friends via mobile device.
Read More »[Linux] How To Install FaceBook Messenger Desktop ApplicationThere are many of versions of Python, the different versions have different functions. But the more important thing is, some useful packages are worked on the specific versions.
Read More »[Linux] Download, Install And Switch The Python VersionWhen we are processing a large number of files in Linux, such as copy, move, delete… if the number of files is really too large and we use wildcard character *
to match files, then we are likely see the following error:
PyTorch a is deep learning framework based on Python, we can use the module and function in PyTorch to simple implement the model architecture we want.
Read More »[PyTorch] Use view() and permute() To Change Dimension ShapeTF-IDF (Term Frequency – Inverse Document Frequency) is a famous word weighting technology, it can show the importance of words to texts.
Read More »[NLP] The TF-IDF In Text Mining