Results 30 issues of QinLuo

**Is your feature request related to a problem? Please describe.** Is it possible do active learning based on the current master branch? Any clue will be highly appreciated.

discussion

Please provide the following information if applicable: - Operating system and its version: Mac 10.10.5, python3.6.6 - Version number of Scylla: 1.1.5 no proxy is crawled ``` 2019-01-15 - 13:05:59...

1.0-deprecated

While using GpuMat (create gpuMat from Mat with `gpuMat.upload`), I met the following error: ``` linux-x86_64-gpu/opencv-4.3.0/modules/core/src/cuda/gpu_mat.cu:121: error: (-217:Gpu API call) CUDA driver version is insufficient for CUDA runtime version in...

enhancement
help wanted

利用 fasttext 官方最新代码训练的模型 (ftz 格式),用fasttext4j 加载模型预测结果时,2w 个样本,出现了 3k 个样本的预测结果同官方的代码预测结果不一致。 仅对比分类标签

之前用此模块的时候,有不少配置问题,记录在了 [文本情感分析之-baidu-senta](https://ericxsun.github.io/2018-11-01-文本情感分析之-baidu-senta)。有需要的朋友可以参考下,少走点儿配置坑

从 https://github.com/baidu/Senta/blob/master/C-API/download.sh 此下载的模型是贵司开放平台上的最新模型吗?谢谢

I just tested this repo and the official one to predict a number of samples(with the same model trained by official code, in format of ftz). ## c++ `fasttext predict-prob...

Bug coz by different way dealing with metaclass by Python2.7 and Python3.* Python 3.*: ``` class ClassName(metaclass=abc.ABCMeta) ``` Python 2.7: ``` class ClassName: __metaclass__ = abc.ABCMeta ```

### 🐛 Describe the bug When continue pretraining Mixtral-8x7B-v0.1 with GeminiPlugin or HybridParallelPlugin directly, I got the RuntimeError: ``` ZERO DDP error: the synchronization of gradients doesn't exit properly.", 'The...

bug