Anthony De Meulemeester
Anthony De Meulemeester
> We utilize a siamese network consisting of two RNNs with tied weights to produce the embeddings for the context and response. In the model code, i see only 1...
When running the code I get the following error. ``` Using Theano backend. model.py:20: UserWarning: Update your `LSTM` call to the Keras 2 API: `LSTM(kernel_initializer="glorot_normal", input_shape=(15,), recurrent_initializer="glorot_normal", units=300, return_sequences=True, activation="sigmoid")`...
Simple clone of the current main branch on Go version 1.19.4. Maybe I'm missing some hidden snowflake? ``` ZenQ git:(main) go run examples/simple/main.go # github.com/alphadose/zenq/v2 ./zenq.go:94:6: array length constants.CacheLinePadSize -...
### issue At this moment there are no in-depth compiler instruction tests. ### solution We can fully test it if we finish the internal VM and use that for comparing...
### Description of the issue Briefly describe the issue you are experiencing. ### Type (put an `x` sign in the square brackets) - [ ] bug report - [ ]...
### Proposed changes in this pull request Explain the changes in this pull request in order to help the project maintainers understand the overall impact of it. ### Type (put...
## Problem Currently, there is no tooling available in neo-storm to deploy compiled smart contracts. ## Solution We could create a native Go implementation for deploying them, a better solution...
The current Golang compiler in Neocompiler.io is old and deprecated. Hence change it to the one that is in the neo-storm project
Just like the Registry on local engines, the cluster tracks all actors and kinds that are available cluster wide. Expose a function to the cluster that can retrieve actors /...