Closed ghost closed 5 years ago
Hi, yes definitely it will work conditioned on music. If you are conditioned on note, please try local condition. You may find more related research on conditional WaveNet.
Best wishes,
Qiuqiang
From: VincentMatter notifications@github.com Sent: 12 August 2019 11:59 To: qiuqiangkong/sampleRNN_acoustic_scene_generation sampleRNN_acoustic_scene_generation@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [qiuqiangkong/sampleRNN_acoustic_scene_generation] Does it work with music ? (#2)
Do you think this would work with conditioned music ? If so, how would you go about it ?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqiuqiangkong%2FsampleRNN_acoustic_scene_generation%2Fissues%2F2%3Femail_source%3Dnotifications%26email_token%3DADFXTSJLNIEGFGQPF33RIN3QEE7BXA5CNFSM4ILACQR2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HEV4DTQ&data=02%7C01%7Cq.kong%40surrey.ac.uk%7C9d0755e52ec246d4f6d008d71f142cc0%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012043824741210&sdata=vYb60dCdPv6HaAu6uwjOPSAh3teEZ1G4N1ocLO%2Bf5XU%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADFXTSPKVSOOUMU2C6KYFELQEE7BXANCNFSM4ILACQRQ&data=02%7C01%7Cq.kong%40surrey.ac.uk%7C9d0755e52ec246d4f6d008d71f142cc0%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012043824741210&sdata=PQ7bbsOHmF0pmXyin2BhCh4Pp1poKt%2Bk3x97vSMyqG8%3D&reserved=0.
Thanks for the quick answer. I have troubles running the file, can you tell me your version of cuda, cudnn, numpy and theano please ? It seems like my versions are too recent.
Try theano 1.0.3? As long as the cuda version works with theano it should work. What error did you get?
Best wishes,
Qiuqiang
From: VincentMatter notifications@github.com Sent: 12 August 2019 16:42 To: qiuqiangkong/sampleRNN_acoustic_scene_generation sampleRNN_acoustic_scene_generation@noreply.github.com Cc: Kong, Qiuqiang (PG/R - Elec Electronic Eng) q.kong@surrey.ac.uk; Comment comment@noreply.github.com Subject: Re: [qiuqiangkong/sampleRNN_acoustic_scene_generation] Does it work with music ? (#2)
Thanks for the quick answer. I have troubles running the file, can you tell me your version of cuda, cudnn, numpy and theano please ? It seems like my versions are too recent.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqiuqiangkong%2FsampleRNN_acoustic_scene_generation%2Fissues%2F2%3Femail_source%3Dnotifications%26email_token%3DADFXTSJJYQMETI6MOAVRFWTQEGAETA5CNFSM4ILACQR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4C6CTQ%23issuecomment-520479054&data=02%7C01%7Cq.kong%40surrey.ac.uk%7Cbbf09361e6a44445476308d71f3b9ee4%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012213237855216&sdata=ZKEOgTqRbmdgH5HaeOcF09geKLeBUjhs4fH6tFniuZ8%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADFXTSL5HAWW2RL7DZBNH23QEGAETANCNFSM4ILACQRQ&data=02%7C01%7Cq.kong%40surrey.ac.uk%7Cbbf09361e6a44445476308d71f3b9ee4%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012213237865211&sdata=c7CPExh6gMXmiwbdoRN3cwPToe5tB6%2BweQdMFqD8Q7o%3D&reserved=0.
I get this
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
/home/vincent/.local/lib/python2.7/site-packages/theano/gpuarray/dnn.py:184: UserWarning: Your cuDNN version is more recent than Theano. If you encounter problems, try updating Theano or downgrading cuDNN to a version >= v5 and <= v7.
warnings.warn("Your cuDNN version is more recent than
and this at the end :
RuntimeError: Could not load cudnn library. Check your cudnn installation. Maybe using the Theano flag dnn.base_path can help you. Current value "/usr"
Not sure what to do with this, i'm a beginner
Theano should use compatible CUDA and CUDNN.
Try using the dependencies the same as here?
Best wishes,
Qiuqiang
From: VincentMatter notifications@github.com Sent: 12 August 2019 16:53 To: qiuqiangkong/sampleRNN_acoustic_scene_generation sampleRNN_acoustic_scene_generation@noreply.github.com Cc: Kong, Qiuqiang (PG/R - Elec Electronic Eng) q.kong@surrey.ac.uk; Comment comment@noreply.github.com Subject: Re: [qiuqiangkong/sampleRNN_acoustic_scene_generation] Does it work with music ? (#2)
I get this
WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
/home/vincent/.local/lib/python2.7/site-packages/theano/gpuarray/dnn.py:184: UserWarning: Your cuDNN version is more recent than Theano. If you encounter problems, try updating Theano or downgrading cuDNN to a version >= v5 and <= v7. warnings.warn("Your cuDNN version is more recent than
and this at the end :
RuntimeError: Could not load cudnn library. Check your cudnn installation. Maybe using the Theano flag dnn.base_path can help you. Current value "/usr"
Not sure what to do with this, i'm a beginner
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqiuqiangkong%2FsampleRNN_acoustic_scene_generation%2Fissues%2F2%3Femail_source%3Dnotifications%26email_token%3DADFXTSO2DZEGT2UGWJ2TB3LQEGBORA5CNFSM4ILACQR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4C7H5A%23issuecomment-520483828&data=02%7C01%7Cq.kong%40surrey.ac.uk%7Cb064f68142564063eaa608d71f3d2eb0%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012219948532833&sdata=wbBc3OxTcZOYwW0YN3ui2wvN8tTVqJYe06Jq6nW4BLc%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADFXTSJCR4V7C2MR4GNSXLDQEGBORANCNFSM4ILACQRQ&data=02%7C01%7Cq.kong%40surrey.ac.uk%7Cb064f68142564063eaa608d71f3d2eb0%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012219948537831&sdata=0KlK0I%2FK7pyRHwTO0mXidDuVvFkloCiq%2B%2FE6gobSgqI%3D&reserved=0.
Well you say in your readme to use Theano 1.0 !
Yes I did use theano 1.0.3 (If I remembered correctly). The theano=0.8 follows the original SampleRNN implementation in https://github.com/soroushmehr/sampleRNN_ICLR2017
Best wishes,
Qiuqiang
From: VincentMatter notifications@github.com Sent: 12 August 2019 16:59 To: qiuqiangkong/sampleRNN_acoustic_scene_generation sampleRNN_acoustic_scene_generation@noreply.github.com Cc: Kong, Qiuqiang (PG/R - Elec Electronic Eng) q.kong@surrey.ac.uk; Comment comment@noreply.github.com Subject: Re: [qiuqiangkong/sampleRNN_acoustic_scene_generation] Does it work with music ? (#2)
Well you say in your readme to use Theano 1.0 !
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fqiuqiangkong%2FsampleRNN_acoustic_scene_generation%2Fissues%2F2%3Femail_source%3Dnotifications%26email_token%3DADFXTSPTJXW7OXIPWHA25HTQEGCH3A5CNFSM4ILACQR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4C75ZA%23issuecomment-520486628&data=02%7C01%7Cq.kong%40surrey.ac.uk%7C2df83b26529a43ece12908d71f3e1ffd%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012223998495125&sdata=9RGMbZ%2F9Qpi79ITpWXukrNGK2Jbvdtnxcp5B5JRnuBI%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADFXTSK4KOP7R5LLUXORXVLQEGCH3ANCNFSM4ILACQRQ&data=02%7C01%7Cq.kong%40surrey.ac.uk%7C2df83b26529a43ece12908d71f3e1ffd%7C6b902693107440aa9e21d89446a2ebb5%7C0%7C0%7C637012223998495125&sdata=mI50Ym3X0%2FXBjb5tPY%2Fs5F5kPO8ER8c1nB3cH0DTGU4%3D&reserved=0.
So I've managed to make it run, using cuda 9.1 and cudnn 7005. thanks !
Do you think this would work with conditioned music ? If so, how would you go about it ?