Chieh Teng Chang
Chieh Teng Chang
I found that the progrem hangs on this line. Should it add `timeout` when call `urlopen`? https://github.com/hardikvasa/google-images-download/blob/0d2bf8f17b5a8806d90df7258e7a172aa0cb7963/google_images_download/google_images_download.py#L139-L140
有關中文摘要
我看到了你們在這裡發佈的訊息,與把 Abstractive summarization 整合進 library 覺得非常好 https://chinesenlp.xyz/docs/text_summarization.html 一年前我在碩士期間研究了 Chinese summarization 這是我的 Paper 當初發現了 LCSTS 的資料集上有缺陷,在 training set 和 testing set 上有很大一部分的重複 聯繫 dataset 的作者,他後來發佈了 LCSTS2.0 但依然有重複的部分,我們提出了 LCSTS2.0-clean 且發表了 hybrid-word-character 的方法,在最原始版本的...
I use Facebook Login, Google Login, they can save user name and avatar automatically. But I use Apple login, get nothing... Can someone else help me? Thanks This is my...
Excuse me, I have some questions. If I want to train SeqGan on the real data like natural text(poem, article), I can not pre-train the generator because I can not...
Can not load from pretrained? ``` Traceback (most recent call last): File "/data/magiclens/apps/decensored_server/.venv/lib/python3.6/site-packages/celery/app/trace.py", line 385, in trace_task R = retval = fun(*args, **kwargs) File "/data/magiclens/apps/decensored_server/.venv/lib/python3.6/site-packages/celery/app/trace.py", line 648, in __protected_call__ return...
Is there any API I can use to implement this in `django-elasticsearch-dsl-drf`? https://stackoverflow.com/questions/9295118/return-distance-in-elasticsearch-results
No documentation mentions `related_to_ignore`, can someone explain it?
@assem-ch Please review it, thanks
fix issue here https://github.com/beda-software/drf-writable-nested/issues/179
I want to pass values to nested serializers that have changed names, but it seems not to work. Can somebody help me? ## Serializer ``` class PriceSerializer(PriceBaseSerializer): class ProductSerializer(serializers.ModelSerializer): class...