-
I'm trying to run lstm example [https://github.com/tflearn/tflearn/blob/master/examples/nlp/lstm.py](https://github.com/tflearn/tflearn/blob/master/examples/nlp/lstm.py), which works fine. I intend to…
-
I have the same problems as https://github.com/tflearn/tflearn/issues/223 mentioned. But mine is related to multi-class classification.
self.metric = self.model.evaluate(self.case.X_test, s…
-
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 Julian,
Thanks for sharing the code. I have several questions after reading your solution document.
According to U-net paper, the output map is of size (row, column, 2), i.e., it has two feat…
-
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…
-
When building the mlx project I'm getting an error in regards to : NEON intrinsics not available with the soft-float ABI
Please use -mfloat-abi=softfp or -mfloat-abi=hard
ChatGPT suggests updating…
-
Based on the model_summary results.
Is the model a neural network with one hidden layer with **no activation function** ("embeddings" layer) and one output layer with a softmax activation function…
-
Running predict on a model containing an Attention layer causes a RuntimeError due to a dimension issue.
- Keras 3.6.0 (issue occurs with 3.5.0 too)
- Backend is Torch with GPU support (2.5.1+cu12…
-
I trained a model of ResNet on ImageNet and get a model file. I use the model file to finetune ResNet for Oxford102, but the network doesn't converge. The loss is between [4.63,4.65]. Here is my code:…