transfer files
This commit is contained in:
@@ -33,11 +33,11 @@ trainer:
|
||||
log_every_n_steps: null
|
||||
inference_mode: true
|
||||
default_root_dir: null
|
||||
accumulate_grad_batches: 6
|
||||
accumulate_grad_batches: 2
|
||||
gradient_clip_val: 1.0
|
||||
|
||||
model:
|
||||
class_path: ThermalSolver.module.GraphSolver
|
||||
class_path: ThermalSolver.graph_module.GraphSolver
|
||||
init_args:
|
||||
model_class_path: ThermalSolver.model.local_gno.GatingGNO
|
||||
model_init_args:
|
||||
@@ -49,11 +49,11 @@ model:
|
||||
out_ch: 1
|
||||
unrolling_steps: 1
|
||||
data:
|
||||
class_path: ThermalSolver.data_module.GraphDataModule
|
||||
class_path: ThermalSolver.graph_datamodule.GraphDataModule
|
||||
init_args:
|
||||
hf_repo: "SISSAmathLab/thermal-conduction"
|
||||
split_name: "2000"
|
||||
batch_size: 4
|
||||
split_name: "2000_ref_1"
|
||||
batch_size: 10
|
||||
train_size: 0.8
|
||||
test_size: 0.1
|
||||
test_size: 0.1
|
||||
|
||||
Reference in New Issue
Block a user