Skip to content

Instantly share code, notes, and snippets.

@Willian-Zhang
Willian-Zhang / tensorflow_1_8_high_sierra_gpu.md
Last active May 12, 2022 04:40
Install TensorFlow 1.8 on macOS High Sierra 10.13.4 with CUDA
import java.lang.instrument.*;
import java.security.ProtectionDomain;
public class GetBytecode implements ClassFileTransformer {
private static Instrumentation inst;
public static synchronized void agentmain(String args, Instrumentation inst) {
GetBytecode.inst = inst;
}