摘要: import tensorflow.compat.v1 as tfimport osos.environ["CUDA_VISIBLE_DEVICES"] = "-1"tf.disable_v2_behavior()a = tf.constant(4, name = "input_a")b = tf. 阅读全文
posted @ 2019-12-19 17:00 迷途小书童31 阅读(307) 评论(0) 推荐(0) 编辑
摘要: AttributeError: module 'tensorflow' has no attribute 'random_normal' AttributeError: module 'tensorflow' has no attribute 'Session' 查了很多,发现是tensorflow 阅读全文
posted @ 2019-12-19 11:52 迷途小书童31 阅读(1949) 评论(0) 推荐(0) 编辑
摘要: 近期准备参加CTF 一头雾水 开始练练手 https://2018game.picoctf.com/ 这个网站挺适合新手的(据说面向高中生?? 惭愧惭愧) 前面几个比较简单 就从 Resources - Points: 50 - (Solves: 26288)这个开始 Resources - Poi 阅读全文
posted @ 2019-12-19 11:14 迷途小书童31 阅读(918) 评论(0) 推荐(0) 编辑