Skip to content

Amaranth819/WideResnet-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WideResnet-tensorflow

Environment: python 2.7 and tensorflow 1.12
Dataset: Cifar10

2.16: Add weight decay and change the loss function to tf.train.MomentumOptimizer.

How to use:

  1. Use the command "python train.py" to train a model. The training configuration can be found in config.py.
  2. Look for the training model and log in the file directory ./model and ./log.
  3. After a training, you can continue you training by using the command "python continue_training.py". In this file, you can set up your own epoch of continuing training.
  4. Use the command "python eval.py" to evaluate your model on the testing dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published