start new:
tmux
start new with session name:
tmux new -s myname
| """Simple example on how to log scalars and images to tensorboard without tensor ops. | |
| License: BSD License 2.0 | |
| """ | |
| __author__ = "Michael Gygli" | |
| import tensorflow as tf | |
| from StringIO import StringIO | |
| import matplotlib.pyplot as plt | |
| import numpy as np |
| #include <iostream> | |
| #include <conio.h> | |
| class ArbeitsplatzPC { | |
| private: | |
| std::string macAdresse; | |
| char netz; | |
| bool checknetz(char netz); | |
| bool checkMac(std::string macAddress); | |
| bool checkHex(char magic); |