https://github.com/andrewrgarcia/tensorscout
A Python library for tensor parallel processing.
https://github.com/andrewrgarcia/tensorscout
array multiprocessing parallel-computing python
Last synced: 3 months ago
JSON representation
A Python library for tensor parallel processing.
- Host: GitHub
- URL: https://github.com/andrewrgarcia/tensorscout
- Owner: andrewrgarcia
- License: mit
- Created: 2022-05-25T22:13:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T18:24:19.000Z (about 2 years ago)
- Last Synced: 2025-01-16T15:26:52.829Z (4 months ago)
- Topics: array, multiprocessing, parallel-computing, python
- Language: Python
- Homepage: https://tensorscout.readthedocs.io
- Size: 20.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tensorscout
[](https://raw.githubusercontent.com/andrewrgarcia/tensorscout/main/LICENSE)
[](https://tensorscout.readthedocs.io/en/latest/?badge=latest)A Python library for tensor operations powered by parallel processing.
## Installation
```ruby
pip install tensorscout
```It is recommended you run voxelmap using a `virtualenv` virtual environment. To do so, follow the below simple protocol to create the virtual environment, run it, and install the package there:
```ruby
virtualenv venv
source venv/bin/activate
pip install tensorscout
```
To exit the virtual environment, simply type `deactivate`. To access it at any other time again, enter with the above `source venv...` command.