Michael Ramos

Results 26 comments of Michael Ramos

I’ll give it a check, what is the iOS version on the phone? On Sun, Jan 21, 2018 at 11:13 AM Eric Woo wrote: > BTW, Simulation works fine, error...

related: https://forums.developer.apple.com/thread/82700

I'm getting better results with lazy loading the models separately, still experiencing some memory issues, so I will continue to look for a better solution. The first step in the...

actually, a single model in memory seems to work best without issues. Just nil-ing out old models and keeping one in memory. Ill push this fix in a bit, but...

Hey all, I see folks stay actively commenting here. The models this produce are most likely too large for devices. A new architecture needs to be slimmed down and there...

Bump on Question 2, but vs https://github.com/golang/leveldb (which I'm using in production) Is porting from `golang/leveldb` to `syndtr/goleveldb` recommended? I'm only using Table code but worry about some stability as...

Ive finetuned some models that end up around 5gb. The generation process is super slow (minutes ... about 40% loading & 60% generating wait time) How can I speed up?

8.2.1 xGhostPreventer doesnt automatically install, but I add the source to the Vendor dir and all works fine.

@skjb sorry if this comes off as naive or if you address this. But are there any deep-learning aspects to this (training agents)? if so, what type of hardware should...

🚫Having trouble with this in `react-vega-lite` with the example config/setup ✅**Update:** sorry, I only needed to apply the styles to the VegaLite component itself (className is vega-container) ``` .vega-container, .vega-container::after,...