644 bytes added
, 15:57, 15 May 2019
==Accessing the DevBox==
Connect to the DevBox by SSH over the internal network. It is on:
*192.168.2.202
*Username: researcher
*Password hint: littleamount
It has a /bulk samba share that can be mounted from the RDP. Follow the instructions on [[Help:Access RDP Server]].
==Specification==
{{:DIGITS DevBox}}
==Working in Tensorflow==
After you've connected to the box as researcher, you should be in /home/researcher. If not, cd there. Then load the virtual environment:
source ./venv/bin/activate
Test tensorflow:
python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))"