-
If the data is truly dynamic then this will fail, effectively always falling back to the same cached result every time. So for example, if the app supported a 'updateTodo' endpoint, then next time we …
-
We're planning to use Relay for a messaging application we're building with React Native. As you'd assume the 2 things that are key to achieving this are subscriptions and offline support both of whic…
-
### Describe the bug
I'm running the Librispeech/ASR/CTC recipe with an XLSR model (facebook/wav2vec2-large-xlsr-53). However, I'm having trouble getting the model to train properly. This is also the…
-
I edit the configurations of finetune.py in pycharm as below:
=======================================
--model_name_or_path
facebook/galactica-1.3b
--dataset_path
/root/LMFlow/data/alpaca/train
-…
-
### System Info
- `transformers` version: 4.31.0
- Platform: Linux-6.2.6-76060206-generic-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.16.4
- Safetensors version: …
-
## Description
When trying to convert a PyTorch model to a TensorRT engine, int8 calibration fails with:
```
brett@brett-home:~/Work/Autosensor/NN$ python -- trt_builder.py "saved/RPN_ThunderNet2…
-
### Feature details
Dear team,
This is a follow up from here:
https://discuss.pennylane.ai/t/expectation-values-and-tensors-in-qnn/3024/7
I was unable to find an example that specifically addre…
-
**Is your feature request related to a problem? Please describe.**
Facebook recently launched a library, [AugLy](https://github.com/facebookresearch/AugLy) , that has a unified API for augmentations …
-
## Summary
DataLoader is a generic utility to be used as a part of the data fetching layer to provide simplified and consistent API over various remote data sources such as databases and web services…
-
1. Full runnable code or full changes you made:
- https://github.com/facebookresearch/detectron2/tree/main/tools/deploy
- I used the code used for conversion to ONNX provided by detectron2.
- The…