soumith / imagenet-multiGPU.torch

an imagenet example in torch.
BSD 2-Clause "Simplified" License
402 stars 158 forks source link

remove defaultDir and hardcoded save path #48

Closed ljk628 closed 8 years ago

ljk628 commented 8 years ago

1) remove defaultDir and integrate into default value. People mostly use their own path to store data and models. 2) the prefix of 'alexnet12' before each output folder is a little bit confusing, remove it and use opt.netType directly. 3) remove the ',' before the time folder to save a tiny typing effort.

soumith commented 8 years ago

Thank you!