[Linux] How to Change Default Terminal
Many Linux distributions have their own terminal, more precisely, the desktop environment that comes with its own terminal.
Read More »[Linux] How to Change Default TerminalMany Linux distributions have their own terminal, more precisely, the desktop environment that comes with its own terminal.
Read More »[Linux] How to Change Default TerminalMany people should known now, there are many games on Steam that can actually be played on the distribution of Linux such as Ubuntu.
Read More »[Linux] How to Install Steam on UbuntuToday I used transformers package to build an ALBERT model to process a NLP task in the offline environment, and I got an error message when loading the ALBERT tokenizer:
Read More »[Solved] "TypeError: not a string" at Using AutoTokenizer.from_pretrained()Today, when I tracing some source code of model inference, I encountered the problem cannot be executed. The error message as follows:
Read More »[Solved] IndexError: boolean index did not match indexed array along dimension 0; dimension is 485 but corresponding boolean dimension is 488Today I was testing the simpletransformers that is a well-known python deep learning package. But on my notebook, my training was stuck and not continue.
Read More »[Solved] Simpletransformers Stuck at Training And Not ContinueThe task of using Python for Natural Language Processing (NLP) is quite common in the field of machine learning and deep learning. Of course, the tools and libraries for text preprocessing are avaiable.
Read More »[Python] How to Convert String Full-width into Half-width Character
In the data processing, sometimes we want to replace some column values into others. It may be missing value, or the wrong value..., of course, python have many tools, packages, functions can do the replacement tasks.
Read More »[Python] How To Replace The Value Of Pandas DataFrameToday I use Anaconda to activate the python virtual environment, but I got the following error message and cannot enter the virtual environment.
Read More »[Solved] CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell, run...Today I trained the model with simpletransformers package, I got an warning message that never seen:
Read More »[Solved] huggingface/tokenizers: The current process just got forked. after parallelism has already been used. Disabling parallelism to avoid deadlocksRecently, when I re-configure my work environment, I install the Nvidia GPU driver. But after installation and reboot, I cannot use nvidia-smi command to get the GPU information. The only one message is:
Read More »[Solved] NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.