Skip to content

lamia482/practices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning tensorlayer 

pip install tensorflow-gpu
pip install tensorlayer

for easy use, do ' ./run.sh --test_example=True ' which will execute example.py

main.py
  to start

data/dataloader.py
  constains methods to restore different dataset

models/model.py
  by importing different net to select network for training and testing
  use corresponding load_*_dataset in _load_data()

models/*_net.py
  base_net is considered as a base class containing several neccessary method for using
  dense_net and conv_net are inherited from base_net, some methods of them are re-written 
    to fit new situation

Releases

No releases published

Packages

No packages published