Yohai Bar Sinai
Yohai Bar Sinai
I think this works, but I can't run the test suite locally. [https://github.com/googleprivate/pde-superresolution-2d/issues/5]
https://github.com/googleprivate/pde-superresolution-2d/blob/6981ff1ee8a1bc99275d34d5f835213d02b174f8/pde_superresolution_2d/core/equations.py#L159-L161 @shoyer @JiaweiZhuang I think we might want to change the signature of `equation.time_derivative` to include the time: ```python def time_derivative( self, time, grid: grids.Grid, **inputs: tf.Tensor ) -> Dict[str,...
fix a few lines in README