Xiangzhe Lu

Results 2 issues of Xiangzhe Lu

在函数 isSatisfyKKT(self, i): 中 判断是否满足kkT条件,与书中公式相比添加了松弛因子,这部分是为了什么呢? 希望能得到大佬的帮助

In tensorflow, we could use these commends to set the usage of gpu config = tf.ConfigProto() config.gpu_options.per_process_gpu_memory_fraction = 0.9 # 占用GPU90%的显存 session = tf.Session(config=config) If I use the package of...