-
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…
-
It would be super helpful if we could use the predefined models in this repository with pretrained weights for transfer learning like keras-applications does.
-
If TensorBoard loads a scalar chat with values (Wall time,Step,Value)
```
1579727534.794,64000,5.544368743896484
1579727944.389,126000,5.545065402984619
1579728140.318,166000,5.545552730560303
15…
-
@Kausta found a bug in the cat/uncat higher order gradients implementing R1 regularization. I am moving from email to this github issue to follow up. Here is his error description:
> The current im…
-
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…
-
### Bug Description
Just upgraded to the latest release version 1.0.17, then strange things happened,
suddenly can't train any previously known working projects, not even the official tutorials.
A…
-
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.
-
# 対象コンペ
- https://www.kaggle.com/c/plant-pathology-2020-fgvc7
- チャットで「とりあえずこのコンペ」的な流れであった
- コンペ概要
- 分類タスク
- りんごの葉っぱが病気にかかっているかの分類
- healty, multiple_diseases, rust(錆), scab(かさぶた?)の4種…
-
Hello !
I really liked your project and wanted to test it. I made the Tensorflow tutorial + your youtube video. Everything was working perfectly until I ran the "main.py" program - the arrow keeps …
-