Greig Stewart

Results 21 comments of Greig Stewart
trafficstars

``` root@sig-windows-master:~# kubectl get nodes NAME STATUS AGE sig-windows-master Ready,SchedulingDisabled 22h root@sig-windows-master:~# kubectl -n kube-system get pods NAME READY STATUS RESTARTS AGE kube-apiserver-sig-windows-master 1/1 Running 0 22h kube-controller-manager-sig-windows-master 1/1 Running...

Ah! Thanks @alinbalutoiu Looks as though copying and pasting that script stopped at the `apt install -y python-pip` command. Easy mistake to make but I should pay more attention. I've...

The nodes is being seen. I tried deploying the dashboard but it failed due to not matching "linux", which makes sense. So then I tried adding a linux worker node...

try [tacotron](https://github.com/Kyubyong/tacotron)

Split the audio into sentences as you do it.

@ggsonic I've trained your latest commit to 200 epochs (seems to be the default?). Here is the trained model: [https://ufile.io/yuu7e](https://ufile.io/yuu7e) And the samples generated by default when running eval.py on...

@zemzelett did you encounter this issue during the rewrite?

For some reason the const keyword was removed from the `UWORD freq[72]` array in the new version. Adding this back in *seems* to fix the issue. This makes me think...

This appears to have the wrong type of line endings in .devops/tools.sh - gives me the following error: "standard_init_linux.go:228: exec user process caused: no such file or directory" This might...

Maybe this script is using an older version that doesn't support this flag? https://github.com/adafruit/Raspberry-Pi-Installer-Scripts/blob/master/rgb-matrix.sh