You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter the command python train.py -c config.json -p train_config.output_directory=outdir data_config.use_attn_prior=1 like it says to do in the readME I get this output:
When I enter the command
python train.py -c config.json -p train_config.output_directory=outdir data_config.use_attn_prior=1
like it says to do in the readME I get this output:train_config.output_directory:outdir was not parsed
output_directory=outdir
output_directory:outdir was not parsed
data_config.use_attn_prior=1
use_attn_prior=1
{'train_config': {'output_directory': 'outdir', 'epochs': 1000, 'optim_algo': 'RAdam', 'learning_rate': 0.001, 'weight_decay': 1e-06, 'grad_clip_val': 1, 'sigma': 1.0, 'iters_per_checkpoint': 1000, 'batch_size': 6, 'seed': 1234, 'check
point_path': '', 'ignore_layers': [], 'finetune_layers': [], 'include_layers': ['speaker', 'encoder', 'embedding'], 'warmstart_checkpoint_path': '', 'with_tensorboard': True, 'fp16_run': True, 'gate_loss': True, 'use_ctc_loss': True, '
ctc_loss_weight': 0.01, 'blank_logprob': -8, 'ctc_loss_start_iter': 10000}, 'data_config': {'training_files': 'C:\Scripts\Voice\flowtron\filelists\list.txt', 'validation_files': 'C:\Scripts\Voice\flowtron\filelists
\list.txt', 'text_cleaners': ['flowtron_cleaners'], 'p_arpabet': 0.5, 'cmudict_path': 'data/cmudict_dictionary', 'sampling_rate': 22050, 'filter_length': 1024, 'hop_length': 256, 'win_length': 1024, 'mel_fmin': 0.0, 'mel_fmax': 8000.0
, 'max_wav_value': 32768.0, 'use_attn_prior': 1, 'attn_prior_threshold': 0.0, 'prior_cache_path': '/attention_prior_cache', 'betab_scaling_factor': 1.0, 'keep_ambiguous': False}, 'dist_config': {'dist_backend': 'nccl', 'dist_url': 'tcp
://localhost:54321'}, 'model_config': {'n_speakers': 1, 'n_speaker_dim': 128, 'n_text': 185, 'n_text_dim': 512, 'n_flows': 2, 'n_mel_channels': 80, 'n_attn_channels': 640, 'n_hidden': 1024, 'n_lstm_layers': 2, 'mel_encoder_n_hidden': 5
12, 'n_components': 0, 'mean_scale': 0.0, 'fixed_gaussian': True, 'dummy_speaker_embedding': False, 'use_gate_layer': True, 'use_cumm_attention': False}}
The text was updated successfully, but these errors were encountered: