icecity96

Results 5 issues of icecity96

==先将就用会==等V2继续改进==估计调参玄学+语料没剔除好=。=,有好方法的大佬们求教

In function `model_fn`: ```python if init_checkpoint: (assignment_map, initialized_variable_names) = modeling.get_assignment_map_from_checkpoint(tvars,init_checkpoint) tf.train.init_from_checkpoint(init_checkpoint, assignment_map) if use_tpu: def tpu_scaffold(): tf.train.init_from_checkpoint(init_checkpoint, assignment_map) return tf.train.Scaffold() scaffold_fn = tpu_scaffold else: tf.train.init_from_checkpoint(init_checkpoint, assignment_map) ``` why `tf.train.init_from_checkpoint` should...

OS: MacOS 10.13.3 I installed the MeTA as instructed on setup guide. When I do the unit test ``` describe [ranker regression] libc++abi.dylib: terminating with uncaught exception of type meta::corpus::corpus_exception:...

~~~ want -> 1?(A1)*A? A -> 2?(02)*0? ~~~

http://open.weibo.com/wiki/Statuses/user_timeline 官方给出了user_timeline,但是在social-sdk里面似乎没有,还是封装成了别的方法