Skip to content

Commit

Permalink
tick m1 neuron count
Browse files Browse the repository at this point in the history
  • Loading branch information
joel99 committed May 2, 2024
1 parent 641a770 commit 585152d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion falcon_challenge/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def n_channels(self):
elif self.task == FalconTask.h2:
return 192
elif self.task == FalconTask.m1:
return 96
return 64
elif self.task == FalconTask.m2:
return 96
raise NotImplementedError(f"Task {self.task} not implemented.")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='falcon_challenge',
version='0.3.2',
version='0.3.3',

url='https://github.com/snel-repo/stability-benchmark',
author='Joel Ye',
Expand Down

0 comments on commit 585152d

Please sign in to comment.