uoguelph-mlrg / theano_alexnet

Theano-based Alexnet
BSD 3-Clause "New" or "Revised" License
229 stars 113 forks source link

Validate Performance #25

Closed ksarker1205 closed 8 years ago

ksarker1205 commented 8 years ago

What does 'validate_performance.py' script do ? Does it run classification ?

gwding commented 8 years ago

@ksarker1205 it runs but does not output the classification predictions, you might want to look at the following lines to see how to modify it to do so. https://github.com/uoguelph-mlrg/theano_alexnet/blob/master/lib/layers.py#L278 https://github.com/uoguelph-mlrg/theano_alexnet/blob/master/alex_net.py#L128 https://github.com/uoguelph-mlrg/theano_alexnet/blob/master/alex_net.py#L225