Haaai

Results 28 comments of Haaai

Hi TheDutchMC, I face an issue after `make standalone`. The file `tensorflow/bazel-out/x86_64-*/bin/native_client/libdeepspeech.so` is not found.

> > Hi TheDutchMC, > > I face an issue after `make standalone`. The file `tensorflow/bazel-out/x86_64-*/bin/native_client/libdeepspeech.so` is not found. > > Hey there, have you built DeepSpeech before trying to...

> For now only x86-64 (linux I believe) works, though you could easily modify the Makefile for your platform. This is a WIP. > > Keep in mind the code...

> @millken you may refer to https://programmer.help/blogs/zap-log-classification-and-file-splitting-log-cutting-by-time-integration-demo.html using some existing tools https://github.com/uber-go/zap/blob/master/FAQ.md#usage Built-in log management is hard to maintain. We could use mature tools, like `logrotate` or `lumberjack`

> `lumberjack` rolling files focusd on `maxSize`, not by `timeFormat`, `RotateFile` also refers to its code. [`lumberjack` can automatically roll log files based either on date or on file size.](https://github.com/bdurand/lumberjack#automatic-log-rolling).

> Pls see code first https://github.com/natefinch/lumberjack/blob/7d6a1875575e09256dc552b4c0e450dcd02bd10e/lumberjack.go#L152-L156 > > > > `lumberjack` rolling files focusd on `maxSize`, not by `timeFormat`, `RotateFile` also refers to its code. > > > > >...

> > > Pls see code first https://github.com/natefinch/lumberjack/blob/7d6a1875575e09256dc552b4c0e450dcd02bd10e/lumberjack.go#L152-L156 > > > > > `lumberjack` rolling files focusd on `maxSize`, not by `timeFormat`, `RotateFile` also refers to its code. > >...

how does this pr solve #3204 ?