yueyin85

Results 6 issues of yueyin85

For example, when we come across a song in which male and female voices sing duet, if the male and female voices do not fit together, we can separate them...

Thank you for creating such an interesting tool, but I am very puzzled why the melody instruments in the intro or interlude are incomplete or missing in the mid results....

When I run Imports and Definitions I get the following error: ModuleNotFoundError Traceback (most recent call last) in () 13 import note_seq 14 import seqio ---> 15 import t5 16...

ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () 22 23 note_seq.play_sequence(est_ns, synth=note_seq.fluidsynth, ---> 24 sample_rate=SAMPLE_RATE, sf2_path=SF2_PATH) 25 note_seq.plot_sequence(est_ns) 4 frames [/usr/local/lib/python3.7/dist-packages/pretty_midi/instrument.py](https://localhost:8080/#) in fluidsynth(self, fs, sf2_path) 454 455 if not...

The following prompt appears when running Transcribe Audio: WARNING:tensorflow:From /usr/local/lib/python3.7/dist-packages/tensorflow/python/util/nest.py:914: RandomDataset.__init__ (from tensorflow.python. data.ops.dataset_ops) is deprecated and will be removed in a future version. Instructions for updating: Use `tf.data.Dataset.random(...)`. This...

The following error was encountered while running Imports and Definitions: AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 12 import librosa 13 import note_seq ---> 14 import seqio 15...