Revision fac31a7235a4baf7656755279912e9524914a847 authored by thevincentadam on 20 January 2020, 14:01:08 UTC, committed by thevincentadam on 20 January 2020, 14:01:08 UTC
1 parent 291ae6c
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