- create a new notebook
- choose python3
- choose [runtime] --> [change runtime type]
- choose GPU
Tensorflow OK (installed originally)
Keras OK
PyTorch OK
conda create -n tensorflow python=3.5.2
pip install numpy scipy
pip install --upgrade tensorflow-gpu
#define redPin * | |
#define greenPin * | |
#define bluePin * | |
int recieveByte = 0; | |
String bufStr = ""; | |
String okStr = "OK"; | |
void setup() { | |
// init pins |
const SerialPort = require('serialport'); | |
const port = new SerialPort('/dev/cu.usbmodem****', { | |
parser: SerialPort.parsers.readline('\n'), | |
baudrate: 9600 | |
}) | |
port.on('open', function () { | |
console.log('Serial open.'); | |
}) |
# ReachView code is placed under the GPL license. | |
# Written by Egor Fedorov ([email protected]) | |
# Copyright (c) 2015, Emlid Limited | |
# All rights reserved. | |
# If you are interested in using ReachView code as a part of a | |
# closed source project, please contact Emlid Limited ([email protected]). | |
# This file is part of ReachView. |
Env
Mac 10.12.6
Python 3.5.4(Anaconda)
$ pip install Cython==0.23
$ pip install kivy
Failed building wheel for kivy
Follow original repo's guide
https://github.com/thtrieu/darkflow
Python3, tensorflow 1.0, numpy, opencv 3.
$ mongo
MongoDB shell version v3.4.6
connecting to: mongodb://127.0.0.1:27017
2017-07-13T13:29:20.917+0500 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused
2017-07-13T13:29:20.917+0500 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:237:13
@(connect):1:6
exception: connect failed