[go: nahoru, domu]

Skip to content

darkknightzh/trainEagerMnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trainEagerMnist

Example of training mnist in tensorflow eager mode.

I modified the code from mnist_eager and 07_convolutional_neural_networks_for_emotion_recognition.

When eagerFlag is 0, do not use eager mode, and do not add tfe.enable_eager_execution(), otherwise the code can not run.

When eagerFlag is 1 or 2, we use different ways of eager mode.

About

examples of training mnist in tensorflow eager mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages