[Linux] Different Between "sh" and "bash"
We often use sh
command to execute some files with the extension .sh in Linux.
We often use sh
command to execute some files with the extension .sh in Linux.
If you are using PyTorch to processing NLP tasks, you must be familiar with nn.Embedding()
in PyTorch.
JPEG 2000, also known as JP2 in the title of this article, is a format for image files, and the extension is .jp2
. The compression ratio of JP2 is better than JPEG.
When we reinstall the Windows operating system on the computer, sometimes we will encounter the following problems:
Read More »[Solved] Windows cannot be installed to this disk. The selected disk is of the GPT partition style.When we using PyTorch to build the model for deep learning tasks, sometimes we need to define more and more model layer.
It is so irritating. No one wants to keep pasting similar code over and over again.
Read More »[PyTorch] Use "ModuleList" To Reduce The Line Of Code That Define The ModelBLEU (Bilingual Evaluation Understudy) is an algorithm for evaluating text similarity, which is often used to evaluate the similarity between machine translation and human translation.
Read More »[NLP] Use BLEU To Calculate Similarity Of SentencesAutoEncoder is often referred to as AE for short. It is a neural network for unsupervised learning, in other words, it does not require labaled data.
Read More »[Machine Learning] Introduction To AutoEncoder (With PyTorch Code)This is a strange error message:
RuntimeError: Attempting to deserialize object on CUDA
device 3 but torch.cuda.device_count() is 1.
Read More »[Solved][PyTorch] RuntimeError: Attempting to deserialize object on CUDA device 3 but torch.cuda.device_count() is 1.Python is a popular, easy and elegant programming language, its performance has always been criticized by user of other programming. So in terms of data pre-processing, it is very important to use multi-threading and multi-processing.
Read More »[Python] How To Use Multiprocessing Pool And Display Progress BarFor a long time, when I was using python for program development, if I was dealing with texts, I would often got some files edited by others from Windows and sent to my Linux server waiting to be processed.
Read More »[Tool] Use ConvertZ to convert cp950 to Unicode