tangdouer

Results 10 issues of tangdouer

您好,请问question_id和question_string_list分别指的是什么呢,能不能大概说下预测文件的格式呀。

当运行a1_seq2seq_attention_train.py文件时 遇见下面的错误。希望得到您的帮助。 ValueError: Variable W_initial_state1 already exists, disallowed. Did you mean to set reuse=True in VarScope? Originally defined at: File "/home/qiu/PycharmProjects/text_classification-master/a06_Seq2seqWithAttention/a1_seq2seq_attention_model.py", line 173, in instantiate_weights self.W_initial_state1 = tf.get_variable("W_initial_state1", shape=[self.hidden_size, self.hidden_size*2],...

How to use pytest to predict the test code in the tests directory and display the running result.

运行run_hnatt_viewer.py出错 raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'flask': 'flask'

您好,请问Imbalance Classification for Skew Data中的threshold是如何确定的。为什么是num_mini_example/freq

第一个问题:您好,请问如何根据row和col生成可视化的异构图呢, 第二个问题:row.append(train_size + i) 为什么row和col中的索引要加上train_size呢 谢谢

您好,在训练过程中,训练集准确率高于验证集准确率,应该怎么处理呢

def cal_EQ(cover,G): vertex_community = defaultdict(lambda:set()) 您好,请问cover 和G 分别指的是什么,数据格式是什么形式的。

This link is not available, could you share it again. mini-ImageNet can be obtained at: https://drive.google.com/u/0/uc?id=0B3Irx3uQNoBMQ1FlNXJsZUdYWEE

self.level = self.config.input_level AttributeError: type object 'Config' has no attribute 'input_level'