-
Using transformers might add novelty to our work, so I suggest to looking and replicating the following examples of transformers for time-series that made use of tensorflow library:
* https://github.…
-
Using these tutorials:
https://www.tensorflow.org/tutorials/images/segmentation?hl=en
https://www.tensorflow.org/tutorials/load_data/images?hl=en#using_tfdata_for_finer_control
```python
images …
kadyb updated
2 years ago
-
### What happened?
I've been experimenting with TensorFlow by following the tutorial available [here](https://www.tensorflow.org/tutorials/audio/simple_audio). However, I noticed that the model's pre…
-
### Motivation: Why do you think this is important?
The `tf.data.Dataset` object encapsulates data as well as a preprocessing pipeline. It can be used in model `fit`, `predict`, and `evaluate` metho…
-
I suspect this may have to do with newer versions of tensorflow and python but not really sure. When I click run on an example I get the following errors:
I assume that this one is due to not havi…
-
To whom this may concern,
Regarding the steps mentioned under 'Packing the Data"
![image](https://github.com/HabanaAI/Model-References/assets/73611412/b6515fc3-dfd2-4731-827b-40e5ea2ae227)
So…
-
# Reference
- [ ] [Tensorflow Tutorials](https://tensorflow.google.cn/tutorials/)
- [x] [Youtube 炼数成金 tensorflow 课程](https://www.youtube.com/watch?v=eAtGqz8ytOI&list=PLjSwXXbVlK6IHzhLOMpwHHLjYmINRst…
-
The python documentation mentions an option to prevent tensorflow of allocating all the GPU memory at once (https://www.tensorflow.org/tutorials/using_gpu#allowing_gpu_memory_growth).
The equivalen…
-
### Overview
Update the [Deep Learning](https://github.com/hackforla/data-science/wiki/Deep-Learning) page with resources and an article header.
### Action Items
- [ ] Create a Google Doc in the …
-
Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of each technique. …