bc_learning_sound
bc_learning_sound copied to clipboard
Test environment
Hello,
Can you let me know the test environment?
I've test with Ubuntu 18.04, chainer 1.24, Cuda 10.0 and cudnn 7.4.2.24 But the following problem occurred
+------------------------------+ | Sound classification +------------------------------+ | dataset : esc50 | netType : envnet | learning : standard | augment : False | nEpochs : 600 | LRInit : 0.01 | schedule : [0.5, 0.75] | warmup : 0 | batchSize: 64 +------------------------------+ /home/mono/anaconda3/envs/pytorch/lib/python3.5/site-packages/chainer/cuda.py:92: UserWarning: cuDNN is not enabled. Please reinstall chainer after you install cudnn (see https://github.com/pfnet/chainer#installation). 'cuDNN is not enabled.\n' +-- Split 1 --+ Traceback (most recent call last): File "/home/mono/anaconda3/envs/pytorch/lib/python3.5/site-packages/cupy/cuda/compiler.py", line 49, in _run_nvcc return subprocess.check_output(cmd, cwd=cwd, stderr=subprocess.STDOUT) File "/home/mono/anaconda3/envs/pytorch/lib/python3.5/subprocess.py", line 316, in check_output **kwargs).stdout File "/home/mono/anaconda3/envs/pytorch/lib/python3.5/subprocess.py", line 398, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['nvcc', '--cubin', '-arch', 'sm_61', '/tmp/tmpj3ibf3vg/kern.cu']' returned non-zero exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 56, in nvcc
command returns non-zero exit status.
command: ['nvcc', '--cubin', '-arch', 'sm_61', '/tmp/tmpj3ibf3vg/kern.cu']
return-code: 1
stdout/stderr:
b'/tmp/tmpj3ibf3vg/kern.cu(14): error: identifier "__float2half_rn" is undefined\n\n/tmp/tmpj3ibf3vg/kern.cu(17): error: identifier "__float2half_rn" is undefined\n\n/tmp/tmpj3ibf3vg/kern.cu(20): error: identifier "__float2half_rn" is undefined\n\n/tmp/tmpj3ibf3vg/kern.cu(23): error: identifier "__float2half_rn" is undefined\n\n/tmp/tmpj3ibf3vg/kern.cu(26): error: identifier "__float2half_rn" is undefined\n\n/tmp/tmpj3ibf3vg/kern.cu(29): error: identifier "__float2half_rn" is undefined\n\n/tmp/tmpj3ibf3vg/kern.cu(32): error: identifier "__float2half_rn" is undefined\n\n/tmp/tmpj3ibf3vg/kern.cu(35): error: identifier "__half2float" is undefined\n\n8 errors detected in the compilation of "/tmp/tmpxft_0000207a_00000000-6_kern.cpp1.ii".\n'
My esc 10 result is 20%. How much does your result be?