Revision 94949b4c7f37f71a2c5d6c316c33e7b5868ec0a0 authored by ST John on 13 April 2021, 15:45:31 UTC, committed by ST John on 13 April 2021, 15:45:31 UTC
1 parent 0853a66
Raw File
__init__.py
import warnings

import numpy as np
import tensorflow as tf

import gpflow

warnings.filterwarnings("ignore")
gpflow.config.set_default_float(np.float64)
back to top