Thibaut
Thibaut
I also get "Error: Unknown layer: KerasLayer" when exporting with tfjs.converters.save_keras_model(model, "./test_tfjs"). I will test with other export options.
Do you use that in a functional component or a class component?
For a functional component the proper way to use it may be more: ```typescript const [swiper, setSwiper] = useState(null) return ( { setSwiper(newSwiper) }}> A B C ) } ```
Did you test if it crawls into Flutter websites with Canvas and can see more than raw strings ? On Mon, Jul 27, 2020 at 8:57 PM Tomas Baran wrote:...
Well... For many sites the user won't notice about some ms and it is even better if you can add a server side rendering or a service like prerender.io to...
Thanks, I tested too with Anaconda Python 3.8 and 3.9, this does not change the issue.
Is there some other logs I can provide ?
I got it running using the system version of Python instead of Anaconda: conda deactivate myenv pip3 install zivid Not very clean but it solve the issue.