https://github.com/paraxor/maclookup magicrescue 1.1.9 Find and recover deleted files on block devices http://freshmeat.net/projects/magicrescue/ magictree 1.3 A penetration tester productivity tool designed to allow easy and straightforward data consolidation, querying, external command execution ...
# coding: UTF-8 import tensorflow as tf import numpy as np def maxPoolLayer(x, kHeight, kWidth, strideX, strideY, name, padding='SAME'): """max-pooling""" return tf.nn.max_pool(x, ksize=[1, kHeight, kWidth, 1], strides=[1, strideX, strideY, 1], padding=padding, name=n...
https://github.com/paraxor/maclookup magicrescue 1.1.9 Find and recover deleted files on block devices http://freshmeat.net/projects/magicrescue/ magictree 1.3 A penetration tester productivity tool designed to allow easy and straightforward data consolidation, querying, external command execution ...