a b/docs/old_docs/index.rst
1
Welcome to PathFlowAI's documentation!
2
======================================
3
4
.. toctree::
5
   :maxdepth: 2
6
   :caption: Contents:
7
8
.. image:: yimages/1.jpeg
9
  :width: 800px
10
  :height: 600px
11
  :scale: 60%
12
  :alt: Download
13
  :align: center
14
15
.. image:: yimages/2.jpeg
16
  :width: 800px
17
  :height: 600px
18
  :scale: 60%
19
  :alt: Download
20
  :align: center
21
22
.. image:: yimages/3.jpeg
23
  :width: 800px
24
  :height: 600px
25
  :scale: 60%
26
  :alt: Download
27
  :align: center
28
29
.. image:: yimages/4.jpeg
30
  :width: 800px
31
  :height: 600px
32
  :scale: 60%
33
  :alt: Download
34
  :align: center
35
36
.. click:: pathflowai.cli_preprocessing:preprocessing
37
 :prog: pathflowai-preprocess
38
 :show-nested:
39
40
.. click:: pathflowai.cli_visualizations:visualize
41
  :prog: pathflowai-visualize
42
  :show-nested:
43
44
.. click:: pathflowai.model_training:train
45
  :prog: pathflowai-train_model
46
  :show-nested:
47
48
.. click:: pathflowai.monitor_memory_usage:monitor
49
  :prog: pathflowai-monitor
50
  :show-nested:
51
52
.. automodule:: pathflowai.datasets
53
 :members:
54
55
.. automodule:: pathflowai.losses
56
  :members:
57
58
.. automodule:: pathflowai.models
59
 :members:
60
61
.. automodule:: pathflowai.sampler
62
  :members:
63
64
.. automodule:: pathflowai.schedulers
65
 :members:
66
67
.. automodule:: pathflowai.visualize
68
 :members:
69
70
.. automodule:: pathflowai.utils
71
 :members:
72
73
Indices and tables
74
==================
75
76
* :ref:`genindex`
77
* :ref:`modindex`
78
* :ref:`search`