Skip to content

Commit

Permalink
Update test_heatmap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sstary authored May 11, 2024
1 parent 5976590 commit a259603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FTransUNet/test_heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
handle = nvmlDeviceGetHandleByIndex(int(os.environ["CUDA_VISIBLE_DEVICES"]))
print("Device :", nvmlDeviceGetName(handle))

BATCH_SIZE = 1
config_vit = CONFIGS_ViT_seg['R50-ViT-B_16']
config_vit.n_classes = 6
config_vit.n_skip = 3
Expand Down

0 comments on commit a259603

Please sign in to comment.