Dhrumil Patel

Results 8 comments of Dhrumil Patel

You might be in a situation similar to #23 - If you're trying to use your own training music, odds are that the events in the midi file will be...

You can use glob to grab your midi files! We can pull out `extract_events` from `model.py` to make the dictionary. ``` from collections import Counter import pickle import glob import...

For clarification, - Do the timestamps of the retimed files correspond to the Teletext subtitles in the sample video? OR - Do the timestamps of the retimed files correspond to...

Resolved! This should be functioning in the current iteration of the bot!

Sounds good - we've refactored a lot of the metrics logging to the discord server itself (no more space in mongodb, but mongodb is better to store more information).

#42 approaches this issue by clearing docs that belong to servers that the bot is no longer a part of.

Closing since we don't maintain indices right now.