91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 41.58MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-17
  • 語言: 其他
  • 標簽:

資源簡介

CIFAR-10圖像資源,可用于初學者進行深度學習的訓練,挺有用的,親測

資源截圖

代碼片段和文件信息

function?tf?=?isGPUCompatible(errorForPascal)
%?isGPUCompatible???Check?if?the?currently?selected?GPU?is?compatible
%???tf?=?isGPUCompatible()?will?return?true?if?the?currently
%???selected?GPU?device?can?be?used?with?the?Convolutional?Neural?Network
%???feature?which?requires?an?NVIDIA?GPU?with?compute?capability?3.0

%???Copyright?2016?The?MathWorks?Inc.

if(canUsePCT()?&&?parallel.gpu.GPUDevice.isAvailable())
????gpuInfo?=?gpuDevice();
????tf?=?iComputeCapabilityIsGreaterThanOrEqualToThree(gpuInfo);
else
????tf?=?false;
end
end

function?tf?=?iComputeCapabilityIsGreaterThanOrEqualToThree(gpuInfo)
tf?=?str2double(gpuInfo.ComputeCapability)?>=?3.0;
end

function?tf?=?iComputeCapabilityIsLessThanSix(gpuInfo)
tf?=?str2double(gpuInfo.ComputeCapability)?end

function?ok?=?canUsePCT()
%canUsePCT??Check?that?Parallel?Computing?Toolbox?is?installed?and?licensed
?
%?Checking?for?installation?is?expensive?so?only?do?it?once
persistent?pctInstalled;
if?isempty(pctInstalled)
????pctInstalled?=?exist(‘gpuArray‘?‘file‘)?==?2;
end
?
%?Check?the?license?every?time?as?it?may?have?changed
pctLicensed?=?license(‘test‘?‘Distrib_Computing_Toolbox‘);
?
%?Now?see?if?everything?is?OK?with?the?hardware
ok?=?pctInstalled?&&?pctLicensed;

end

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????????0??2017-02-24?04:42??bugreport\attachment_1439741_16b_win64_2017-01-26.txt
?????文件????60715008??2017-02-24?04:42??bin\win64\cudnn64_4.dll
?????文件????????1249??2017-02-24?04:42??toolbox\nnet\cnn\+nnet\+internal\+cnngpu\isGPUCompatible.m
?????文件????????1245??2017-02-24?04:42??toolbox\vision\vision\+vision\+internal\requiresCUDAComputeCapability30.m
?????文件???????14612??2017-03-23?18:39??bugreport\license.txt

評論

共有 條評論

相關資源