Skip to content

Commit

Permalink
finish modification
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaakkaaii committed Jun 16, 2024
1 parent 6e2e8e7 commit 47a1740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions hrdae/models/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def save_reconstructed_images(
elif len(original.shape) == 6:
b, _, _, d, h, w = original.shape
for bi in range(0, b, 5):
print(original.shape)
print(reconstructed.shape)
_save_images(
original[bi, :, :, :, :, w // 2], # (t, 1, d, h)
reconstructed[bi, :, :, :, :, w // 2], # (t, 1, d, h)
Expand Down
2 changes: 1 addition & 1 deletion tuning/ct.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def objective(trial):
result_dir=result_dir,
dataloader=dataloader_option,
model=model_option,
n_epoch=1,
n_epoch=50,
)
result_dir.mkdir(parents=True, exist_ok=True)
with open(result_dir / "config.json", "w") as f:
Expand Down

0 comments on commit 47a1740

Please sign in to comment.