C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:541: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint8 = np.dtype([("qint8", np.int8, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:542: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint8 = np.dtype([("quint8", np.uint8, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:543: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint16 = np.dtype([("qint16", np.int16, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:544: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint16 = np.dtype([("quint16", np.uint16, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:545: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint32 = np.dtype([("qint32", np.int32, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:550: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. np_resource = np.dtype([("resource", np.ubyte, 1)]) Traceback (most recent call last): File "behavenet/fitting/ae_grid_search.py", line 100, in hyperparams.optimize_parallel_gpu(main, gpu_ids=gpu_ids) File "C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\test_tube\argparse_hopt.py", line 320, in optimize_parallel_gpu self.pool = Pool(processes=nb_workers, initializer=init, initargs=(gpu_q,)) File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\context.py", line 119, in Pool context=self.get_context()) File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\pool.py", line 176, in __init__ self._repopulate_pool() File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\pool.py", line 241, in _repopulate_pool w.start() File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\process.py", line 112, in start self._popen = self._Popen(self) File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\context.py", line 322, in _Popen return Popen(process_obj) File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__ reduction.dump(process_obj, to_child) File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) AttributeError: Can't pickle local object 'HyperOptArgumentParser.optimize_parallel_gpu..init' (behavenet) C:\Users\taliaferro\Documents\BehaveNet\behavenet>C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:541: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint8 = np.dtype([("qint8", np.int8, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:542: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint8 = np.dtype([("quint8", np.uint8, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:543: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint16 = np.dtype([("qint16", np.int16, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:544: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_quint16 = np.dtype([("quint16", np.uint16, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:545: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. _np_qint32 = np.dtype([("qint32", np.int32, 1)]) C:\Users\taliaferro\.conda\envs\behavenet\lib\site-packages\tensorboard\compat\tensorflow_stub\dtypes.py:550: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. np_resource = np.dtype([("resource", np.ubyte, 1)]) Traceback (most recent call last): File "", line 1, in File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode = _main(fd) File "C:\Users\taliaferro\.conda\envs\behavenet\lib\multiprocessing\spawn.py", line 115, in _main self = reduction.pickle.load(from_parent) EOFError: Ran out of input