Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,22 @@ pip install tensorflow[and-cuda]==2.14

# Install keras-tcn without dependencies
pip install keras-tcn --no-dependencies
```

### Using Pixi
```bash
# Download code
git clone https://github.com/bermanlabemory/Temporal-Autoencoders-For-Causal-Inference-TACI

# Go into downloaded directory
cd Temporal-Autoencoders-For-Causal-Inference-TACI

# Install pixi
curl -fsSL https://pixi.sh/install.sh | sh

# Install environment
pixi install

# Activate environment
pixi s
```
Loading