scratchpad

 cd /
 nohup ./run_jupyter.sh --allow-root  > tf_files/nohup.out 2>&1 < /dev/null &

# then use web to login to the jupyter session
http://dl4gpu.agshiftdata.com:8890/tree#

The scala code: 
/tf_files/system/deep_learning_repo/object_detection/multi_model_pipeline/AgSkoreService.scala
calls the following python code to do DL are here:

/tf_files/system/deep_learning_repo/object_detection/multi_model_pipeline/inference_wrapper.py
/tf_files/system/deep_learning_repo/object_detection/multi_model_pipeline/run_inference.py

Last updated

Was this helpful?