-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
27 lines (23 loc) · 934 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# #!/usr/bin/env python
# __author__ = 'Christos Margadji'
# __credits__ = 'Sebastian Pattinson'
# __copyright__ = '2024, University of Cambridge, Computer-aided Manufacturing Group'
# __email__ = '[email protected]'
name: interpol # Save name
data:
dataroot: "/home/cam/Documents/Christos/interpolation/git_to_publish/4D-neural-fields-optimise-3D-printing/4D-neural-fields-optimise-3D-printing/data_bolt.h5" # Directory where data is stored
dim_reduction: 2 # Number of pixels in largest dim
training:
epochs: 5 # Number of epochs for training
batch: 50000
learning_rate: 0.00001 # Learning rate for the optimizer
gdir: 0.1 # Set to =0 if GDIR needs to be disabled
gpus: 2 # Number of GPUs to use for training
model:
inputs: 4 # [X, Y, Z, FR]
hidden: 1024
n_hidden: 8
outputs: 1 # [SDF]
outermost_linear: True
first_omega_0: 30.
hidden_omega_0: 30.