Sean Tempesta
Sean Tempesta
During development it's super useful to do something like this: ```clojure (trace "database state" conn port host) ``` and get back: ```js console.group("database state") console.log("conn", conn) console.log("port", port) console.log("host", host)...
First off, this project is amazing! I'm getting great results compared to Tacotron2 with much shorter training times and it's unbelievably stable even for long sentences. Congratulations. :) The only...
Ran into this bug today. I had a `(pull conn '[*] eid)` that wasn't updating when a nested entity within that pull changed. I'm guessing it's because the datom match...
Converting the darknet `tiny-yolo.cfg` (only modified for number of classes) fails to detect any objects in Keras. To be clear: ``` sean@sean-linux:~/src/darknet/cfg$ diff tiny-yolo.cfg modified-tiny-yolo.cfg 114c114 < filters=425 --- >...
I tried running a production version (Scheme -> Build Configuration = Release), the main bundle loads and attempts to start the worker, but this just repeats in my logs: ```...