Skip to content

zhonghai1995/CNNLifeGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNNLifeGame

use cnn to simulate Game of Life.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Preview

giphy giphy
giphy giphy

Introduction

in Chinese

https://mp.weixin.qq.com/s/7_Do3TNG5tlUPE1pn-dd9w

Environment

OS: Ubuntu16.04(train)/Windows10(test)
Graphics card: Tian XP(train)/1050Ti(test)
Python: Python3.5 (have installed the neccessary dependencies)

Model Structure

baseline

img

Usage

Train

Modify line20-25 in train.py according to your needs, and then run:
python train.py

Test

usage: demo.py [-h] [-m MODEL]

use cnn to simulate Game of Life.

optional arguments:
  -h, --help  show this help message and exit
  -m MODEL    The trained model path.

Result

train

img

test

giphy

More

WeChat Official Accounts

Charles_pikachu
img

About

use cnn to simulate Game of Life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%