Skip to content

Commit

Permalink
[good] uploading training script that works?
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Oct 1, 2024
1 parent 05ff180 commit 1fefab4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
Empty file removed .env
Empty file.
Empty file.
Empty file removed bioimage_embed/tests/__init__.py
Empty file.
1 change: 0 additions & 1 deletion scripts/idr/study.submitit.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def __getitem__(self, idx):
if torch.is_tensor(idx):
idx = idx.tolist()
img_name = self.file_list[idx]
obj = fs.open(img_name,filecache={'cache_storage':'tmp/idr'})
try:
image = read_image(fs,img_name)
if self.transform:
Expand Down

0 comments on commit 1fefab4

Please sign in to comment.