eggfly

Results 8 comments of eggfly

Use preproccess.py to load a mp3 or .au etc.. to mfcc or mel-spec data, then start a tensorflow session, put some code like this: `saver.restore(sess, "../output/model.final")` `xs, ys = /*...

``` if(Platform.isIOS){ final hasCircle = _path.any((path) { return path is EllipseContent; }); if(hasCircle){ var rect = _path.getBounds(); canvas.drawCircle(rect.center,rect.width / 2,_paint); }else{ canvas.drawPath(_path, _paint); } }else{ canvas.drawPath(_path, _paint); } ``` This...

> @Sunbreak are those PRs actually able to generate a x86 jit build in debug though, or are they not in a usable state yet? Trying to build a clone...

LGTM! @imliubo This patch is all I need for my S3 board.

And also Enumerator of a sub-array, will generate a iterator from root. Just a question, Thanks~

array := db.Array("name") subArray := array.Array("sub") // array.Dump() is as same as subArray.Dump()