Giter Club home page Giter Club logo

real-time-voice-cloning's People

Contributors

ak9250 avatar alexpeattie avatar cclauss avatar corentinj avatar lidalei avatar mathigatti avatar niwala avatar rancoud avatar rustygentile avatar vanpelt avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

aemrea echosvile

real-time-voice-cloning's Issues

ISSUE: create_model.py issue

Perhaps it is a permissions issue with AWS or perhaps I am missing something but I believe that create_model.py is supposed to deploy an initial model to S3 so that I can train it. When I run the install script, which calls create_model.py, and then try to run the example jupyter notebook I get the following errors on the transform block that starts the job:

`ClientError Traceback (most recent call last)
~/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/sagemaker/transformer.py in _retrieve_image_name(self)
238 model_desc = self.sagemaker_session.sagemaker_client.describe_model(
--> 239 ModelName=self.model_name
240 )

~/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/botocore/client.py in _api_call(self, *args, **kwargs)
315 # The "self" in this scope is referring to the BaseClient.
--> 316 return self._make_api_call(operation_name, kwargs)
317

~/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/botocore/client.py in _make_api_call(self, operation_name, api_params)
634 error_class = self.exceptions.from_code(error_code)
--> 635 raise error_class(parsed_response, operation_name)
636 else:

ClientError: An error occurred (ValidationException) when calling the DescribeModel operation: Could not find model "arn:aws:sagemaker:us-east-1:525578525493:model/voice-cloning-recall".

During handling of the above exception, another exception occurred:

ValueError Traceback (most recent call last)
in
1 # Start the job. It should take several minutes. Although most of that is from starting the container.
----> 2 trans.transform(f's3://{bucket_name}/sample_job.json', content_type='application/json')
3 trans.wait()

~/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/sagemaker/transformer.py in transform(self, data, data_type, content_type, compression_type, split_type, job_name, input_filter, output_filter, join_source, experiment_config, model_client_config, wait, logs)
193
194 if base_name is None:
--> 195 base_name = self._retrieve_base_name()
196
197 self._current_job_name = name_from_base(base_name)

~/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/sagemaker/transformer.py in _retrieve_base_name(self)
226 def _retrieve_base_name(self):
227 """Placeholder docstring"""
--> 228 image_name = self._retrieve_image_name()
229
230 if image_name:

~/anaconda3/envs/amazonei_tensorflow2_p36/lib/python3.6/site-packages/sagemaker/transformer.py in _retrieve_image_name(self)
254 "Failed to fetch model information for %s. "
255 "Please ensure that the model exists. "
--> 256 "Local instance types require locally created models." % self.model_name
257 )
258

ValueError: Failed to fetch model information for voice-cloning-recall. Please ensure that the model exists. Local instance types require locally created models.`

Looking at the S3 bucket I don't see a model named "voice-cloning-recall" so I am pretty sure this is the issue. The create_model.py appears to be where the issue is?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.