Xiaohu Zhu
Xiaohu Zhu
you may save `model.user_model` and `model.movie_model` separately.
[Colab](https://colab.research.google.com/drive/18qor4q6RTP7z3EW94JQN88yajFnuye9-?usp=sharing) save models seperately and recover model to make inference.
@kritinemkul for your problem, change the following code in `/home/ubuntu/seq2seq/seq2seq/test/pipeline_test.py`: ``` def _clear_flags(): """Resets Tensorflow's FLAG values""" #pylint: disable=W0212 for flag_key in dir(tf.app.flags.FLAGS): delattr(tf.app.flags.FLAGS, flag_key) #tf.app.flags.FLAGS = tf.app.flags._FlagValues() tf.app.flags._global_parser =...
Try `rustup-init` to reinstall all necessary stuffs. Then your IntelliJ Rust can work.
@jtheak it works for me. thanks
It seems the content you want to classify is empty string (i.e. ""). you should tackle this case(remove them for example)
示例里面的 VQSD 和 VQE 都是量子神经网络
示例里面的 VQSD 和 VQE 等都是量子神经网络,通过参数化量子线路实现。目前均在CPU、GPU上模拟。