-
NB this is long and needs _lots_ of editing.
# Storage model (see [source](https://github.com/jet/equinox/blob/wip/src/Equinox.Cosmos/Cosmos.fs#L94))
## Batches
Events are stored in immutable…
-
Our recommender trains overnight, but we're looking to encourage users to give us information (i.e. more `user_features`) by offering 'live' recommendations. It seems we can do this by passing in a se…
-
Some background first:
- AWS.jl (https://github.com/amitmurthy/AWS.jl) has around 500+ type definitions and 900+ function definitions
- The bulk of the code is currently pre-generated from the WSDL fo…
-
A large monorepo works for Google, but not on github.
We hit the ceiling of achievable velocity of a single github repo in early 2015:
https://github.com/kubernetes/kubernetes/graphs/contributors
…
-
First off, this is great work. Can't wait to play around with the code 👍
In the training instructions, I see that you do have multispeaker support. Is it possible to "fine-tune" from an existing c…
-
I've watched your [talk](https://youtu.be/EgE0DUrYmo8?t=1730) and it sounds interesting to serve the model via postgres. If it's permissible to know, what are your use cases? How fast the prediction c…
-
Is it currently possible to update zone files entries from within a plugin?
If not, it would allow for some cool things like managing sub-domains. Lets say, for example, we ran a web hosting company…
ghost updated
5 years ago
-
I'm just learning how to use keras in R and I want to replicate a simple autoencoder like https://blog.keras.io/building-autoencoders-in-keras.html but my knowledge about keras in general is poor. I …
-
Currently, factors in a MOFA model have names that are string representations of integers, which is a bad idea. It means that `getFactors(mofa, 2)` and `(getFactors(mofa, "2")` return different result…
-
Let me reference @ajtulloch 's [comment](https://github.com/dmlc/tvm/pull/2116#issuecomment-444694200) about quantization workflow firstly:
> 1. Implement a model in a standard ML framework, genera…