forked from mrq/ai-voice-cloning
only God knows why the YAML spec lets you specify string values without quotes
This commit is contained in:
parent
eb1551ee92
commit
d3184004fd
|
@ -1,4 +1,4 @@
|
||||||
name: ${voice}
|
name: '${voice}'
|
||||||
model: extensibletrainer
|
model: extensibletrainer
|
||||||
scale: 1
|
scale: 1
|
||||||
gpu_ids: [0] # Superfluous, redundant, unnecessary, the way you launch the training script will set this
|
gpu_ids: [0] # Superfluous, redundant, unnecessary, the way you launch the training script will set this
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0514f011ff22e7864a5b0976ca5c0c0545dc42f8
|
Subproject commit fec068540543522d1db94285818ec1c26d6bb0ef
|
Loading…
Reference in New Issue
Block a user