Roman Pearah

Results 64 issues of Roman Pearah

``` lein new aviary myaviary cd myaviary lein repl # Exception in thread "main" java.lang.RuntimeException: No such var: myaviary.dev/start, compiling:(/private/var/folders/br/r1n2vzk15s187n2n6d62g9xr0000gn/T/form-init2708632908198130997.clj:1:5124) at clojure.lang.Compiler.analyze(Compiler.java:6464) at clojure.lang.Compiler.analyze(Compiler.java:6406) at clojure.lang.Compiler$InvokeExpr.parse(Compiler.java:3665) at clojure.lang.Compiler.analyzeSeq(Compiler.java:6646) at clojure.lang.Compiler.analyze(Compiler.java:6445)...

Because the system comes up in stages, sentinel-0 zero always errors out and restarts once or twice before things stabilize. Is there a way to avoid this?

I get the following error when trying to fit the model (Tensorflow 2.3.1): ``` Error in py_call_impl(callable, dots$args, dots$keywords) : _SymbolicException: Inputs to eager execution function cannot be Keras symbolic...

## Describe the bug Using a config for a LightGBM txt model file but not explicitly setting `binarization_type` not "auto" fails to load because it attempts to use the PickleBinarizer...

bug