逻辑回归0.环境设定

import os
os.environ['TF_CPP_MIN_LOG_LEVEL']='2'

import numpy as np
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
import time
posted @ 2022-02-12 17:16  xjspyx  阅读(21)  评论(0)    收藏  举报