Skip to content

Instantly share code, notes, and snippets.

@alexhua
alexhua / TF-Build-Notes.md
Last active November 7, 2023 04:30
Build Tensorflow 2.7 on Windows with MSVC

Instructions

install python3.9

pip3 install six numpy wheel

pip3 install keras_applications==1.0.6 --no-deps

pip3 install keras_preprocessing==1.0.5 --no-deps

@alexhua
alexhua / hash-cmd.reg
Created November 15, 2021 02:56
Add hash calculations context menu on Windows 7 and older
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\hash]
"MUIVerb"="Hash"
"SubCommands"=""
"Icon"="CMD.exe"
; MD5
[HKEY_CLASSES_ROOT\*\shell\hash\shell\01menu]
"MUIVerb"="MD5"