dedededefo

Results 38 comments of dedededefo

> > 我想我应该知道我应该在哪里手动将“未见过”的单词为现有单词,“Tempo Value_57”更改为“将修改” Tempo Value_50”)。我们应该将“Tempo Value_18”为什么更改?真心希望您能回答,谢谢! > > 您好,我最近学习了 REMI 的相关知识,您也遇到了类似的问题 KeyError: 'Note Velocity_28',想问有没有解决此类问题并请教相关 Hello, have you solved it

> 你好,又打扰你了。我刚刚进入深度学习。我想知道我应该在哪里手动将“未见过”字修改为现有字之一(例如,将“Tempo Value_57”更改为“Tempo Value_50”)。我们应该将“Tempo Value_18”更改为什么?真心希望你能解答,谢谢! Hello, have you solved it

> 感谢您在这个项目上所做的出色工作! > > 但是我这几天有问题想求助,我可以按照上面的代码生成自己的音乐训练字典,但是用原来的REMI-tempo-checkpoint不行(我直接用我自己的字典替换以前的字典),然后出现以下错误: ![屏幕截图 2021-08-08 153149](https://user-images.githubusercontent.com/45385750/128624564-6c126021-011e-48cb-85c3-031e2ed800d3.png) > > ![(5$UO2YM@02{_U1OB~HTK@9](https://user-images.githubusercontent.com/45385750/128593492-d74f3cac-c372-447c-a0f8-d2f67a38b20d.png) > > 另外,我可以使用自己的训练数据来生成自己的检查点并评估自己的音乐吗? 你对这个问题有什么见解吗? > > 再次感谢您的帮助! Hello, have you solved this problem? I have the same problem

> 您可以使用 glob 来获取您的 MIDI 文件!我们可以从中取出来`extract_events`制作`model.py`字典。 > > ``` > from collections import Counter > import pickle > import glob > import utils > def extract_events(input_path, chord=False): > note_items, tempo_items...

> ```python > from collections import Counter > import pickle > > all_elements = [] > 用于 you_all_midi_files 中的 midi_file: > 事件 = 模型。extract_events ( midi_file ) > 用于 事件...

> 您可以使用 glob 来获取您的 MIDI 文件!我们可以从中取出来`extract_events`制作`model.py`字典。 > > ``` > from collections import Counter > import pickle > import glob > import utils > def extract_events(input_path, chord=False): > note_items, tempo_items...

> 更新发布,应该用1.2.6版本修复 ![image](https://user-images.githubusercontent.com/103300829/180399732-43f7908e-608e-48d1-870b-d5cc8a279153.png) Hi! Thank you for your reply! I have changed to version 1.2.6, but there seems to be a new problem

![image](https://user-images.githubusercontent.com/103300829/180400157-e4bf2b33-ef6f-4ab5-bb88-72980ae4e2c8.png) this is my get_tokenizer()

> ![image](https://user-images.githubusercontent.com/103300829/180400157-e4bf2b33-ef6f-4ab5-bb88-72980ae4e2c8.png) this is my get_tokenizer() Should I add a time signature parameter

![image](https://user-images.githubusercontent.com/103300829/180403461-f6daad31-5d4b-44c2-8185-ad04cd32d6df.png) Hi!Thank you for your patience! At the same time, I encountered a new problem