Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main #271

Merged
merged 9 commits into from
Jul 8, 2024
Merged

main #271

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
4 changes: 0 additions & 4 deletions experiments/hot_distance/shared.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# %%
from dacapo.store.create_store import create_config_store
from dacapo.experiments.datasplits import DataSplitGenerator
from funlib.geometry import Coordinate
from dacapo.experiments.architectures import CNNectomeUNetConfig
from dacapo.experiments.trainers import GunpowderTrainerConfig
Expand All @@ -10,9 +9,6 @@
IntensityAugmentConfig,
IntensityScaleShiftAugmentConfig,
)
from dacapo.experiments import RunConfig
from dacapo.experiments.run import Run
import subprocess

config_store = create_config_store()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"lazy-property",
"neuroglancer",
"torch",
"fibsem_tools",
"fibsem_tools<=6.3",
"attrs",
"bokeh",
"numpy-indexed>=0.3.7",
Expand Down
Loading