https://github.com/GPflow/GPflow
Raw File
Tip revision: 4f1faf11ce53037efcdd3ed60be52646c3206222 authored by Sergio Diaz on 10 September 2019, 15:11:24 UTC
SGPR and FITC updated
Tip revision: 4f1faf1
__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