Alex Rubinsteyn
Alex Rubinsteyn
Hey @brianlow, I tried to trim the code down to a manageable subset: ``` shared_embedding_layer = Embedding( input_dim=20, output_dim=64, name="amino_acid_embedding") def make_length_specific_model( input_length, shared_embedding_layer, hidden_activation_function="tanh", hidden_layer_sizes=[]): input_layer = Input( shape=(input_length,),...
Keras shows the inputs for just one model (even if a layer has inputs coming into it from other models, they're ignored). That seems like reasonable behavior. Alternatively, providing a...
Hi Josh, Thanks for the heads up. Do you have any suggestions for a better (less ambiguous) name?
What do you think of osprey? Or maybe: "fastpy". On Sep 13, 2013 10:58 AM, "Joshua Kehn" [email protected] wrote: > Going with fast birds pick from > http://en.wikipedia.org/wiki/List_of_birds_by_flight_speed > -...
Hi Riccardo, Sorry for the segfault, crashing other people's computers is always embarrassing. Can you send us the code so we can figure out what went wrong? Thanks, Alex
`opam update` gives me a mysterious error: ``` [ERROR] Could not update repository smondet ```
Despite that error, installing ketrew does now work. Did the need to update/upgrade come from the pinned repo?
Just ran into the same problem. It seems like there should be an initial handshake with a short timeout (followed by an informative error). Instead ketrew just hangs indefinitely.
Is it possible to have "Ketrew status" and "Yarn status"?