dani-garcia/multiview_gpu

TensorFlow GPU-based implementation of multiview methods

10

stars

2

commits

Python

primary language

Jan 2, 2019

updated

README

Multiview-GPU

GPU-accelerated multiview clustering and dimensionality reduction thanks to Tensorflow.

Based on multiview.

Dependedencies

For building:

  • tensorflow-gpu
  • numpy
  • sklearn
  • scipy
  • setuptools

For testing and benchmarking:

  • pytest
  • pytest-benchmark
  • multiview
pip install tensorflow-gpu numpy sklearn scipy setuptools pytest pytest-benchmark multiview

To run the tests:

pytest
# or
python setup.py test

Note: the benchmarks take some time to run, to skip them:

pytest --benchmark-disable

Conversely, to only run the tests

pytest --benchmark-only

Contributors

dani-garcia

2 commits

dani-garcia/multiview_gpu

TensorFlow GPU-based implementation of multiview methods

10

stars

2

commits

Python

primary language

Jan 2, 2019

updated

README

Multiview-GPU

GPU-accelerated multiview clustering and dimensionality reduction thanks to Tensorflow.

Based on multiview.

Dependedencies

For building:

  • tensorflow-gpu
  • numpy
  • sklearn
  • scipy
  • setuptools

For testing and benchmarking:

  • pytest
  • pytest-benchmark
  • multiview
pip install tensorflow-gpu numpy sklearn scipy setuptools pytest pytest-benchmark multiview

To run the tests:

pytest
# or
python setup.py test

Note: the benchmarks take some time to run, to skip them:

pytest --benchmark-disable

Conversely, to only run the tests

pytest --benchmark-only

Contributors

dani-garcia

2 commits

Languages

Python

100.0%