Highlights
- Arctic Code Vault Contributor
- Pro
Popular repositories
498 contributions in the last year
Less
More
Contribution activity
March 2021
jplu has no activity
yet for this period.
February 2021
Created 26 commits in 1 repository
Created a pull request in huggingface/transformers that received 15 comments
Check TF ops for ONNX compliance
What does this PR do? This PR aims to check if a model is compliant with ONNX Opset12 by adding a quick test and a script. The script is only for t…
+468
−17
•
15
comments
Opened 27 other pull requests in 1 repository
huggingface/transformers
2
closed
24
merged
1
open
- Clean TF ConvBert
- Clean TF BART and TF Seq2Ses template
- Move the TF NER example
- Fix squad processor for TF
- Rework the AMP for TF XLNet
- Making TF TransfoXL model compliant with AMP
- Making TF T5 model compliant with AMP and XLA
- Making TF OpenAI GPT model compliant with AMP and XLA
- Making TF MPNet model compliant with XLA
- Making TF MobileBert model compliant with AMP
- Making TF Lxmert model compliant with AMP
- Making TF Longformer-like models compliant with AMP
- Making TF GPT2 compliant with XLA and AMP
- Making TF Funnel compliant with AMP
- Making TF XLM-like models XLA and AMP compliant
- Make TF CTRL compliant with XLA and AMP
- Unlock XLA test for TF ConvBert
- Making TF BART-like models XLA and AMP compliant
- Fix TF template
- Reduce the time spent for the TF slow tests
- Add AMP for TF Albert
- Fix naming in TF MobileBERT
- Replace strided slice with tf.expand_dims
- Fix TF template
- Disable temporarily too slow tests (Longformer/LED)
- Some pull requests not shown.
Reviewed 11 pull requests in 1 repository
huggingface/transformers 11 pull requests
- ConvBERT fix torch <> tf weights conversion
- Add TFRag
- Add AMP for TF Albert
- Line endings should be LF across repo and not CRLF
- Fix TFConvBertModelIntegrationTest::test_inference_masked_lm Test
- Add head_mask and decoder_head_mask to TF LED
- Fixing model templates
- Remove unintentional "double" assignment in TF-BART like models
- Fix head masking for TFT5 models
- Fix GroupedLinearLayer in TF ConvBERT
- Tensorflow doc changes on loss output size
Created an issue in tensorflow/tensorflow that received 3 comments
Support for tf.where without x and y arguments in XLA
System information OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Debian 10 / Linux Ubuntu 20.04 / Windows 10 TensorFlow installed…
3
comments