Error when importing dataset to resume training. #131

Closed
opened 2023-03-14 01:10:47 +00:00 by ThrowawayAccount01 · 0 comments

I get this error when trying to Reuse/Import Dataset for further training:

C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning>call .\venv\Scripts\activate.bat
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
Traceback (most recent call last):
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\routes.py", line 384, in run_predict
    output = await app.get_blocks().process_api(
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 1035, in process_api
    data = self.postprocess_data(fn_index, result["prediction"], state)
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 972, in postprocess_data
    prediction_value = block.postprocess(prediction_value)
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\components.py", line 563, in postprocess
    return self._round_to_precision(y, self.precision)
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\components.py", line 514, in _round_to_precision
    return int(round(num, precision))
TypeError: type str doesn't define __round__ method
I get this error when trying to Reuse/Import Dataset for further training: ``` C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning>call .\venv\Scripts\activate.bat Running on local URL: http://127.0.0.1:7860 To create a public link, set `share=True` in `launch()`. Traceback (most recent call last): File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\routes.py", line 384, in run_predict output = await app.get_blocks().process_api( File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 1035, in process_api data = self.postprocess_data(fn_index, result["prediction"], state) File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 972, in postprocess_data prediction_value = block.postprocess(prediction_value) File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\components.py", line 563, in postprocess return self._round_to_precision(y, self.precision) File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\venv\lib\site-packages\gradio\components.py", line 514, in _round_to_precision return int(round(num, precision)) TypeError: type str doesn't define __round__ method ```
mrq referenced this issue from a commit 2023-03-14 18:58:08 +00:00
mrq closed this issue 2023-03-14 18:58:08 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#131
No description provided.