You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am about to train with digits as specify in Hello AI Wold an then
this is the run code
inception_5b/relu_pool_proj ← inception_5b/pool_proj
inception_5b/relu_pool_proj → inception_5b/pool_proj (in-place)
Setting up inception_5b/relu_pool_proj
TRAIN Top shape for layer 158 ‘inception_5b/relu_pool_proj’ 5 128 40 40 (1024000)
Creating layer ‘inception_5b/output’ of type ‘Concat’
Layer’s types are Ftype:FLOAT Btype:FLOAT Fmath:FLOAT Bmath:FLOAT
Created Layer inception_5b/output (159)
inception_5b/output ← inception_5b/1x1
inception_5b/output ← inception_5b/3x3
inception_5b/output ← inception_5b/5x5
inception_5b/output ← inception_5b/pool_proj
inception_5b/output → inception_5b/output
Setting up inception_5b/output
TRAIN Top shape for layer 159 ‘inception_5b/output’ 5 1024 40 40 (8192000)
Creating layer ‘pool5/drop_s1’ of type ‘Dropout’
Layer’s types are Ftype:FLOAT Btype:FLOAT Fmath:FLOAT Bmath:FLOAT
Created Layer pool5/drop_s1 (160)
pool5/drop_s1 ← inception_5b/output
pool5/drop_s1 → pool5/drop_s1
Check failed: status == CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED, device 0
I am using a 2070 super
Server: 9dca63a42e15
DIGITS version:
6.1.1
Caffe version:
0.17.0
Caffe flavor:
NVIDIA
My brain is soup at this point please help me out. caffe_output.log
I have not be able to create one model yet
I am also unable to install the source digits without crashing Ubuntu.
Today is May 11 and I started trying to have it work since the 7th please could you help me out. I am really exited about this tool.
The text was updated successfully, but these errors were encountered:
So I am about to train with digits as specify in Hello AI Wold an then
this is the run code
inception_5b/relu_pool_proj ← inception_5b/pool_proj
inception_5b/relu_pool_proj → inception_5b/pool_proj (in-place)
Setting up inception_5b/relu_pool_proj
TRAIN Top shape for layer 158 ‘inception_5b/relu_pool_proj’ 5 128 40 40 (1024000)
Creating layer ‘inception_5b/output’ of type ‘Concat’
Layer’s types are Ftype:FLOAT Btype:FLOAT Fmath:FLOAT Bmath:FLOAT
Created Layer inception_5b/output (159)
inception_5b/output ← inception_5b/1x1
inception_5b/output ← inception_5b/3x3
inception_5b/output ← inception_5b/5x5
inception_5b/output ← inception_5b/pool_proj
inception_5b/output → inception_5b/output
Setting up inception_5b/output
TRAIN Top shape for layer 159 ‘inception_5b/output’ 5 1024 40 40 (8192000)
Creating layer ‘pool5/drop_s1’ of type ‘Dropout’
Layer’s types are Ftype:FLOAT Btype:FLOAT Fmath:FLOAT Bmath:FLOAT
Created Layer pool5/drop_s1 (160)
pool5/drop_s1 ← inception_5b/output
pool5/drop_s1 → pool5/drop_s1
Check failed: status == CUDNN_STATUS_SUCCESS (8 vs. 0) CUDNN_STATUS_EXECUTION_FAILED, device 0
I am using a 2070 super
Server: 9dca63a42e15
DIGITS version:
6.1.1
Caffe version:
0.17.0
Caffe flavor:
NVIDIA
My brain is soup at this point please help me out.
caffe_output.log
I have not be able to create one model yet
I am also unable to install the source digits without crashing Ubuntu.
Today is May 11 and I started trying to have it work since the 7th please could you help me out. I am really exited about this tool.
The text was updated successfully, but these errors were encountered: