- Hangzhou
Pinned Loading
-
TorchEasyRec
TorchEasyRec PublicForked from alibaba/TorchEasyRec
An easy-to-use for large scale recommendation algorithms.
Python
296 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
March 2025
Created 19 commits in 4 repositories
Created a pull request in pytorch/FBGEMM that received 6 comments
replace device param with bounds_check_warning of inputs_to_device function
When using fbgemm-gpu version 1.1.0 or later, the fx trace model will be bound to the device cuda:0. As a result, deploying the model to a CPU or a…
+15
−10
lines changed
•
6
comments
Opened 20 other pull requests in 3 repositories
alibaba/TorchEasyRec
1
open
14
merged
-
[feat] add regression and multi-classification metric
This contribution was made on Mar 27
-
[bugfix] revert emb_impl call
This contribution was made on Mar 20
-
[feat] add odps_data_compression config
This contribution was made on Mar 18
-
[feat] add custom feature and custom sequence feature
This contribution was made on Mar 18
-
[feat] remove redundant side_inputs warn when fg_mode=FG_NONE
This contribution was made on Mar 14
-
[bugfix] add ArrowInvalid retry for refresh odps session
This contribution was made on Mar 14
-
[bugfix] add missing dataset utils test
This contribution was made on Mar 13
-
[feat] support fp32/fp16/int8/int4/int2 ebc embedding quant
This contribution was made on Mar 12
-
[bugfix] fix export model with zch
This contribution was made on Mar 11
-
[bugfix] fix feature permute when use mc-ebc and mean pooling
This contribution was made on Mar 10
-
[bugfix] fix mc-abc divisor none error when use mean pooling
This contribution was made on Mar 7
-
[feat] add odps read session refresh to extend odps session expired time
This contribution was made on Mar 7
-
[bugfix] bump up pyfg version 0.4.8 to fix sequence_length in config < true sequence length in data
This contribution was made on Mar 5
-
[feat] rebalance parquet files dynamically
This contribution was made on Mar 4
-
[feat] use parquet.ParquetFile instead of pa.Dataset to prevent ParquetDataset OOM
This contribution was made on Mar 4
pytorch/torchrec
1
open
3
closed
-
fix divide NoneType error when use mc-ebc and mean pooling
This contribution was made on Mar 17
-
fix static_dict_gather precision issue when use mc-ebc
This contribution was made on Mar 17
-
fix row-wise alltoall error when some embeddings use mean pooling and others use sum pooling
This contribution was made on Mar 12
-
support quantize fp32 embedding tables
This contribution was made on Mar 11
alibaba/EasyRec
1
merged
-
[feat] add torcheasyrec to readme
This contribution was made on Mar 7
Reviewed 13 pull requests in 1 repository
alibaba/TorchEasyRec
13 pull requests
-
support dlrm model
This contribution was made on Mar 24
-
[feat] Optimize HSTU training and sampling process
This contribution was made on Mar 20
-
[bugfix] fix mlp embedding param init bug
This contribution was made on Mar 18
-
[bugfix]fix autodis parameter init in dist mode
This contribution was made on Mar 18
-
[feat] remove redundant side_inputs warn when fg_mode=FG_NONE
This contribution was made on Mar 17
-
fix the feature bug: has_dag
This contribution was made on Mar 14
-
[bugfix] add missing dataset utils test
This contribution was made on Mar 13
-
bugfix_export_input_tile_is_2
This contribution was made on Mar 12
-
Add rocket launching model
This contribution was made on Mar 12
-
[Feature]distributed gauc
This contribution was made on Mar 11
-
support feature_groups select features
This contribution was made on Mar 11
-
Support non null string list
This contribution was made on Mar 6
-
Support non null string list
This contribution was made on Mar 4
Created an issue in pytorch/torchrec that received 3 comments
Floating point exception (core dumped) when use quantize embeddings with float32 dtype
Using quantized embeddings with the float32 data type may lead to Floating point exception (core dumped),We can reproduce this using the following …
3
comments
Opened 4 other issues in 2 repositories
pytorch/torchrec
3
open
-
TypeError: unsupported operand type(s) for /: 'Tensor' and 'NoneType' when use mc-ebc and mean pooling
This contribution was made on Mar 17
-
The
static_dict_gather
function encounters precision issue when use mc-ebcThis contribution was made on Mar 17 -
row-wise alltoall error when some embeddings use mean pooling and others use sum pooling
This contribution was made on Mar 12
pytorch/FBGEMM
1
closed
-
How remove device information of fx traced
IntNBitTableBatchedEmbeddingBagsCodegen
when fbgemm-gpu >= 1.1.0This contribution was made on Mar 17