柳贯一
Results
4
comments of
柳贯一
您好,请问在“重复上面的步骤,直到找到相同 score 和 sds 的节点。”中, “相同score”这个约束时如何保证的呢?
https://github.com/redis/redis/issues/3081 我在官方找到一个和我有相同想法的issue。
Hello. In my opinion, you should edit line15 in run.py, 'valid' to 'train', so that your code can train from the begining. LINE12: `tf.app.flags.DEFINE_string("mode", "train", "Mode to run - choose...