Revision 458c6a6d1725c6d7b21773e762ceca01faa0bb23 authored by william cowley on 15 October 2021, 17:10:45 UTC, committed by william cowley on 15 October 2021, 17:10:45 UTC
1 parent 5e92b2e
__init__.py
import warnings
import numpy as np
import tensorflow as tf
import gpflow
warnings.filterwarnings("ignore")
gpflow.config.set_default_float(np.float64)

Computing file changes ...