Why do I get a warning While loading an object of class 'nnet.cnn.TrainingOptionsADAM' ?
10 次查看(过去 30 天)
显示 更早的评论
Dear Experts,
I need your help! Can you tell me how to correct the following problem?
Warning: While loading an object of class 'nnet.cnn.TrainingOptionsADAM':
The value of 'ValidationData' is invalid. Unable to read file: 'C:\ZELE\KJ\ds1\jk.png'.
> In Az1 (line 4)
Error using Az1 (line 14)
Out of memory on device. To view more detail about available memory on the GPU, use 'gpuDevice()'. If the problem persists, reset the GPU by calling 'gpuDevice(1)'.
Note that I do not have the problem of the memory on my device - see below
CUDADevice with properties:
Name: 'Quadro P520'
Index: 1
ComputeCapability: '6.1'
SupportsDouble: 1
DriverVersion: 11.4000
ToolkitVersion: 11
MaxThreadsPerBlock: 1024
MaxShmemPerBlock: 49152
MaxThreadBlockSize: [1024 1024 64]
MaxGridSize: [2.1475e+09 65535 65535]
SIMDWidth: 32
TotalMemory: 4.2950e+09
AvailableMemory: 3.2032e+09
MultiprocessorCount: 3
ClockRateKHz: 1493000
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 1
CanMapHostMemory: 1
DeviceSupported: 1
DeviceAvailable: 1
DeviceSelected: 1
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!