keras_npi icon indicating copy to clipboard operation
keras_npi copied to clipboard

NPI(Neural Programmer-Interpreters) implementation with Keras

Results 5 keras_npi issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.11.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

I get an error running the model, I think it could be related to using a different Tensorflow version. The error I get is: `Dimension 1 in both shapes must...

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

According to the paper, NPI produce key and find the program with the same index. However, in this code, NPI use fully connected layer to produce program. Can you explain...