Coder Social home page Coder Social logo

Comments (4)

ddPn08 avatar ddPn08 commented on June 16, 2024

705e9aa で修正しました。ご確認ください

from rvc-webui.

sugarkwork avatar sugarkwork commented on June 16, 2024

対応ありがとうございます。
試しましたが改善していないようです

train_all: emb_name: contentvec
Traceback (most recent call last):
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\routes.py", line 412, in run_predict
output = await app.get_blocks().process_api(
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\blocks.py", line 1299, in process_api
result = await self.call_function(
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\blocks.py", line 1035, in call_function
prediction = await anyio.to_thread.run_sync(
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\utils.py", line 491, in async_iteration
return next(iterator)
File "F:\ai\rvc-webui\modules\tabs\training.py", line 183, in train_all
train_model(
File "F:\ai\rvc-webui\lib\rvc\train.py", line 199, in train_model
if device.type == "mps":
AttributeError: 'NoneType' object has no attribute 'type'
train_all: emb_name: hubert-base-japanese
Traceback (most recent call last):
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\routes.py", line 412, in run_predict
output = await app.get_blocks().process_api(
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\blocks.py", line 1299, in process_api
result = await self.call_function(
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\blocks.py", line 1035, in call_function
prediction = await anyio.to_thread.run_sync(
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\utils.py", line 491, in async_iteration
return next(iterator)
File "F:\ai\rvc-webui\modules\tabs\training.py", line 183, in train_all
train_model(
File "F:\ai\rvc-webui\lib\rvc\train.py", line 199, in train_model
if device.type == "mps":
AttributeError: 'NoneType' object has no attribute 'type'

GPUID を 0 だけにすれば完了しました

GPUIDを 1 だけにすると別なエラーが出ました

100%|███████████████████████████████████████████████████████████████████████████| 2072/2072 [00:00<00:00, 27992.47it/s]
GPU 1 is not available | 0/2072 [00:00<?, ?it/s]
Traceback (most recent call last):██████████████████████████████████████████████████▋| 258/259 [01:19<00:00, 5.41it/s]
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\routes.py", line 412, in run_predict/259 [01:19<00:00, 4.63it/s]
output = await app.get_blocks().process_api(████████████████████████████████████▋| 258/259 [01:19<00:00, 5.94it/s]
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\blocks.py", line 1299, in process_api259 [01:20<00:00, 5.90it/s]
result = await self.call_function(███████████████████████████████████████████████| 259/259 [01:20<00:00, 5.36it/s]
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\blocks.py", line 1035, in call_function9 [01:14<00:03, 3.28it/s]
prediction = await anyio.to_thread.run_sync(
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 937, in run_sync_in_worker_thread
return await future
File "F:\ai\rvc-webui\venv\lib\site-packages\anyio_backends_asyncio.py", line 867, in run
result = context.run(func, *args)
File "F:\ai\rvc-webui\venv\lib\site-packages\gradio\utils.py", line 491, in async_iteration
return next(iterator)
File "F:\ai\rvc-webui\modules\tabs\training.py", line 172, in train_all
create_dataset_meta(training_dir, sampling_rate_str, f0)
File "F:\ai\rvc-webui\lib\rvc\train.py", line 91, in create_dataset_meta
names = set(list_data(gt_wavs_dir)) & set(list_data(co256_dir))
File "F:\ai\rvc-webui\lib\rvc\train.py", line 85, in list_data
for subdir in os.listdir(dir):
File "F:\ai\rvc-webui\webui.py", line 10, in listdir4mac
return [file for file in _list_dir(path) if not file.startswith(".")]
FileNotFoundError: [WinError 3] 指定されたパスが見つかりません。: 'F:\ai\rvc-webui\models\training\models\test05\3_feature256'

from rvc-webui.

ddPn08 avatar ddPn08 commented on June 16, 2024

再度修正しました!ご確認ください

from rvc-webui.

sugarkwork avatar sugarkwork commented on June 16, 2024

ありがとうございます。動作しました!
素早い対応ありがとうございます。

from rvc-webui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.