Skip to content

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. #292

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.

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. #292

Triggered via pull request June 19, 2024 00:28
Status Failure
Total duration 6m 41s
Artifacts

ci-build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
python 3.10
Process completed with exit code 1.
python 3.11
Process completed with exit code 1.
python 3.10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
python 3.10
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
python 3.10
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
python 3.11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
python 3.11
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/cancel-workflow-action@0.7.0, actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
python 3.11
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/