Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for fixed (not learnable) random field parameters in BatchGaussianRandomFieldModule. These parameters will often be (effectively) constant in space/time, which means there are initialized with huge (correlation) values. As such, keeping things stable also required using jnp.expm1 to implement (1 - self.phi**2) in the GaussianRandomField. #89

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jun 19, 2024

Add option for fixed (not learnable) random field parameters in BatchGaussianRandomFieldModule. These parameters will often be (effectively) constant in space/time, which means there are initialized with huge (correlation) values. As such, keeping things stable also required using jnp.expm1 to implement (1 - self.phi**2) in the GaussianRandomField.

@copybara-service copybara-service bot changed the title No public description Add option for fixed (not learnable) random field parameters in BatchGaussianRandomFieldModule. These parameters will often be (effectively) constant in space/time, which means there are initialized with huge (correlation) values. As such, keeping things stable also required using jnp.expm1 to implement (1 - self.phi**2) in the GaussianRandomField. Jun 19, 2024
…hGaussianRandomFieldModule`. These parameters will often be (effectively) constant in space/time, which means there are initialized with huge (correlation) values. As such, keeping things stable also required using `jnp.expm1` to implement `(1 - self.phi**2)` in the `GaussianRandomField`.

PiperOrigin-RevId: 647499813
@copybara-service copybara-service bot merged commit dd9ab16 into main Jun 28, 2024
@copybara-service copybara-service bot deleted the test_644555087 branch June 28, 2024 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant