-
`
List features = featureExtraction.featureExtraction(datas, 500);
`
如题,我如果数据集是5个分类,计算后不应该返回5个分类的特征词么。现在返回的就一个list,我再怎么使用呢?
-
**Describe the bug**
FeatureExtraction fails with the message `[14:14:50.784266][info] Job max memory consumption for one image: 825 MB` if the path to images contains a non-ASCII character
**To R…
-
When running characterization on a large set of cohorts - especially when chunked over batches like below, `FeatureExtraction::getDbCovariateData` spits out a lot of messages into the console. These m…
-
Hi,
I want to fine tune arabic model on my dataset
what should be config file for this?
i tried this before with
Transformation: 'None'
FeatureExtraction: 'ResNet'
SequenceModeling: 'BiLS…
-
It appears that many HADES packages are trying to avoid usage of oracleTempSchema in favor or tempEmulationSchema. FeatureExtract FeatureExtraction::getDbCovariateData does not support tempEmulationSc…
-
So, this isn't really an "issue" as it is a clarification and possible correction? I was reading through your code to understand it better, and I came across the code on line 118 of FeatureExtraction…
-
Traceback (most recent call last):
File "/home/weakalign-master/demo.py", line 77, in
model.FeatureExtraction.state_dict()[name].copy_(checkpoint['state_dict']['FeatureExtraction.' + name]) …
-
While compiling CMake File, got an error:
`g++ -c mfcc.cpp -o mfcc.o -I. -std=c++11 -O2 -Wall -Wextra -pedantic -Werror -isystem/usr/local/include/GRT
In file included from mfcc.cpp:1:0:
mfcc.h:4…
-
Hello,
I found that FeatureExtraction.exe has a negative value when performing visualization, but AU should be between 0 and 5, and a negative value appears in the saved csv file
![image]…
-
I am very sorry if this is basic questions but this is my first time im using marytts to create new voices. im trying to run make file in ehmm but it is giving me failed errors. Here is what it produc…