William(wenmin) Wu

Results 13 issues of William(wenmin) Wu

Hi all, Your work is definitely remarkable, annotating images is very time-consuming. Things become even worse when annotating image for segmentation. I know there is already a very nice segmentation...

Hi all, thx for your remarkable works! please note the link of pre-trained model download is expired. Can you share us another link for downloading?

```docker HADOOP_VERSION=2.7 APACHE_SPARK_VERSION=2.4.3 PYTHON_VERSION=3 ``` codes: ``` spark = None try: print('creating spark cluster') spark = SparkSession.builder\ .appName(spark_app_name) \ .config('spark.kubernetes.namespace', spark_k8s_namespace) \ .config('spark.jars.packages', 'org.tensorflow:spark-tensorflow-connector_2.11:1.14.0') \ .config("mapreduce.fileoutputcommitter.algorithm.version", "2") \ .config('spark.executor.instances', str(spark_n_executors))...

In BPR the object function is to maximize the posterior probability, so the learning algorithm should be stochastic gradient **ascent**, that is to say we need **subtract** the regularized term...

Hi, I train LINE with my own dataset and I meet a segment fault. When I debug with gdb, the debug info points the fault occurs when executing the `Update()`...

Dear lokesh, I encountered a problem when the alpha of the image are all below 125 such as the following image. ![test](https://user-images.githubusercontent.com/9409333/40773354-3436de18-64f5-11e8-86f8-ca12a134e1c9.png) I want to know can lower the alpha...

Hi, I use JS to insert a cell below current cell, however the `cell.id` is not available after creating. ```Javascript var newCell = Jupyter.notebook.insert_cell_below("markdown"); console.log(newCell.id); #undefined ```

Dear all, I download wormhole and `make` it on redhat-release-5Server-5.3.0.3. An error happened as following: In file included from ./src/base/common.h:40:0, from src/system/postoffice.h:2, from src/ps.h:8, from src/ps_main.cc:1: ./src/base/resource_usage.h: In function ‘timespec...

This tool is fabulous and very helpful to left-handed people. However, after installing it, I can't find those capes you showed on README. Could you please tell me where can...