Error while runing training #130

Closed
opened 2023-03-13 15:39:51 +00:00 by nk990 · 2 comments
[2023-03-13T16:38:37.612331] CUDA SETUP: Loading binary /home/xxxxxx/workspace/ai-voice-cloning/venv/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cuda117_nocublaslt.so...
[2023-03-13T16:38:37.614711] Disabled distributed training.
[2023-03-13T16:38:37.616627] Traceback (most recent call last):
[2023-03-13T16:38:37.618459]   File "./src/train.py", line 61, in <module>
[2023-03-13T16:38:37.620129]     train(args.opt, args.launcher)
[2023-03-13T16:38:37.621883]   File "./src/train.py", line 52, in train
[2023-03-13T16:38:37.623570]     trainer.init(yaml, opt, launcher)
[2023-03-13T16:38:37.625427] TypeError: init() missing 1 required positional argument: 'mode'

``` [2023-03-13T16:38:37.612331] CUDA SETUP: Loading binary /home/xxxxxx/workspace/ai-voice-cloning/venv/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cuda117_nocublaslt.so... [2023-03-13T16:38:37.614711] Disabled distributed training. [2023-03-13T16:38:37.616627] Traceback (most recent call last): [2023-03-13T16:38:37.618459] File "./src/train.py", line 61, in <module> [2023-03-13T16:38:37.620129] train(args.opt, args.launcher) [2023-03-13T16:38:37.621883] File "./src/train.py", line 52, in train [2023-03-13T16:38:37.623570] trainer.init(yaml, opt, launcher) [2023-03-13T16:38:37.625427] TypeError: init() missing 1 required positional argument: 'mode' ```
Owner

Your copy is a couple of days out of date.

Your copy is a couple of days out of date.
Author

Your copy is a couple of days out of date.

Right, after getting latest version everything works fine, thnx for your great job!

> Your copy is a couple of days out of date. Right, after getting latest version everything works fine, thnx for your great job!
nk990 closed this issue 2023-03-14 08:28:43 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#130
No description provided.