sparo-jack

Results 4 issues of sparo-jack

模型不断输出 Parsing ['../../data/criteo/tr.libsvm'] INFO:tensorflow:Calling model_fn. 是什么原因?是因为没有设置max_steps吗? 感觉不太合理啊,即使运行多个epoch,也不应该每次都调用model_fn以及解析数据啊?

#24 still have the problem Traceback (most recent call last): File "C:\Users\uesr\Anaconda3\lib\multiprocessing\process.py", line 258, in _bootstrap self.run() File "C:\Users\uesr\Anaconda3\lib\multiprocessing\process.py", line 93, in run self._target(*self._args, **self._kwargs) File "C:\Users\uesr\Anaconda3\lib\multiprocessing\pool.py", line 108, in...

run following code on ubuntu14 TypeError:can not pickle module from future import print_function from hyperopt import Trials, STATUS_OK, tpe from keras.datasets import mnist from keras.layers.core import Dense, Dropout, Activation from...

IPythonTrials.fmin function get the Domain object, but the implemention of the Domain hasn't the rseed parameter . domain = Domain(fn, space, rseed=rstate.randint(2 *\* 31 - 1), pass_expr_memo_ctrl=pass_expr_memo_ctrl) class Domain: def...