Skip to content

Commit

Permalink
Cleanup broken files (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazabou authored Nov 11, 2024
1 parent 0aab896 commit dab35d0
Show file tree
Hide file tree
Showing 162 changed files with 37 additions and 39,882 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🔥 torch_brain
# torch_brain

**torch_brain** is a Python library for various deep learning models designed for neuroscience.

Expand All @@ -16,12 +16,6 @@ used as follows:
pip install -e ".[xformers]"
```

## Documentation
> [!WARNING]
> The docs are hosted publically for convenience, please do not share the link.
You can find the documentation for this package [here](https://chic-dragon-bc9a04.netlify.app/).

## Contributing
If you are planning to contribute to the package, you can install the package in
development mode by running the following command:
Expand Down
232 changes: 0 additions & 232 deletions configs/dataset/allen_neuropixels.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions configs/dataset/allen_neuropixels_dg.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions configs/dataset/allen_neuropixels_ns.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions configs/dataset/churchland_shenoy_neural_2012.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions configs/dataset/gillon_richards_responses_2023.yaml

This file was deleted.

8 changes: 5 additions & 3 deletions configs/dataset/mc_maze_small.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- selection:
- dandiset: "mc_maze_small"
- brainset: "mc_maze_small"
config:
multitask_readout:
- decoder_id: ARMVELOCITY2D
- readout_id: arm_velocity_2d
subtask_weights:
REACHING.RANDOM: 1.0
REACHING.HOLD: 1.0
Expand All @@ -11,5 +11,7 @@
REACHING.INVALID: 1.0
REACHING.OUTLIER: 0.1
metrics:
- metric: r2
- metric:
_target_: torchmetrics.R2Score
num_outputs: 2
task: REACHING
8 changes: 6 additions & 2 deletions configs/dataset/perich_miller_population_2018.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@
REACHING.INVALID: 0.1
REACHING.OUTLIER: 0.0
metrics:
- metric: r2
- metric:
_target_: torchmetrics.R2Score
num_outputs: 2
task: REACHING
subtask: REACHING.REACH

Expand Down Expand Up @@ -131,6 +133,8 @@
REACHING.INVALID: 0.1
REACHING.OUTLIER: 0.0
metrics:
- metric: r2
- metric:
_target_: torchmetrics.R2Score
num_outputs: 2
task: REACHING
subtask: REACHING.RANDOM
Loading

0 comments on commit dab35d0

Please sign in to comment.