-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the paths in configs (merged from main)
- Loading branch information
Fatwir Mohammed
committed
Nov 25, 2024
1 parent
103b649
commit 4d42ed9
Showing
12 changed files
with
311 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# @package _global_ | ||
|
||
# to execute this experiment run: | ||
# python train.py experiment=example | ||
|
||
defaults: | ||
- override /data: other_polymorphic/classical_image_sdf.yaml | ||
- override /model: image/classical_sdf_35.yaml | ||
- override /callbacks: default.yaml | ||
- override /trainer: default.yaml | ||
- override /logger: csv.yaml | ||
|
||
# all parameters below will be merged with parameters from default configurations set above | ||
# this allows you to overwrite only specified parameters | ||
|
||
experiment_name: npm1_variance | ||
tags: ["equivariance"] | ||
|
||
seed: 42 | ||
|
||
data: | ||
batch_size: 4 | ||
|
||
model: | ||
x_label: image | ||
|
||
trainer: | ||
check_val_every_n_epoch: 1 | ||
min_epochs: 400 | ||
max_epochs: 2000 | ||
accelerator: gpu | ||
devices: [0] | ||
|
||
callbacks: | ||
early_stopping: | ||
monitor: val/loss | ||
|
||
model_checkpoint: | ||
dirpath: ./npm1_variance/ckpts | ||
monitor: val/loss | ||
save_top_k: 2 | ||
every_n_epochs: 1 | ||
|
||
logger: | ||
csv: | ||
save_dir: ./npm1_variance | ||
name: "classical_sdf" | ||
prefix: | ||
|
||
##### ONLY USE WITH A100s | ||
extras: | ||
precision: | ||
_target_: torch.set_float32_matmul_precision | ||
precision: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# @package _global_ | ||
|
||
# to execute this experiment run: | ||
# python train.py experiment=example | ||
|
||
defaults: | ||
- override /data: npm1/classical_image_sdf.yaml | ||
- override /model: image/classical_sdf_35.yaml | ||
- override /callbacks: default.yaml | ||
- override /trainer: default.yaml | ||
- override /logger: csv.yaml | ||
|
||
# all parameters below will be merged with parameters from default configurations set above | ||
# this allows you to overwrite only specified parameters | ||
|
||
experiment_name: npm1_variance | ||
tags: ["equivariance"] | ||
|
||
seed: 42 | ||
|
||
data: | ||
batch_size: 4 | ||
|
||
model: | ||
x_label: image | ||
group: so3 | ||
|
||
trainer: | ||
check_val_every_n_epoch: 1 | ||
min_epochs: 400 | ||
max_epochs: 2000 | ||
accelerator: gpu | ||
devices: [0] | ||
|
||
callbacks: | ||
early_stopping: | ||
monitor: val/loss | ||
|
||
model_checkpoint: | ||
dirpath: ./npm1_variance/ckpts | ||
monitor: val/loss | ||
save_top_k: 2 | ||
every_n_epochs: 1 | ||
|
||
logger: | ||
csv: | ||
save_dir: ./npm1_variance | ||
name: "so3_sdf" | ||
prefix: | ||
|
||
##### ONLY USE WITH A100s | ||
extras: | ||
precision: | ||
_target_: torch.set_float32_matmul_precision | ||
precision: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# @package _global_ | ||
|
||
# to execute this experiment run: | ||
# python train.py experiment=example | ||
|
||
defaults: | ||
- override /data: npm1/classical_image_seg.yaml | ||
- override /model: image/classical_seg_35.yaml | ||
- override /callbacks: default.yaml | ||
- override /trainer: default.yaml | ||
- override /logger: csv.yaml | ||
|
||
# all parameters below will be merged with parameters from default configurations set above | ||
# this allows you to overwrite only specified parameters | ||
|
||
experiment_name: npm1_variance | ||
tags: ["equivariance"] | ||
|
||
seed: 42 | ||
|
||
data: | ||
batch_size: 4 | ||
|
||
model: | ||
x_label: image | ||
|
||
trainer: | ||
check_val_every_n_epoch: 1 | ||
min_epochs: 400 | ||
max_epochs: 2000 | ||
accelerator: gpu | ||
devices: [0] | ||
|
||
callbacks: | ||
early_stopping: | ||
monitor: val/loss | ||
|
||
model_checkpoint: | ||
dirpath: ./npm1_variance/ckpts | ||
monitor: val/loss | ||
save_top_k: 2 | ||
every_n_epochs: 1 | ||
|
||
logger: | ||
csv: | ||
save_dir: ./npm1_variance | ||
name: "classical_seg" | ||
prefix: | ||
|
||
##### ONLY USE WITH A100s | ||
extras: | ||
precision: | ||
_target_: torch.set_float32_matmul_precision | ||
precision: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# @package _global_ | ||
|
||
# to execute this experiment run: | ||
# python train.py experiment=example | ||
|
||
defaults: | ||
- override /data: npm1/classical_image_seg.yaml | ||
- override /model: image/classical_seg_35.yaml | ||
- override /callbacks: default.yaml | ||
- override /trainer: default.yaml | ||
- override /logger: csv.yaml | ||
|
||
# all parameters below will be merged with parameters from default configurations set above | ||
# this allows you to overwrite only specified parameters | ||
|
||
experiment_name: npm1_variance | ||
tags: ["equivariance"] | ||
|
||
seed: 42 | ||
|
||
data: | ||
batch_size: 4 | ||
|
||
model: | ||
x_label: image | ||
group: so3 | ||
|
||
trainer: | ||
check_val_every_n_epoch: 1 | ||
min_epochs: 400 | ||
max_epochs: 2000 | ||
accelerator: gpu | ||
devices: [0] | ||
|
||
callbacks: | ||
early_stopping: | ||
monitor: val/loss | ||
|
||
model_checkpoint: | ||
dirpath: ./npm1_variance/ckpts | ||
monitor: val/loss | ||
save_top_k: 2 | ||
every_n_epochs: 1 | ||
|
||
logger: | ||
csv: | ||
save_dir: ./npm1_variance | ||
name: "so3_seg" | ||
prefix: | ||
|
||
##### ONLY USE WITH A100s | ||
extras: | ||
precision: | ||
_target_: torch.set_float32_matmul_precision | ||
precision: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# @package _global_ | ||
|
||
# to execute this experiment run: | ||
# python train.py experiment=example | ||
|
||
defaults: | ||
- override /data: npm1/pc.yaml | ||
- override /model: pc/implicit.yaml | ||
- override /callbacks: default.yaml | ||
- override /trainer: default.yaml | ||
- override /logger: csv.yaml | ||
|
||
# all parameters below will be merged with parameters from default configurations set above | ||
# this allows you to overwrite only specified parameters | ||
|
||
experiment_name: npm1_variance | ||
tags: ["equivariance"] | ||
|
||
seed: 42 | ||
|
||
data: | ||
batch_size: 4 | ||
|
||
model: | ||
x_label: pcloud | ||
|
||
trainer: | ||
check_val_every_n_epoch: 1 | ||
min_epochs: 400 | ||
max_epochs: 2000 | ||
accelerator: gpu | ||
devices: [0] | ||
|
||
callbacks: | ||
early_stopping: | ||
monitor: val/loss | ||
|
||
model_checkpoint: | ||
dirpath: ./npm1_variance/ckpts | ||
monitor: val/loss | ||
save_top_k: 2 | ||
every_n_epochs: 1 | ||
|
||
logger: | ||
csv: | ||
save_dir: ./npm1_variance | ||
name: "pc_implicit" | ||
prefix: | ||
|
||
##### ONLY USE WITH A100s | ||
extras: | ||
precision: | ||
_target_: torch.set_float32_matmul_precision | ||
precision: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.