Introduction to RUNN: Random Utility Neural Network¶
In [1]:
Copied!
%load_ext autoreload
%autoreload 2
import runn
runn.display_info()
%load_ext autoreload
%autoreload 2
import runn
runn.display_info()
2023-11-28 16:00:31.930578: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: SSE4.1 SSE4.2 AVX AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
---------------------------------- RUNN info ----------------------------------- RUNN: Random Utility Neural Network Version: 0.1.0 Author: José Ángel Martín Baos System information: TensorFlow version: 2.14.0 Number of CPUs available: 1 Number of GPUs available: 0 --------------------------------------------------------------------------------
In [ ]:
Copied!
In [ ]:
Copied!