-
Now that we have our data in a useable form, we need to split it. We want to have a set of data that we'll use to train our model, and we'll use another set of data to test our model after we've train…
-
Now that we have our data in a useable form, we need to split it. We want to have a set of data that we'll use to train our model, and we'll use another set of data to test our model after we've train…
-
## Prelude / Prior Work
- https://github.com/kurtzace/complete-data-science-bootcamp-excercises
- [AI notes 2023](https://github.com/kurtzace/diary2023/issues/13)
- [Other data science steps taken …
-
Now that we have our data in a useable form, we need to split it. We want to have a set of data that we'll use to train our model, and we'll use another set of data to test our model after we've train…
-
Now I got a pre-trained ResNet 152-layer model [](http://download.tensorflow.org/models/resnet_v1_152_2016_08_28.tar.gz)
I just want to use this 152-layer model to extract the image feature, now i wa…
-
Now that we have our data in a useable form, we need to split it. We want to have a set of data that we'll use to train our model, and we'll use another set of data to test our model after we've train…
-
## Issue description
For fused_attention-related models like `ElectraForQuestionAnswering`, the fused_attention pattern could not be matched for dynamic shape due to `sym_size`. The failure of SDPA…
-
i have trained the following network:
`
self.network = input_data(shape=self.shape)
self.network = conv_2d(self.network, 64, 3, activation='relu', name="conv_1_1")
s…
kon3m updated
7 years ago
-
Now that we have our data in a useable form, we need to split it. We want to have a set of data that we'll use to train our model, and we'll use another set of data to test our model after we've train…
-
Hi! First of all, many thanks for your work! Installation with pip on Pi 3 with Jessie worked without any issues. I first tried the Inception-v3 classification you provided and it worked very well. No…