
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
1、cuda相关1)cuda是否可用torch.cuda.is_available()2)gpu数量torch.cuda.device_count()3)gpu名字,默认从0开始torch.cuda.get_device_name(0)4)当前设备索引torch.cuda.current_device()2、...

1、RuntimeError: cublas runtime error : the GPU program failed to execute at at pytorch/work/aten/src/THC/THCBlas.cu:258解决方法就是在安装pytorch时,选用cuda10.0的安装方式2、
1、torch.backends.cudnn.benchmark训练时设为True,inference时设为False

Turkers were presented with a series of trials that pitted a “real” image against a “fake” image generated by our algorithmTrain classifiers on real images. Score synthesized photos by the classificat

综合所有的text prompts来生成photorealistic images。

用纯transformer结构的网络来进行图像分类任务。

https://www.cnblogs.com/kaiye/p/6275207.html1、启动: tmux2、前缀快捷键:ctrl + b%:左右平分两个窗格“: 上下平分两个窗格x:关闭当前窗格o或上下键:选择下一个窗格z:最大化当前窗格c:新建窗口n:切换下一窗口l:切换上一窗口数字:切换id窗口3、tmux ls: 列出所有tmux会话4、tmux a:恢复上一次的会话5、tmux kil
1、安装:1)下载sh文件:https://repo.anaconda.com/archive/2)cd到该sh文件处,然后bash xxxx.sh3)一路enter\yes4)尝试是否安装成功pythonconda list5)若不默认为anaconda环境,则source ~/.bashrc2、卸载:rm -rf [anaconda文件夹] (注意:之前设置过的默认路径同样需要删除)【...