.. Just Another (Pytorch) Wrapper documentation master file, created by sphinx-quickstart on Mon Apr 8 16:52:58 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to JAW's documentation! ========================================================== What is JAW? ------------ JAW (Just Another (Pytorch) Wrapper) is, like is name speaks for itself, a little Pytorch wrapper and above all a proposal of project architecture for Machine Learning. The main idea is to show how write is own little ML framework based on Pytorch, but with an architecture flexible enought to permit the use of another library (such as keras or Tensorflow). Here you will find a tutorial for how use JAW for create its ML project and the documentation of the JAW package. .. important:: This package isn't a reimplementation of well-based wrapper such as `Pytorch lightning `_, but only a helping tool for writing its own ML framework. .. toctree:: :maxdepth: 1 :caption: Contents: tutorial modules Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`