https://github.com/hermanya/game-of-life-neural-net
🐝Game of life neural net
https://github.com/hermanya/game-of-life-neural-net
deeplearnjs game life neural-network of tesnorflow
Last synced: 3 months ago
JSON representation
🐝Game of life neural net
- Host: GitHub
- URL: https://github.com/hermanya/game-of-life-neural-net
- Owner: Hermanya
- Created: 2017-11-27T04:44:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T17:02:44.000Z (over 7 years ago)
- Last Synced: 2024-12-28T03:42:13.798Z (5 months ago)
- Topics: deeplearnjs, game, life, neural-network, of, tesnorflow
- Language: HTML
- Homepage: https://hermanya.github.io/game-of-life-neural-net/
- Size: 224 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://www.tensorflow.org/install/install_mac#installing_with_virtualenv

# Run ui
```
open http://localhost:8000
python -m SimpleHTTPServer
```# Make a model
```
python synthesize_data.py
python make_model.py
./tf2dljs.sh # this requires you to clone deeplearnjs in the parent folder
# and deeplearnjs requires pytorch
```# NDArray is disposed
```
deeplearn.js:8099 Uncaught (in promise) Error: NDArray is disposed.
at Array1D.NDArray.throwIfDisposed (deeplearn.js:8099)
at Array1D.NDArray.dataSync (deeplearn.js:8057)
at Array1D. (deeplearn.js:8051)
at step (deeplearn.js:7802)
at Object.next (deeplearn.js:7783)
at fulfilled (deeplearn.js:7774)
```
**Use dataSync inside scope**