Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auspicious3000/SpeechSplit
/ functions
Functions
77 in github.com/auspicious3000/SpeechSplit
⨍
Functions
77
◇
Types & classes
15
↓ 9 callers
Method
__init__
(self, in_channels, out_channels, kernel_size=1, stride=1, padding=None, dilation=1, bias=Tru
model.py:25
↓ 4 callers
Function
_cast_to_type_if_compatible
Cast hparam to the provided type, if compatible. Args: name: Name of the hparam to be cast. param_type: The type of the hparam. value:
tfcompat/hparam.py:142
↓ 4 callers
Function
_parse_fail
Helper function for raising a value error for bad assignment.
tfcompat/hparam.py:46
↓ 4 callers
Function
_reuse_fail
Helper function for raising a value error for reuse of name.
tfcompat/hparam.py:53
↓ 3 callers
Method
override_from_dict
Override hyperparameter values, parsing new values from a dictionary. Args: values_dict: Dictionary of name:value pairs. Returns:
tfcompat/hparam.py:546
↓ 3 callers
Method
values
Return the hyperparameter values as a Python dictionary. Returns: A dictionary with hyperparameter names as keys. The values are the
tfcompat/hparam.py:609
↓ 2 callers
Function
pad_seq_to_2
(x, len_out=128)
utils.py:85
↓ 2 callers
Function
quantize_f0_numpy
(x, num_bins=256)
utils.py:46
↓ 1 callers
Method
__str__
(self)
tfcompat/hparam.py:648
↓ 1 callers
Function
_process_list_value
Update results_dictionary from a list of values. Used to update results_dictionary to be returned by parse_values when encountering a clause with
tfcompat/hparam.py:108
↓ 1 callers
Function
_process_scalar_value
Update results_dictionary with a scalar value. Used to update the results_dictionary to be returned by parse_values when encountering a clause wi
tfcompat/hparam.py:59
↓ 1 callers
Method
add_hparam
Adds {name, value} pair to hyperparameters. Args: name: Name of the hyperparameter. value: Value of the hyperparameter. Can be one of
tfcompat/hparam.py:462
↓ 1 callers
Method
build_model
(self)
solver.py:57
↓ 1 callers
Method
build_tensorboard
Build a tensorboard logger.
solver.py:93
↓ 1 callers
Function
butter_highpass
(cutoff, fs, order=5)
utils.py:10
↓ 1 callers
Method
gen_sample_array
(self)
data_loader.py:141
↓ 1 callers
Method
get
Returns the value of `key` if it exists, else `default`.
tfcompat/hparam.py:618
↓ 1 callers
Function
get_loader
Build and return a data loader.
data_loader.py:156
↓ 1 callers
Function
hparams_debug_string
()
hparams.py:67
↓ 1 callers
Function
main
(config)
main.py:15
↓ 1 callers
Method
pad_sequences
(self, sequences)
model.py:368
↓ 1 callers
Function
parse_values
Parses hyperparameter values from a string into a python map. `values` is a string containing comma-separated `name=value` pairs. For each pair,
tfcompat/hparam.py:190
↓ 1 callers
Method
print_network
Print out the network information.
solver.py:69
↓ 1 callers
Method
print_optimizer
(self, opt, name)
solver.py:79
↓ 1 callers
Function
pySTFT
(x, fft_length=1024, hop_length=256)
utils.py:18
↓ 1 callers
Function
quantize_f0_torch
(x, num_bins=256)
utils.py:62
↓ 1 callers
Method
reset_grad
Reset the gradient buffers.
solver.py:99
↓ 1 callers
Method
restore_model
(self, resume_iters)
solver.py:84
↓ 1 callers
Method
set_hparam
Set the value of an existing hyperparameter. This function verifies that the type of the value matches the type of the existing hyperparamete
tfcompat/hparam.py:487
↓ 1 callers
Function
speaker_normalization
(f0, index_nonzero, mean_f0, std_f0)
utils.py:35
↓ 1 callers
Method
train
(self)
solver.py:108
Method
__call__
(self, batch)
data_loader.py:101
Method
__contains__
(self, key)
tfcompat/hparam.py:645
Method
__getitem__
(self, index)
data_loader.py:77
Method
__init__
Initialize configurations.
solver.py:21
Method
__init__
Initialize and preprocess the Utterances dataset.
data_loader.py:17
Method
__init__
(self, hparams)
data_loader.py:96
Method
__init__
(self, num_samples, n_repeats, shuffle=False)
data_loader.py:136
Method
__init__
(self, in_dim, out_dim, bias=True, w_init_gain='linear')
model.py:11
Method
__init__
(self, hparams)
model.py:49
Method
__init__
(self, hparams)
model.py:96
Method
__init__
(self, hparams)
model.py:147
Method
__init__
(self, hparams)
model.py:236
Method
__init__
(self, hparams)
model.py:262
Method
__init__
(self, hparams)
model.py:285
Method
__init__
(self, hparams)
model.py:327
Method
__init__
(self, hparams)
model.py:357
Method
__init__
Create an instance of `HParams` from keyword arguments. The keyword arguments specify name-values pairs for the hyperparameters. The paramete
tfcompat/hparam.py:370
Method
__iter__
(self)
data_loader.py:147
Method
__len__
Return the number of spkrs.
data_loader.py:89
Method
__len__
(self)
data_loader.py:150
Method
__repr__
(self)
tfcompat/hparam.py:651
Method
_get_kind_name
Returns the field name given parameter type and is_list. Args: param_type: Data type of the hparam. is_list: Whether this is a list.
tfcompat/hparam.py:655
Function
build_model
()
synthesis.py:19
Method
del_hparam
Removes the hyperparameter with key 'name'. Args: name: Name of the hyperparameter.
tfcompat/hparam.py:513
Method
forward
(self, x)
model.py:19
Method
forward
(self, signal)
model.py:40
Method
forward
(self, x, mask)
model.py:74
Method
forward
(self, x)
model.py:123
Method
forward
(self, x_f0)
model.py:194
Method
forward
(self, x)
model.py:249
Method
forward
(self, x)
model.py:273
Method
forward
(self, x_f0, x_org, c_trg)
model.py:297
Method
forward
(self, x_org, f0_trg)
model.py:337
Method
forward
(self, x, len_seq)
model.py:380
Function
get_mask_from_lengths
(lengths, max_len)
utils.py:78
Method
get_model_structure
(self)
tfcompat/hparam.py:570
Method
load_data
(self, submeta, dataset, idx_offset, mode)
data_loader.py:55
Method
parse
Override hyperparameter values, parsing new values from a string. See parse_values for more detail on the allowed format for values. Args:
tfcompat/hparam.py:523
Function
parse_bool
(value)
tfcompat/hparam.py:269
Method
parse_json
Override hyperparameter values, parsing new values from a json object. Args: values_json: String containing a json object of name:value pai
tfcompat/hparam.py:594
Method
rhythm
(self, x_org)
model.py:316
Method
set_from_map
DEPRECATED. Use override_from_dict.
tfcompat/hparam.py:563
Method
set_model_structure
(self, model_structure)
tfcompat/hparam.py:567
Function
str2bool
(v)
main.py:12
Method
to_json
Serializes the hyperparameters into JSON. Args: indent: If a non-negative integer, JSON array elements and object members will be p
tfcompat/hparam.py:573
Function
wavegen
Generate waveform samples by WaveNet.
synthesis.py:44