摘要: 解决方法 sudo yum install libX11 ImportError: libXext.so.6: cannot open shared object file: No such file or directory sudo yum install libXext 阅读全文
posted @ 2020-08-19 14:35 singyoutosleep 阅读(7449) 评论(0) 推荐(0)
摘要: pip install torch==1.3.1+cu100 torchvision==0.4.2+cu100 -f https://download.pytorch.org/whl/torch_stable.html备注:linux centos 64位 阅读全文
posted @ 2020-07-13 15:23 singyoutosleep 阅读(4147) 评论(0) 推荐(0)
摘要: File "/home/worker/anaconda3/envs/pytorch/lib/python3.7/site-packages/timm/models/layers/create_act.py", line 50, in <module> gelu=nn.GELU,AttributeEr 阅读全文
posted @ 2020-07-13 15:18 singyoutosleep 阅读(9798) 评论(0) 推荐(0)
摘要: https://psychology.stackexchange.com/questions/9380/is-there-a-database-of-disgusting-images-for-stimuli-for-experimental-study-of-d 阅读全文
posted @ 2020-06-15 17:03 singyoutosleep 阅读(345) 评论(0) 推荐(0)
摘要: https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#removing-cuda-tk-and-driver RHEL/CentOS To remove CUDA Toolkit: $ sudo yum remov 阅读全文
posted @ 2020-06-15 10:15 singyoutosleep 阅读(4374) 评论(0) 推荐(0)
摘要: 查看linux是32位还是64位, 使用命令"getconf LONG_BIT" 如果返回的是32,那么就是32位 如果返回的是64,那么就是64位 export PATH=~/anaconda3/bin:$PATH conda info -e conda create -n xxxx python 阅读全文
posted @ 2020-06-11 17:19 singyoutosleep 阅读(140) 评论(0) 推荐(0)
摘要: error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54 fatal: the remote end hung up unexpectedly fatal: early EOF fatal: index-pac 阅读全文
posted @ 2020-06-11 16:54 singyoutosleep 阅读(318) 评论(0) 推荐(0)
摘要: ==> The Xcode Command Line Tools will be installed. Press RETURN to continue or any other key to abort ==> Searching online for the Command Line Tools 阅读全文
posted @ 2020-06-11 16:35 singyoutosleep 阅读(23072) 评论(0) 推荐(0)
摘要: python3.6/site-packages/efficientnet/model.py", line 332, in EfficientNet from tensorflow.python.keras.backend import is_keras_tensor 修改python3.6/site 阅读全文
posted @ 2020-06-10 14:24 singyoutosleep 阅读(2171) 评论(0) 推荐(0)