-
Hi,
I am trying to create a tensorflow model with keras api, when I include the tokenizing process inside the model. It seems to work for the inference locally, but when I am saving the model with …
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
v2.9.0-18-gd8ce9f9c301
### Custom Code
Yes
### OS Platform and Distribution
Ubuntu 20.04.4 LTS
### Mobile dev…
-
I am trying to run interest_evolution_simulation_demo.py to test my installation.
I am getting a bunch of warnings and no results are popping up from running the demo.
I am guessing this is due to t…
-
run perf tests in CI to let us know if we introduce perf regressions in CI output (ideally like https://arewefastyet.com/)
-
Hi, I found your approach very interesting and useful for me. I am trying to implement the code but I was facing an error as below mentioned. So, could you please help me with this.
Thanks in Advan…
-
Hi !
i have fixed height div now i want to print that div but the issue is i want to change the font-size unit into Points in order to maintain font-size in print
-
In #62 I expanded which exceptions we retry on during `get_token`. The reviews suggested we add tests around this logic. I think that's a good idea, but a) I'm having trouble debugging the new test bu…
-
```
in ()
50 layers = 4
51 lstm_model = make_lstm(units=25, layers=layers)
---> 52 lmu_model = make_lmu(units=49, layers=layers)
53 hybrid_model = make_hybrid(units_lstm=25, units…
-
--> model = MultiLabelClassifier(base_model=DistilBERT, batch_size=2, multi_label_sequences=True, n_epochs=3)
--> model.fit(trainX, trainY)
WARNING: Entity could not be transformed and will be ex…
-
I'm was playing with KerasNLP and found an issue on the main tutorial
https://keras.io/guides/keras_nlp/getting_started/
In the expert part, on the pretraining model cell, I'm getting an error…