Rishabh
Rishabh
``` Traceback (most recent call last): File "train_maml_system.py", line 14, in maml_system = ExperimentBuilder(model=model, data=data, args=args, device=device) File "/workspace/assign_3/HowToTrainYourMAMLPytorch/experiment_builder.py", line 53, in __init__ self.data = data(args=args, current_iter=self.state['current_iter']) File "/workspace/assign_3/HowToTrainYourMAMLPytorch/data.py", line...
File "train.py", line 939, in hparams.parse(args["--hparams"]) File "/workspace/data/deepvoice3/deepvoice3_pytorch/deepvoice3_pytorch/tfcompat/hparam.py", line 543, in parse values_map = parse_values(values, type_map) File "/workspace/data/deepvoice3/deepvoice3_pytorch/deepvoice3_pytorch/tfcompat/hparam.py", line 263, in parse_values raise ValueError('Unknown hyperparameter type for %s' % name)...
Training
How to train the model on VggFace 2 dataset. Please provide some documentation.
I have installed all the libraries and whenever I am running `bash examples/wavllm/scripts/inference_sft.sh $model_path $data_name`. The code is throwing the error as _pickle.UnpicklingError: invalid load key, '\xef'. The error is...