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
While running the notebook, Ihave got this error. Can you help me in resolving this?
<>:4: SyntaxWarning: "is not" with a literal. Did you mean "!="?
<>:4: SyntaxWarning: "is not" with a literal. Did you mean "!="?
:4: SyntaxWarning: "is not" with a literal. Did you mean "!="?
ains = [item for item in ains if item is not 'tmp.wav']
Loaded the voice encoder model on cuda in 7.96 seconds.
Processing audio file M6_04_16k.wav
0 out of 0 are in this portion
While running the notebook, Ihave got this error. Can you help me in resolving this?
<>:4: SyntaxWarning: "is not" with a literal. Did you mean "!="?
<>:4: SyntaxWarning: "is not" with a literal. Did you mean "!="?
:4: SyntaxWarning: "is not" with a literal. Did you mean "!="?
ains = [item for item in ains if item is not 'tmp.wav']
Loaded the voice encoder model on cuda in 7.96 seconds.
Processing audio file M6_04_16k.wav
0 out of 0 are in this portion
TypeError Traceback (most recent call last) in <cell line: 6>() 16 c = AutoVC_mel_Convertor('examples') 17 ---> 18 au_data_i = c.convert_single_wav_to_autovc_input(audio_filename=os.path.join('examples', ain), 19 autovc_model_path=opt_parser.load_AUTOVC_name) 20 au_data += au_data_i
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
All changes were made in
quick_demo.ipynband quick_demo_tdlr.ipynb:import timeimport globin_tdlr.ipynbHow Has This Been Tested?
Tested in google colab by "run all", no new errors appeared, notebook works as expected.
P.S: outputs left the same.
Checklist: