我试图使用https://www.youtube.com/watch?v=PXxGOl-ATa4但它在最大的单元格上给了我一个错误。
FileNotFoundError Traceback (most recent call last)
<ipython-input-6-5d2f59f2f042> in <module>()
14
15 filex = "/usr/local/lib/python3.6/dist-packages/jukebox/sample.py"
---> 16 fin = open(filex, "rt")
17 data = fin.read()
18 fin.close()
FileNotFoundError:[Errno 2] 没有这样的文件或目录:'/usr/local/lib/python3.6/dist-packages/jukebox/sample.py'
我不知道该怎么办。这是我在输入框中输入的内容,这里:
# Stopped mid level = 2? use continue
# Stopped mid level = 1 or 0? use upsample
lemode = 'ancestral' # 'ancestral','primed','continue','cutcontinue','upsample'
lemodel = '5b' #5b_lyrics or '5b' or '1b_lyrics'
lecount = 3
lesample_length_in_seconds = 50
lesampling_temperature = .98616616
lehop = [.5,.5,.125] #default [.5,.5,.125], optimized [1,1,0.0625]
lepath = '/content/gdrive/MyDrive/songsample'
leprompt_length_in_seconds=23
leaudio_file = '/content/gdrive/MyDrive/extensionsampleshort.wav'
lecut = 70 # used only on cutcontinue
transpose = [0,1,2] # used only on cutcontinue [0,1,2] = default, ex [1,1,1] all samples are copied from item 1
leexportlyrics = False
leprogress = True
leautorename = True
leartist = "unknown"
legenre = "video game"
lelyrics = """
"""
lechunk_size = 16
lemax_batch_size = 3
lelower_batch_size = lechunk_size
lelower_level_chunk_size = lechunk_size * 2```
First question, here, can anyone help?