mirror of
https://github.com/neodyland/sbv2-api.git
synced 2026-01-14 02:12:55 +00:00
fixed
This commit is contained in:
@@ -19,7 +19,7 @@ pub fn synthesize(
|
||||
let outputs = session.run(ort::inputs! {
|
||||
"x_tst" => x_tst,
|
||||
"x_tst_lengths" => x_tst_lengths,
|
||||
"sid" => array![0 as i64],
|
||||
"sid" => array![0_i64],
|
||||
"tones" => tones,
|
||||
"language" => lang_ids,
|
||||
"bert" => bert,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
use ndarray::{s, Array, Array2};
|
||||
|
||||
pub fn intersperse<T>(slice: &[T], sep: T) -> Vec<T>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user