Avio
Avio
I'm also getting this error on GPU tensorflow. The last LSTM layer must not have return_seq = True.
Yep, that's the problem but in #588 @ensiform wrote that fixing that issue would be quite complex plus ETLegacy would lose compatibility with older versions of Enemy Territory. And I'm...
I'm also facing this issue: SUMMARY ======== CLEAR PARAMETERS * /drotek_ublox_m8n_and_compass/ PARAMETERS * /drotek_ublox_m8n_and_compass/debug: 1 * /drotek_ublox_m8n_and_compass/device: /dev/ttyUSB0 * /drotek_ublox_m8n_and_compass/dgnss_mode: 3 * /drotek_ublox_m8n_and_compass/dr_limit: 1 * /drotek_ublox_m8n_and_compass/dynamic_model: 0 * /drotek_ublox_m8n_and_compass/enable_ppp: False...
Totally agree with you, this has been my solution as well: ``` #> cat ~/script/usb-power-cut-raspberry-pi-3.sh #/bin/bash ID=`id -u` if [ $ID -ne 0 ] then echo "You must be root...
Actually no, and I also made a few modifications to make it "more tolerant" with the hardware (or itself, I don't know precisely who is the culprit of all these...
I agree with @wmertens, this feature should be merged, I'm tired of doing deduplication with fslint-gui...
Thanks, I'll give it a try.
On Linux one can use stat (http://stackoverflow.com/a/8483435/1396334) to look at the inode number and the number of hard links for each file (before and after the hard link operation). As...
imageio.imwrite seems the way to go, I've submitted a PR.
I think that the problem is somewhat simpler than what I believed originally. In the launchfile I left the **buffer_queue_size** parameter at it's default value of **1000** and I'm using...