Loong

Results 62 comments of Loong

**The test files are my own. I have found where the problem is, but I don't know how to fix it. I have changed max_phones from 50 to 50000 and...

**I try to change "p for p in self. Paths if len(self.paths_by_spkr_name[cfg.get_spkr(p)]) > 1" to "p for p in self.paths if len(self.paths_by_spkr_name[cfg.get_spkr(p)]) > 0", and it returns:** ``` (vall-e) loong@Loong-Surface:~/Codes/vall-e$...

> ``` > raise CalledProcessError(retcode, process.args, > subprocess.CalledProcessError: Command '['which', 'c++']' returned non-zero exit status 1. > ``` > > It looks like the subprocess module called `which c++` and...

> did you find any solution to this? Maybe it will work: 1. Open the file ```/home/loong/miniconda3/envs/vall-e/lib/python3.10/site-packages/torch/utils/cpp_extension.py``` 2. Change all the ```compiler = os.environ.get('CXX', 'c++')``` to ```compiler = os.environ.get('CXX', 'g++')```...

> Actually, I was quickly testing this out on google colab, do you have any suggestions if you have a workaround there as well? Yes.

> @Looong01 can please describe that way. What's your meaning? Have you successfully do it?

> > > Actually, I was quickly testing this out on google colab, do you have any suggestions if you have a workaround there as well? > > > >...

> Hi Guys , I am facing error > > ``` > "git_commit": "3476d393d2133fa9b50d5ad999ca13b95fc22060", > "git_status": "On branch main\nYour branch is up to date with 'origin/main'.\n\nChanges not staged for commit:\n...

@microsoft-github-policy-service agree

> Thank you for adding this amazing feature. There is some high code repetition inside, it would be even better if it could be addressed. Revised.