installation.rst 660 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Installation
************
This section explains how to install ``pytorch-widedeep``.

For the latest stable release, execute:

.. code::

    pip install pytorch-widedeep

For the bleeding-edge version, execute:

.. code::

	pip install git+https://github.com/jrzaurin/pytorch-widedeep.git


For developer install

.. code::

	# Clone the repository
	git clone https://github.com/jrzaurin/pytorch-widedeep
	cd pytorch-widedeep

	# Install in dev mode
	pip install -e .

Dependencies
------------
* pandas
* numpy
* scipy
* scikit-learn
* gensim
* spacy
* opencv-contrib-python
* imutils
* tqdm
* torch
* torchvision
42
* einops
43
* wrapt
44 45
* torchmetrics
* ray[tune]