Skip to content

Commit

Permalink
Merge pull request #9 from alan-turing-institute/03_cifar_pipeline
Browse files Browse the repository at this point in the history
3 cifar pipeline
  • Loading branch information
philswatton committed Dec 15, 2022
2 parents 231d674 + da4c8b2 commit 1765c68
Show file tree
Hide file tree
Showing 5 changed files with 1,179 additions and 31 deletions.
42 changes: 41 additions & 1 deletion README.md
@@ -1 +1,41 @@
# arc-model-similarities-phase-2
# ARC Model Similarity Phase 2

## Installation

1. Clone this repository

2. Install with `pip`:

```bash
pip install .
```

## Usage

**TODO**

## Development

### Developer Setup

1. Install dependencies with Poetry

```bash
poetry install
```

2. Install pre-commit hooks:

```bash
poetry run pre-commit install --install-hooks
```

3. Note that per issue [#8] you may encounter difficulties in installing pytorch with the current setup (i.e. if you are not running a mac with arm architecture). If this is the case, please update the URLs on lines 13 and 14 of pyproject.toml

### Testing

1. To run tests:

```bash
pytest tests
```

0 comments on commit 1765c68

Please sign in to comment.