C:\Users\aaa>python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
Use exit() or Ctrl-Z plus Return to exit
>>> quit()
C:\Users\aaa>cd downloads
C:\Users\aaa\Downloads>dir elf*txt
驱动器 C 中的卷是 Windows7_OS
卷的序列号是 BEA2-035E
C:\Users\aaa\Downloads 的目录
2018/05/04 02:45 260,579,331 elf_converted_weights.txt
1 个文件 260,579,331 字节
0 个目录 843,460,608 可用字节
C:\Users\aaa\Downloads>dir *.py
驱动器 C 中的卷是 Windows7_OS
卷的序列号是 BEA2-035E
C:\Users\aaa\Downloads 的目录
2018/08/17 15:19 1,560 quantize_weights.py
1 个文件 1,560 字节
0 个目录 843,460,608 可用字节
C:\Users\aaa\Downloads>python quantize_weights.py elf_converted_weights.txt
Weight file difference L2-norm: 0.0034445704188723683
C:\Users\aaa\Downloads>dir elf_converted_weights*
驱动器 C 中的卷是 Windows7_OS
卷的序列号是 BEA2-035E
C:\Users\aaa\Downloads 的目录
2018/05/04 02:45 260,579,331 elf_converted_weights.txt
2018/08/17 15:24 154,259,295 elf_converted_weights_quantized.txt |