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

https://github.com/tensorly/proceedings_ieee_companion_notebooks

TensorLy code for the IEEE special issue on tensor methods for DL and CV
https://github.com/tensorly/proceedings_ieee_companion_notebooks

Last synced: about 1 year ago
JSON representation

TensorLy code for the IEEE special issue on tensor methods for DL and CV

Awesome Lists containing this project

README

          

# IEEE Companion notebooks

## Installing the dependencies
The easiest way to get all the dependencies is to run:
```
pip install -r requirements.txt
```

If you are using conda, you probably want to install `scikit-learn` using conda.

For PyTorch and torchvision, you can install them using conda by running:
```
conda install -c pytorch pytorch torchvision
```