Revision 3458f1af69f7b7af701d5e719e61e2c07083ca53 authored by Alessandro Vullo on 15 January 2021, 15:34:00 UTC, committed by Alessandro Vullo on 15 January 2021, 15:34:00 UTC
1 parent dbe09c6
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