memory_probe_ops icon indicating copy to clipboard operation
memory_probe_ops copied to clipboard

TensorFlow kernels for probing memory

Results 2 memory_probe_ops issues
Sort by recently updated
recently updated
newest added

When i run memory-probe-examples.ipynb file this error displayed in In[2] `import urllib.request response = urllib.request.urlopen("https://raw.githubusercontent.com/yaroslavvb/memory_probe_ops/master/linux.memory_probe_ops.so") open("memory_probe_ops.so", "wb").write(response.read()) memory_probe_ops = tf.load_op_library("./memory_probe_ops.so")` --------------------------------------------------------------------------- NotFoundError Traceback (most recent call last) in () 2...

Hi, do this support multi-gpu? Thanks