-
I am running this on windows(not in docker). I got the following error:
---------------------------------------------------------------------------
ModuleNotFoundError …
-
训练代码如下:
> kr = cl.keras_predictor(PATH='./', NEXT_DAY=True)
df_result = kr.hybrid_keras_predict(data, show=True, plot=True, save=True)
print('-------------------------------df_result-------…
-
Hi, @ZFTurbo!
I tryed convert retinanet model with backbone resnet50 and it faled.
I used https://github.com/fizyr/keras-retinanet.
```
File "/usr/local/lib/python3.6/dist-packages/kito/__init…
-
Installed given requirements.txt file and this occurs
-
After the redesign in #2500, here is a list of potential improvements for recurrent layers and recurrent cells
- [ ] ~add an option in constructors to have trainable initial state~ let's keep it si…
-
Hello, i'm sorry if there isn't the right place to post.
I was trying to work with temporal covolutional network.
https://github.com/philipperemy/keras-tcn
When i tried to run some simple model as …
-
This behaviour happens in Keras 2 but works in Keras 3.
---
I tried to train a multi-output model. But it target looks like something as follows
```python
y1_dummy = [1, 2, 0, -1, 0, …
innat updated
9 months ago
-
Hi, it seems that I cannot convert the resnet 152 keras model to IR. Error message:
```
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
…
-
Platform (like ubuntu 16.04/win10):
ubuntu 16.04
Python version:
2.7.12
Source framework with version (like Tensorflow 1.4.1 with GPU):
keras
Destination framework with version (like…
-
aimet version : 1.23
python version : 3.8
tensorflow version :2.4
I'm glad to see that the aimet project supports tensorflow 2.4 keras,So I did a model conversion attempt on keras
I found the fo…