Loading data/p_322_data_np_res_32.npy 0 → 100755 +711 MiB File added.No diff preview for this file type. View file sender.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import zmq import time import json aryinit = np.load("../data/p_322_data_np_res_32.npy") aryinit = np.load("./data/p_322_data_np_res_16.npy") print('Array contains {} elements'.format(aryinit.size)) md = dict(dtype=str(aryinit.dtype), shape=aryinit.shape) Loading setup.sh +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ sed 's@REPLACE_PWD@'"$PWD"'@g' topaz_config.yaml > topaz_config.yaml.new mv topaz_config.yaml.new topaz_config.yaml sed 's@REPLACE_PWD@'"$PWD"'@g' env.sh > env.sh.new mv env.sh.new env.sh HH=$(hostname -f) sed 's@REPLACE_HOST@'"$HH"'@g' train.py > train.py.new mv train.py.new train.py # environment tar -zxf topaz_env.tar.gz Loading
data/p_322_data_np_res_32.npy 0 → 100755 +711 MiB File added.No diff preview for this file type. View file
sender.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import zmq import time import json aryinit = np.load("../data/p_322_data_np_res_32.npy") aryinit = np.load("./data/p_322_data_np_res_16.npy") print('Array contains {} elements'.format(aryinit.size)) md = dict(dtype=str(aryinit.dtype), shape=aryinit.shape) Loading
setup.sh +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ sed 's@REPLACE_PWD@'"$PWD"'@g' topaz_config.yaml > topaz_config.yaml.new mv topaz_config.yaml.new topaz_config.yaml sed 's@REPLACE_PWD@'"$PWD"'@g' env.sh > env.sh.new mv env.sh.new env.sh HH=$(hostname -f) sed 's@REPLACE_HOST@'"$HH"'@g' train.py > train.py.new mv train.py.new train.py # environment tar -zxf topaz_env.tar.gz