Skip to content
Snippets Groups Projects
Commit 471ed048 authored by Brad Nelson's avatar Brad Nelson
Browse files

remove pip progress bar from travis

parent 10eb2cb3
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ python: ...@@ -4,7 +4,7 @@ python:
- "3.6" - "3.6"
# command to install dependencies # command to install dependencies
install: install:
- pip install -r requirements.txt - pip install --progress-bar off -r requirements.txt
- python setup.py install - python setup.py install
# tests # tests
script: script:
......
# TopologyLayer # TopologyLayer
Build Status: [![Build Status](https://travis-ci.com/bruel-gabrielsson/TopologyLayer.svg?branch=master)](https://travis-ci.com/bruel-gabrielsson/TopologyLayer)
This repository contains a Python package that implements PyTorch-compatible persistent homology layers, as well as featurization of the output. This repository contains a Python package that implements PyTorch-compatible persistent homology layers, as well as featurization of the output.
For an introduction to this topic, see the preprint **A Topology Layer for Machine Learning**, [arxiv:1905.12200](https://arxiv.org/abs/1905.12200) For an introduction to this topic, see the preprint **A Topology Layer for Machine Learning**, [arxiv:1905.12200](https://arxiv.org/abs/1905.12200)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment