MCPcopy Create free account

hub / github.com/auspicious3000/SpeechSplit / functions

Functions77 in github.com/auspicious3000/SpeechSplit

↓ 9 callersMethod__init__
(self, in_channels, out_channels, kernel_size=1, stride=1, padding=None, dilation=1, bias=Tru
model.py:25
↓ 4 callersFunction_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 callersFunction_parse_fail
Helper function for raising a value error for bad assignment.
tfcompat/hparam.py:46
↓ 4 callersFunction_reuse_fail
Helper function for raising a value error for reuse of name.
tfcompat/hparam.py:53
↓ 3 callersMethodoverride_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 callersMethodvalues
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 callersFunctionpad_seq_to_2
(x, len_out=128)
utils.py:85
↓ 2 callersFunctionquantize_f0_numpy
(x, num_bins=256)
utils.py:46
↓ 1 callersMethod__str__
(self)
tfcompat/hparam.py:648
↓ 1 callersFunction_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 callersFunction_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 callersMethodadd_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 callersMethodbuild_model
(self)
solver.py:57
↓ 1 callersMethodbuild_tensorboard
Build a tensorboard logger.
solver.py:93
↓ 1 callersFunctionbutter_highpass
(cutoff, fs, order=5)
utils.py:10
↓ 1 callersMethodgen_sample_array
(self)
data_loader.py:141
↓ 1 callersMethodget
Returns the value of `key` if it exists, else `default`.
tfcompat/hparam.py:618
↓ 1 callersFunctionget_loader
Build and return a data loader.
data_loader.py:156
↓ 1 callersFunctionhparams_debug_string
()
hparams.py:67
↓ 1 callersFunctionmain
(config)
main.py:15
↓ 1 callersMethodpad_sequences
(self, sequences)
model.py:368
↓ 1 callersFunctionparse_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 callersMethodprint_network
Print out the network information.
solver.py:69
↓ 1 callersMethodprint_optimizer
(self, opt, name)
solver.py:79
↓ 1 callersFunctionpySTFT
(x, fft_length=1024, hop_length=256)
utils.py:18
↓ 1 callersFunctionquantize_f0_torch
(x, num_bins=256)
utils.py:62
↓ 1 callersMethodreset_grad
Reset the gradient buffers.
solver.py:99
↓ 1 callersMethodrestore_model
(self, resume_iters)
solver.py:84
↓ 1 callersMethodset_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 callersFunctionspeaker_normalization
(f0, index_nonzero, mean_f0, std_f0)
utils.py:35
↓ 1 callersMethodtrain
(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
Functionbuild_model
()
synthesis.py:19
Methoddel_hparam
Removes the hyperparameter with key 'name'. Args: name: Name of the hyperparameter.
tfcompat/hparam.py:513
Methodforward
(self, x)
model.py:19
Methodforward
(self, signal)
model.py:40
Methodforward
(self, x, mask)
model.py:74
Methodforward
(self, x)
model.py:123
Methodforward
(self, x_f0)
model.py:194
Methodforward
(self, x)
model.py:249
Methodforward
(self, x)
model.py:273
Methodforward
(self, x_f0, x_org, c_trg)
model.py:297
Methodforward
(self, x_org, f0_trg)
model.py:337
Methodforward
(self, x, len_seq)
model.py:380
Functionget_mask_from_lengths
(lengths, max_len)
utils.py:78
Methodget_model_structure
(self)
tfcompat/hparam.py:570
Methodload_data
(self, submeta, dataset, idx_offset, mode)
data_loader.py:55
Methodparse
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
Functionparse_bool
(value)
tfcompat/hparam.py:269
Methodparse_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
Methodrhythm
(self, x_org)
model.py:316
Methodset_from_map
DEPRECATED. Use override_from_dict.
tfcompat/hparam.py:563
Methodset_model_structure
(self, model_structure)
tfcompat/hparam.py:567
Functionstr2bool
(v)
main.py:12
Methodto_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
Functionwavegen
Generate waveform samples by WaveNet.
synthesis.py:44