#Training my voice model error

1 messages · Page 1 of 1 (latest)

sly moss
#

GPU: AMD 7900xtx
OS: Windows 11
Guide Followed: https://docs.aihub.gg/rvc/resources/training/

I got my data set ready it's 3 mins long but when I try to train a model it doesn't go through the entire data set, and gives me errors. I'm using Applio on local

Last update: May 5, 2025

sly moss
#

In my TensorBoard there's no Scalar tab on the side

lavish lagoon
#

run-applio-amd.bat

#

set HIP_VISIBLE_DEVICES="0"

#

change it to a different device ID

#

if 0 does not work, change to 1

#

check training screen/advanced settings at the top so it shows your 7900

#

instead of AMD Radeon(tm)

#

if you're using Adrenalin driver 25.5.1+ you need HIP SDK 6.2.4+

sly moss
#

Also tried 0 or 1 here didn't work

lavish lagoon
#

edit the .bat file

#

not the UI

#

change "0" to "1"

#

restart applio

sly moss
#

I tried it was still the same

lavish lagoon
#

that's not possible

sly moss
#

Yeah here, I don't know why

lavish lagoon
#

I told you to change "0" to "1"

#

why did you not?

sly moss
#

In the video I showed 0 and 1

lavish lagoon
#

you did not save the file

#

you just closed the notepad

sly moss
lavish lagoon
#

task manager/performance screenshot

#

print(torch.cuda.get_device_name(0))

sly moss
#

My 7900 is at 1

lavish lagoon
#

do you actually use iGPU?

sly moss
#

For my secondary monitor

lavish lagoon
#

you can just connect it to 7900

sly moss
#

Okay, I'll try that

lavish lagoon
#

HIP_VISIBLE_DEVICES should work regardless, not sure why it does not

#

alternatively if you remove that set line you should be able to pick the right device on traning screen (0 or 1)

sly moss
#

Yeah it just likes the number 0 ig

lavish lagoon
#

well, with igpu unused it is not longer available, so normal gpu goes to 0

sly moss
#

Okay that makes sense

#

So okay, the other one is there a reason why my tensorboard doesn't have the scalars tab?

#

Do I have to start training before it shows up?

lavish lagoon
#

you can click refresh once the training actually starts logging

sly moss
#

I'll get to the point like in the screenshot and see if I still get the same errors, brb

#

So extracting features seem to work this time, but is it normal for the preprocess dataset to only read 3 seconds of audio? Even if the prepared dataset is 3 mins long?

lavish lagoon
#

the compilation may take a while

sly moss
#

Yeah, but the preprocess stage was completed in 6 secs on 3 secs of audio

#

I'm fine with the wait

#

I'm just confuse why the preprocessing only looked at 3 secs of audio

lavish lagoon
#

3 minutes

sly moss
#

Oh

#

I thought that meant 3 seconds and 6 ms

#

That makes more sense now