When i run the following command, i see an assertion error
python splitter.py --spk rishabh
Loaded the voice encoder model on cpu in 0.01 seconds.
Traceback (most recent call last):
File "/Users/gagandeepsingh/Projects/ColorSplitter/splitter.py", line 44, in <module>
labels = Cluster.__call__(embeds)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/gagandeepsingh/Projects/ColorSplitter/modules/cluster.py", line 154, in __call__
assert len(X.shape) == 2, 'Shape of input should be [N, C]'
AssertionError: Shape of input should be [N, C]
When i run the following command, i see an assertion error
I have no idea what this means.