Hello, I am trying to use the hyperas for tuning the multi-input LSTM model, but i am unable to figure out, where things are going wrong.
I have searched online, but could not find anything relevant to this.
Traceback (most recent call last):
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/kkuma12s/thesis/Proof_Extraction/models/DeepLearningModels/lstm/tune_hyperas_fever_full.py", line 191, in <module>
trials=Trials())
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/hyperas/optim.py", line 69, in minimize
keep_temp=keep_temp)
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/hyperas/optim.py", line 139, in base_minimizer
return_argmin=True),
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/hyperopt/fmin.py", line 388, in fmin
show_progressbar=show_progressbar,
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/hyperopt/base.py", line 639, in fmin
show_progressbar=show_progressbar)
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/hyperopt/fmin.py", line 407, in fmin
rval.exhaust()
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/hyperopt/fmin.py", line 262, in exhaust
self.run(self.max_evals - n_done, block_until_done=self.asynchronous)
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/hyperopt/fmin.py", line 198, in run
disable=not self.show_progressbar, dynamic_ncols=True,
File "/home/kkuma12s/anaconda3/envs/bert_env/lib/python3.6/site-packages/tqdm/_tqdm.py", line 850, in __init__
self.set_postfix(refresh=False, **postfix)
TypeError: set_postfix() argument after ** must be a mapping, not str
Hello, I am trying to use the hyperas for tuning the multi-input LSTM model, but i am unable to figure out, where things are going wrong. I have searched online, but could not find anything relevant to this.
This is my code:
Error: