-
The current implementation of Autoencoder is not good for code reuse. The constructor needs to be rewritten everytime we write a new type of autoencoder. However most of the lines in **init**() is of …
-
Basically, if you know that you aren't going to encounter your SOTA result before epoch 200, you shouldn't waste time pickling your model.
-
Implement ConvNets in this repo.
-
This can be done as in gh-1054. Do the reduction on the GPU, then this will transfer much less data.
The CudaNdarray object do not support many reduction, but we can compile a Theano function that ta…
nouiz updated
9 years ago
-
Hantek6022API-master/PyHT6022/HantekFirmware/custom/
include $(FX2LIBDIR)/lib/fx2.mk
Meanwhile I'll try to build using sdcc assuming the Makefile target is fw.
-
I'm trying to use a PWM pin to control an ESC for my homemade spindle. Unfortunately, it seems that the PWM system can't achieve the necessary 50hz frequency. Based on the code in SamTimers.h, it seem…
-
Hi, I got some problem with building sigrok.
Description of what I did, on an Ubuntu 12.04 LTS System:
# Install add-apt-repository
sudo apt-get install python-software-properties
# Add repositorys
…
-
Hi, I have looked a bit into the protocol and I thought I share what I found out.
Control message with `bRequest == 0xa0` is used to upload firmware. The `wValue` is the start address, the next pack…
-
Here is my setup.
RPI - UK made recently purchased
WIFI - realtek
usb hub
mpd and mpc installed
I2C bus enabled
Raspian 12-20-2013 release
What happens is that after playing a internet radio station…