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
In the file
data/en/Makefile.in
we have this code snippet
....
...
%.spk: %.download lang_en $(eval SPK := $(word 2,$(subst _,$(space),$)))
$(eval DATASET := "cmu_us")
# speakerprop.sh has some environment variables that are passed to the configure script
*. $(SPEAKERPROPERTIES) $(SPK) && *
# If the workdir is not properly setup:
if test ! -f $(workdir)/$/hts/configure.ac -o ! -d $(workdir)/$*/hts/data/utts/ -o ! "ls -A $(workdir)/$*/hts/data/utts/" ; then
....
...
when I ran the code, it seems that $(SPK) argument value is not getting passed to $(SPEAKERPROPERTIES) script.
Please see and let me know if I need to look somewhere else for this problem.
Thanks
The text was updated successfully, but these errors were encountered:
I'm getting married next week so I don't have much time right now, but I will look into it by the end of January maximum... Please remind me if you don't see activity by then 😅
On Sat, Dec 23, 2017 at 10:26 AM, Sergio Oller ***@***.***> wrote:
I'm getting married next week so I don't have much time right now, but I
will look into it by the end of January maximum... Please remind me if you
don't see activity by then 😅
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APvMyxl1qRzth1VD_tdHYU9uIe1pCQX7ks5tDRuVgaJpZM4RLOtX>
.
This is a question. May not be an issue
In the file
data/en/Makefile.in
we have this code snippet
....
$(eval SPK := $ (word 2,$(subst _,$(space),$)))$(workdir)/$ */hts/data/utts/ -o ! "
...
%.spk: %.download lang_en
$(eval DATASET := "cmu_us")
# speakerprop.sh has some environment variables that are passed to the configure script
*. $(SPEAKERPROPERTIES) $(SPK) && *
# If the workdir is not properly setup:
if test ! -f $(workdir)/$/hts/configure.ac -o ! -d
ls -A $(workdir)/$*/hts/data/utts/
" ; then....
...
when I ran the code, it seems that$(SPK) argument value is not getting passed to $ (SPEAKERPROPERTIES) script.
Please see and let me know if I need to look somewhere else for this problem.
Thanks
The text was updated successfully, but these errors were encountered: