You cannot beat its speed unless you're a TensorFlow expert.
- See `tensorpack/benchmarks <https://github.com/tensorpack/benchmarks>`_ for some benchmark scripts.
- Focus on large datasets.
- It's painful to read/preprocess data through TF. Tensorpack helps you load large datasets (e.g. ImageNet) in
**pure Python** with autoparallelization.
- It's not a model wrapper.
- There are already too many symbolic function wrappers.
Tensorpack includes only a few common models, but you can use any other wrappers within tensorpack, including sonnet/Keras/slim/tflearn/tensorlayer/....
See :doc:`tutorial/index` to know more about these features: