Dan Acristinii
Dan Acristinii
I don't have the Mac os machine with me. Is there any way to contact you? I tried gitter, but I don't think you're using it.
Haha, that is sad to hear. Me and a colleague of mine are working on an academic paper on decentralized federated learning and were planning to try using your repo...
The error slightly confuses me, this is the output from Docker run `2018-08-17 16:43:42.057236: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1...
I fixed that part, now i'm getting this one: ` /Users/danacristinii/federated-learning/demo/audio/client/index.js: Unknown plugin "transform-runtime" specified in "base" at 0, attempted to resolve relative to "/Users/danacristinii/federated-learning/demo/audio/client" at /usr/local/lib/node_modules/parcel/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17 at Array.map ()...
Have you tried downgrading your k3s version?
Hi @serverbaboon, that is great to hear, I'll check them out and maybe I can update the version in the current tutorial. Feel free to link and share, I honestly...
This is awesome! Can @Th1nkMore trigger a new release so we don't have to get the master branch?
Modifying the go-llvm package to not reference those variables https://github.com/danacr/go-llvm/pull/1/files: ``` replace tinygo.org/x/go-llvm => /Users/danacristinii/Dev/go-llvm ``` gets us to this: ``` # github.com/tinygo-org/tinygo/compiler compiler/asserts.go:138:21: undefined: llvm.ConstLShr compiler/asserts.go:153:21: undefined: llvm.ConstZExt make:...
Thank you @aykevl for the awesome pointer! After some digging, I found the commit that was llvm16 and had the `mos` architecture. Both the llvm build triggered using the `tinygo`...
currently I'm failing at building a simple print hello world application: ``` ❯ ../tinygo/build/tinygo build -target=6502 main.go # internal/task /Users/danacristinii/Dev/tinygo/src/internal/task/queue.go:15:17: undefined: interrupt.Disable /Users/danacristinii/Dev/tinygo/src/internal/task/queue.go:17:13: undefined: interrupt.Restore /Users/danacristinii/Dev/tinygo/src/internal/task/queue.go:28:12: undefined: interrupt.Restore /Users/danacristinii/Dev/tinygo/src/internal/task/queue.go:33:17: undefined:...