Skip to content

Instantly share code, notes, and snippets.

@ykshr
ykshr / cucumber9-gen-binary-weights.py
Created April 15, 2017 07:09
[BNN-PYNQ] Generating Binary Weights Files for cucumber9
#BSD 3-Clause License
#=======
#
#Copyright (c) 2017, Xilinx
#All rights reserved.
#
#Redistribution and use in source and binary forms, with or without
#modification, are permitted provided that the following conditions are met:
#
#* Redistributions of source code must retain the above copyright notice, this
@ykshr
ykshr / cucumber9.py
Last active April 15, 2017 06:50
[BNN-PYNQ] Training script for cucumber9
#BSD 3-Clause License
#=======
#
#Copyright (c) 2017, Xilinx Inc.
#All rights reserved.
#
#Based Matthieu Courbariaux's CIFAR-10 example code
#Copyright (c) 2015-2016, Matthieu Courbariaux
#All rights reserved.
#