An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# tensorscout

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/andrewrgarcia/tensorscout/main/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/tensorscout/badge/?version=latest)](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.