Skip to content

Commit

Permalink
debug0525
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiseem committed May 25, 2023
1 parent 865b933 commit 81cac2f
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/PointNu-Net.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions configs/consep_notype_large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 7
kernel_size: 1
num_classes: 2
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/consep_notype_middle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 4
kernel_size: 1
num_classes: 2
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/consep_notype_tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 4
kernel_size: 1
num_classes: 2
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/consep_type_large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 7
kernel_size: 1
num_classes: 5
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/consep_type_middle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 4
kernel_size: 1
num_classes: 5
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/consep_type_tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 4
kernel_size: 1
num_classes: 5
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/kumar_notype_large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 7
kernel_size: 1
num_classes: 2
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/kumar_resnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 7
kernel_size: 1
num_classes: 2
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
1 change: 1 addition & 0 deletions configs/kumar_resnext101dcn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 7
kernel_size: 1
num_classes: 2
output_stride: 4


train:
Expand Down
1 change: 1 addition & 0 deletions configs/kumar_swin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 7
kernel_size: 1
num_classes: 2
output_stride: 4

train:
max_epoch: 100 # maximum number of training iterations
Expand Down
2 changes: 2 additions & 0 deletions configs/monuseg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ model:
ins_out_channels: 256
stacked_convs: 7
num_classes: 2
kernel_size: 1
output_stride: 4


train:
Expand Down
1 change: 1 addition & 0 deletions configs/pannuke_resnext101dcn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ model:
stacked_convs: 7
num_classes: 6
kernel_size: 1
output_stride: 4


train:
Expand Down

0 comments on commit 81cac2f

Please sign in to comment.