Visual Studio Code - Python(Notebook) Related Questions 0. ForewordOriginal Article: https://stackoverflow.com/questions/72019083/how-do-i-solve-the-pylancereportmissingimports https://stackoverflow.com/questions/44515769/conda-is-not-recognized-as-intern 2023-11-19 #conda #Visual Studio Code
TURL Code Analysis Notes Table2Vec: Neural Word and Entity Embeddings for Table Population and Retrieval 2023-11-17
GNN Tutorial Notes 0. Related url:A Gentle Introduction to Graph Neural Networks: https://distill.pub/2021/gnn-intro/Understanding Convolutions on Graphs: https://distill.pub/2021/understanding-gnns/ ####### supervised 2023-11-17
TaBERT Code Analysis Notes 0. Forewordclasstransformers.BertTokenize offical document: https://huggingface.co/transformers/v3.0.2/model_doc/bert.html tokenize-demo: 123456789101112from transformers import BertTokenizerdef test_ 2023-11-15
Mirror and Proxy Summary 1. Mirror Help MirrorZ Help Maven pip Anaconda Git 2. Proxy2.1 pippip install command: 1--proxy http://<usr_name>:<password>@<proxyserver_name>:<port#> 2.2 python1234567 2023-10-29
Common Commands for ffmpeg 1. Video Related1.1 Automatic video encoding conversion1ffmpeg -i input.mp4 -crf 10 output.mp4 -i input.mp4: This flag (-i) specifies the input file (input.mp4). -i is followed by the name of the in 2023-10-23 #ffmpeg
CUDA error: device-side assert triggered Error Message: 1234RuntimeError: CUDA error: device-side assert triggeredCUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.For debu 2023-10-23
Common Commands for Linux 1. File System Navigation: ls: List directory contents. cd: Change the current directory. pwd: Print the current working directory. mkdir: Create a new directory. rmdir: Remove a directory. cp: Copy f 2023-10-23