분류 전체보기

· 개발
Problem NVRM: API mismatch: the client has the version 470.161.03, but this kernel module has the version 470.141.03. Please make sure that this kernel module and all NVIDIA driver components have the same version. Solution nvidia-smi lsmod | grep nvidia sudo lsof /dev/nvidia* sudo kill -9 [process ids] sudo lsof /dev/nvidia* sudo service gdm3 stop sudo rmmod nvidia_uvm sudo rmmod nvidia_drm sud..
· 개발
nvidia-smi -L References https://stackoverflow.com/questions/70640591/nvidia-smi-gpus-full-name-not-displayed-properly nvidia-smi: GPU's full name not displayed properly On a Linux server, nvidia-smi can show GPU name, as well as other useful information. However, the full name is not displayed properly. How can I know the full name of GPUs? stackoverflow.com
· 개발
주말에는 공용 aws 를 쓸 순 없고 기한은 있기 때문에 개인 aws에 설치해서 pytorch 버전에 맞는 glib 이 있는 건지 확인해보려고 한다. 똑같은 ec2를 생성하기엔 돈을 투자할 수 없기에 일단 기본으로 만들고 glib 목록을 확인해볼 생각이다. aws instance 생성 chmod 400 [.pem 파일] 해야 권한으로 인해 발생한 오류를 해결할 수 있다. anaconda 설치 https://repo.anaconda.com/archive/ Index of / Anaconda-1.9.0-Linux-x86.sh 545.3M 2014-02-10 10:23:30 16471e90b3deb7be1b3d449d8883983d81f035dfaa1a3391497de20577de6f66 repo.anacon..
· 개발
Error GLIBCXX.3.4.30 not found import torch File "/home/ubuntu/anaconda3/envs/torch19/lib/python3.8/site-packages/torch/__init__.py", line 202, in from torch._C import * # noqa: F403 ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/ubuntu/anaconda3/envs/torch19/lib/python3.8/site-packages/torch/lib/libtorch_python.so) 처음에는 경로를 보니 scipy에서 위의..
Variational Inference with adversarial learning for end-to-end Text-to-Speech (VITS). Several recent end-to-end text-to-speech (TTS) models enabling single-stage training and parallel sampling have been proposed, but their sample quality does not match that of two-stage TTS systems. In this work, we present a parallel end-to-end TTS method that generates more natural sounding audio than current ..
· 개발
colab 에서 해당 오류 발생 시 !pip install sentencepiece 라고 하고 런타임 다시 실행하면 된다.
https://arxiv.org/pdf/1311.2524.pdf Abstract simple 하고 scalable한 detection algorithm 1) bottom-up region proposal를 위해 high capacity CNN 을 적용 2) 라벨된 training data가 scarce(부족) 해서, 특정 도메인에 한정된 fine-tuning 에 따라 suprevised pre-training 을 사용 그래서 region proposal을 CNN과 함께 하기에 이름을 RCNN이라고 지었다. 1. Introduction input image받고 -> 2000 region proposals 뽑기 -- warping --> CNN features 계산 -> 각 region 분류(선형 SVM사용..
: 찾아봐야 함. Abstract residual network는 optimize 하기 쉽고, depth를 증가할 수록 accuracy 증가를 얻을 수 있다. ImageNet 데이터셋으로 152 layers로 진행(VGG Net보다 8배 많은), test set에서 3.57 % error. CIFAR-10 데이터셋으로 100과 1000 layers로도 진행 Introduction network depth는 중요한 부분이지만, vanishing/exploding gradients 문제를 가지고 있다. 이 문제는 SGD와 back propagation을 위해 converging을 시작하기 위한 레이어들끼리 있는 네트워크를 가능하게 하는 normalized initialization, intermediate ..
내공얌냠
'분류 전체보기' 카테고리의 글 목록 (6 Page)