-
I'm finally at a controlled "request for comments" phase with the development of my [P2P Digital Networking Protocol](https://docs.google.com/document/d/1CKXns9XKySsFGcPGnmKiM5wAWJmbeBWZY6iIljAz6a4/ed…
-
我使用当前算法分别训练了两个模型:
A. 内容分类的分类模型。
B. 垃圾文章的分类模型。
我的应用场景是需要判断一篇文章分类以及是否为垃圾文章。
当前的办法是,同时加载两个模型,先后对文章进行识别,但是我发现在在当前的算法在同一进程中依次加载A和B模型时,B模型的加载会报 ValueError: Variable embedding already exists, disallo…
-
Hi,
After a few tests with OpenFace, I have noticed that some outputs on AU seem strange.
For example, on certain frames of a video, I have say AU14_c=1 (i.e. AU is present) while AU14_r=0 (AU inten…
-
ms face api를 사용해 구현을 했는데 connection 오류가 잦아서 어떻게 해결할지 생각해보자꾸
+ https://github.com/justadudewhohacks/face-api.js
-
I am curious about the emotion classification accuracy on the test set after multi-task fine-tuning training. Currently, I am running experiments on your dataset and would like to compare the results.…
-
Hi,
I am working on project, which ultimate goal is emotion classification from speech in real time (actually close to real time with short delay). I can handle feature extraction and classification,…
-
There's already a thread #200 discussing the necessity of extending the three-number SemVer notation to indicate tiniest nightly changes. In this thread i would like to discuss the necessity of the op…
-
Hi justin,
Great work! I wonder do you have the accuracy result when you train the data? thanks.
-
Familiarize yourself with their documentation: https://github.com/collab-uniba/EMTk
They've provided a version using Docker (prioritize this installation/running mode first).
You can also skim throu…
-
An increasing number of our dependencies are dropping support for Py2. Numpy and pytest are the more visible examples, but there are others. Dealing with this requires identifying such packages (usual…