satnogs-wut/wut-worker.py

20 lines
250 B
Python
Raw Normal View History

#!/usr/bin/env python
# coding: utf-8
# In[ ]:
# wut-worker --- Runs on worker nodes
#
#
2020-01-17 18:21:46 -07:00
# In[14]:
from __future__ import absolute_import, division, print_function, unicode_literals
import tensorflow as tf
import simplejson as json
2020-01-17 18:21:46 -07:00
import os