Revision fb86ce39c4578a4c08de5052a066e9d7657807f7 authored by vdutor on 06 May 2020, 12:48:56 UTC, committed by vdutor on 06 May 2020, 12:48:56 UTC
1 parent 8b24183
__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 ...