Tensorflow
TensorFlow is an open source library that was created by Google. It is used to design, build, and train deep learning models.
Here are 20,680 public repositories matching this topic...
[Wav2Vec2] Improve SpecAugment function by converting numpy based function to pytorch based function
🚀 Feature request
As can be seen here: https://github.com/huggingface/transformers/blob/11655fafdd42eb56ad94e09ecd84d4dc2d1041ae/src/transformers/models/wav2vec2/modeling_wav2vec2.py#L47,
the function _compute_mask_indices (responsible for spec augment) of Wav2Vec2 is written in numpy which means that the function is not GPU compatible.
The function could simply be rewritten in PyTorch
-
Updated
Dec 29, 2020 - Jupyter Notebook
-
Updated
Mar 4, 2021
-
Updated
Feb 25, 2021 - Python
Add volume Bar
some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?
-
Updated
Jan 23, 2021 - Jupyter Notebook
-
Updated
Feb 18, 2021 - Python
-
Updated
Dec 18, 2020 - Python
-
Updated
Mar 4, 2021 - C++
-
Updated
Jan 18, 2021 - Jupyter Notebook
-
Updated
Mar 4, 2021 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Mar 4, 2021 - JavaScript
I've ran into this issue for a couple hours and I ended up editing the dist library adding two new functions called fetchVideo and bufferToVideo that works pretty much like the fetchImage and bufferToImage functions.
I'll leave it here to help somebody else with the same issue and in case someone wants to include it on future releases.
face-api.js
...
exports.fetchVideo = fetc
-
Updated
Feb 2, 2021 - Python
-
Updated
Jan 26, 2021 - Jupyter Notebook
-
Updated
Mar 3, 2021 - Go
-
Updated
Mar 4, 2021 - C++
-
Updated
Mar 4, 2021 - Python
-
Updated
Nov 13, 2020 - Python
/kind feature
This is a sub-issue from #5494.
We need to remove any f"strings" from the backend of the Jupyter web app in order to be able to use lower versions from Python 3.6 to run it.
/good-first-issue
-
Updated
Dec 22, 2020 - Python
Add a new API for converting a model to external data. Today the conversion happens in 2 steps
external_data_helper.convert_model_to_external_data(<model>, <all_tensors_to_one_file>, <size_threshold>) save_model(model, output_path)
We want to add another api which combines the 2 steps
`
save_model_to_external_data(, <output_
-
Updated
Jan 25, 2021 - Python
-
Updated
Mar 3, 2021 - Jupyter Notebook
I'm using mxnet to do some work, but there is nothing when I search the mxnet trial and example.
-
Updated
Jan 1, 2021 - Python
Created by Google Brain Team
Released November 9, 2015
- Organization
- tensorflow
- Website
- www.tensorflow.org
- Wikipedia
- Wikipedia
Please make sure that this is a documentation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:doc_template
System information