Matt Shaffer

Results 6 issues of Matt Shaffer

Trying to run any of the LSTM examples, results in this error: ``` InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [10,1] rhs shape= [10,6] [[Node: save/Assign_17...

Natively, Docker accepts a a long list of options when running containers where the CLI syntax looks like `docker run [OPTIONS] IMAGE [COMMAND] [ARG...]`. It doesn't appear that this is...

enhancement

If yaml in `deepkit.yml` contains syntax errors, the GUI freezes when trying to start a new experiment and displays "Loading.." while becoming unresponsive. Closing and restarting fixes this, but it...

A logical name to keep DeepKit configuration files within a project would be nested in a subdirectory called `deepkit`. However, using this convention on a DeepKit server causes inconsistency with...

`README.md` specifies that this project is "open source". Is there a license that can be added to the repository?

Why is the current Dockerfile being built with CUDA version 10.0 and Tensorflow 1.11? According to the Tensorflow docs, 1.11 is only compatible with CUDA 9: [https://www.tensorflow.org/install/source#tested_build_configurations](https://www.tensorflow.org/install/source#tested_build_configurations) Running the container...

bug