-
# Basics of TensorFlow Tutorial Using Fashion MNIST
![clothes dataset images](https://github.com/Pratap9527/TensorFlow-Course/raw/master/img/clothes.png)
*Figure 1 [Fashion-MNIST](https://github.com/z…
-
# 対象コンペ
- https://www.kaggle.com/c/plant-pathology-2020-fgvc7
- チャットで「とりあえずこのコンペ」的な流れであった
- コンペ概要
- 分類タスク
- りんごの葉っぱが病気にかかっているかの分類
- healty, multiple_diseases, rust(錆), scab(かさぶた?)の4種…
-
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [N] I am using the latest TensorFlow Model Garden release and TensorFlow 2.
- [Y] I am reporting…
-
I'm training on large datasets such as Wikipedia and BookCorpus. Following the instructions in [the tutorial notebook](https://colab.research.google.com/github/huggingface/nlp/blob/master/notebooks/Ov…
-
I have built a recommender by applying method in tutorial, but in real practice, the training data is not still, new contents will be generated, user will react to your recommendation content.
So I…
-
**Is your feature request related to a problem? Please describe.**
Yes, the platform currently lacks tutorial recommendations and tutorial displays on user profile pages. This limits user engagement …
-
# Prerequisites
Please answer the following question for yourself before submitting an issue.
- [X] I checked to make sure that this issue has not been filed already.
## 1. The entire URL of …
-
In generate.py, it use random.choice with scaled_prediction to predict next sample, i'm confused about why it doesn't use argmax to choose the highest prediction every time?
i have tried it but it…
-
I am trying to install tensor flow in the new MacBook Pro M1 but it gives the error
ERROR: numpy-1.18.5-cp38-cp38-macosx_11_0_arm64.whl is not a supported wheel on this platform.
-
Hello, I made the code work for myself using Tensorflow v 1.4 and Python 2.
Maybe it works for you too.
**board.py (complete file):**
```
# Import MNIST data
import input_data
mnist = inpu…