Rayan
Rayan
微信不让用了,可以用钉钉嘛,有竞争才是好的
[Vcpkg](https://github.com/microsoft/vcpkg) helps you manage C and C++ libraries on Windows, Linux and MacOS
Hi When Test With XGBoost 1.5-SNAPSHOT on Spark3.0 get an error blow, while XGBoost-1.4.2 works. XGBoost compiled with aws-s3 enable get xgboost4j_2.12-1.5.0-SNAPSHOT.jar ``` test_sdf: None train_sdf.schema: StructType(List(StructField(age,IntegerType,true),StructField(workclass,StringType,true),StructField(fnlwgt,DoubleType,true),StructField(education,StringType,true),StructField(education-num,DoubleType,true),StructField(marital-status,StringType,true),StructField(occupation,StringType,true),StructField(relationship,StringType,true),StructField(race,StringType,true),StructField(sex,StringType,true),StructField(capital-gain,DoubleType,true),StructField(capital-loss,DoubleType,true),StructField(hours-per-week,DoubleType,true),StructField(native-country,StringType,true),StructField(label,StringType,true))) train_sdf.schema.fields: [StructField(age,IntegerType,true), StructField(workclass,StringType,true),...
support cutfile by daily or hourly
namesapce a { class B { void fun(); }; } stubgen will generate void a::B::fun() {} but it should be namespace a { void B::fun() {} }
namsepace some { class ForwordClass; class B { }; } stubgen parser failed It caused by namsespace issue. when ignore namsespace, it will be ok.
### Describe the bug As https://github.com/aws/aws-sdk-cpp/issues/2609 issue describe , We newly Use vcpkg As cpp-library manager while aws-sdk-cpp updated version from 1.7.108 to 1.11.225, the problem still exsit. We Use...
**What is your question?** what the purpose to reimplement torch.unique as UniqueOp ? I noted that the functional of UniqueOp is same as torch.unique in testsuite [corelib/dynamicemb/test/test_unique_op.py](corelib/dynamicemb/test/test_unique_op.py) ----- By submitting...
Suppose I have a column Feature named PhoneNum, I want to analyze which company it runs instead of texted IDs. How can I make this transform function in ydata-profiling by...
I ran example [throughput.cu](https://github.com/NVIDIA/nvbench/blob/main/examples/throughput.cu) and it failed on 4XGPU, ```shell Command: 'cudaMemsetAsync(m_l2_buffer, 0, static_cast(m_l2_size), stream)' Run: [5/8] throughput_bench [Device=0] Fail: Unexpected error: /data/github/build/cache/nvbench/b2fc/nvbench/detail/l2flush.cuh:55: Cuda API call returned error: cudaErrorInvalidValue: invalid...