Hacker News new | ask | show | jobs
by visarga 3439 days ago
Keras requires just a few lines of code, it's designed for easy use and practicality.
1 comments

torch.nn offers a very similar interface to Keras (e.g. see Alexnet definition at https://github.com/pytorch/vision/blob/master/torchvision/mo...).