Skip to content

Commit

Permalink
Support for FILM SIREN in odak.learn.models.multi_layer_perceptron.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Nov 30, 2023
1 parent 1ab617e commit e47c5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_learn_models_multi_layer_perceptron.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ def main():
test_filename = './estimation.png'
weights_filename = 'model_weights.pt'
learning_rate = 1e-3
no_epochs = 2000
no_epochs = 20
number_of_batches = 1
dimensions = [2, 128, 128, 3]
device_name = 'cuda'
device_name = 'cpu'
save_at_every = 500
device = torch.device(device_name)
model = odak.learn.models.multi_layer_perceptron(
Expand Down

0 comments on commit e47c5eb

Please sign in to comment.