torch / optim

A numeric optimization package for Torch.
Other
197 stars 152 forks source link

One-line Logger initialisation #124

Closed Atcold closed 8 years ago

Atcold commented 8 years ago

A Logger can be created and setup in one line

log = optim.logger('foo'):setNames{'a', 'b'}:style{'-', '-'}
soumith commented 8 years ago

Thanks!