luna7OSError: bert-small-uncased is not a local folder and is not a valid model identifier listed on…모델 이름 확인해야하는 경우Aug 3, 2023Aug 3, 2023
luna7Be aware, overflowing tokens are not returned for the setting you have chosenBe aware, overflowing tokens are not returned for the setting you have chosen, i.e. sequence pairs with the ‘longest_first’ truncation…Apr 28, 2023Apr 28, 2023
luna7RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0…This error message indicates that there are at least two tensors in the computation graph that are allocated on different devices (one on…Apr 9, 20231Apr 9, 20231
luna7AssertionError: Gather function not implemented for CPU tensorsThis error occurs when you are trying to use the torch.gather() function on a CPU tensor, but the function is not implemented for CPU…Apr 9, 2023Apr 9, 2023
luna7RuntimeError: “log_softmax_lastdim_kernel_impl” not implemented for ‘Long’This error occurs when trying to apply the log_softmax() function from PyTorch on a tensor with a data type of torch.long. The function…Apr 8, 2023Apr 8, 2023
luna7ValueError: Caught ValueError in replica 0 on device 0ValueError is usually caused by problems such as data mismatch or incorrect input that occur during model training.Apr 8, 2023Apr 8, 2023
luna7OSError: symbol cublasLtGetStatusString, version libcublasLt.so.11This error typically occurs due to a version mismatch between the NVIDIA CUDA and cuBLAS libraries installed on the system. Specifically…Apr 8, 2023Apr 8, 2023
luna7ValueError: Expected input batch_size (8192) to match target batch_size (16).This error occurs when the batch size of the input and output of the model does not match. For example, if the model expects a batch…Apr 8, 2023Apr 8, 2023
luna7IndexError: Dimension out of range (expected to be in range of [-1, 0], but got 1)The “Dimension out of range” error occurs when the number of dimensions of the given tensor does not match the expected number of…Apr 8, 2023Apr 8, 2023
luna7torch.cuda.OutOfMemoryError:CUDA out of memory. Tried to allocate 64.00 MiB (GPU 0; 39.42 GiB total capacity; 37.91 GiB already allocated; 23.06 MiB free; 37.92 GiB…Apr 8, 2023Apr 8, 2023
luna7Error: src refspec master does not match anyThe “master” branch has not yet been created in the local repository. In other words, if there is no “master” branch in the current local…Apr 8, 2023Apr 8, 2023
luna7UnpicklingError: invalid load key, ‘v’The roberta-large model is too large to load without git-lfs. However, installing git-lfs or brew is not possible on the hpc venv.Apr 8, 2023Apr 8, 2023
luna7PackagesNotFoundError: The following packages are not available from current channels$conda install — channel conda-forge pytorch_pretrained_bertApr 8, 2023Apr 8, 2023