-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from fraunhoferportugal/dev
Minor Patch 0.1.4 - Bugfixes and documentation
- Loading branch information
Showing
66 changed files
with
469 additions
and
2,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.2 | ||
0.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,33 @@ | ||
# Installation | ||
|
||
It is recommended to install the package in a virtual environment. To install the package, run the following command: | ||
PyPI is currently unavailable. To install the package, you can install it directly from the git repository. To do so, run the following command: | ||
|
||
```bash | ||
$ pip install pymdma | ||
$ pip install "pymdma @ git+https://github.com/fraunhoferportugal/pymdma.git" | ||
``` | ||
|
||
Depending on the data modality you are working with, you may need to install additional dependencies. We have three groups of denpendencies: `image`, `tabular` and `time_series`. As an example, to work with image data, you will need to run the following command: | ||
<!-- It is recommended to install the package in a virtual environment. To install the package, run the following command: | ||
```bash | ||
$ pip install pymdma[image] | ||
``` | ||
$ pip install pymdma | ||
``` --> | ||
|
||
You can also install multiple modalities by passing the desired modalities as a comma-separated list. For example, to install both image and tabular modalities, you can run the following command: | ||
Depending on the data modality you are working with, you may need to install additional dependencies. We have three groups of denpendencies: `image`, `tabular` and `time_series`. As an example, to work with image data, you will need to run the following command: | ||
|
||
```bash | ||
$ pip install pymdma[image,tabular] | ||
$ pip install "pymdma[image] @ git+https://github.com/fraunhoferportugal/pymdma.git" | ||
``` | ||
|
||
Or alternatively, you can install all modalities by running the following command: | ||
You can also install multiple modalities by passing the desired modalities as a comma-separated list. For example, to install both image and tabular modalities, you can run the following command: | ||
|
||
```bash | ||
$ pip install pymdma[all] | ||
$ pip install "pymdma[image,tabular] @ git+https://github.com/fraunhoferportugal/pymdma.git" | ||
``` | ||
|
||
|
||
## Minimal Version (CPU) | ||
|
||
For a minimal installation (without GPU support), you can install the package with CPU version of torch, which will skip the installation of CUDA dependencies. To do so, run the following command: | ||
|
||
```bash | ||
$ pip install pymdma[...] --find-url=https://download.pytorch.org/whl/cpu/torch_stable.html | ||
$ pip install pymdma[...] @ git+https://github.com/fraunhoferportugal/pymdma.git --find-url=https://download.pytorch.org/whl/cpu/torch_stable.html | ||
``` |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.