Cesura

Results 5 comments of Cesura

The Docker images are both amd64, so they could not be run on a Pi. However, if Tensorflow 2.2.0 can be installed via pip (I can't confirm/deny this), then you...

This seems to be a problem with flask on aarch64, no? At least, it's not pointing out a syntax error with Pastey itself. I saw you forked the repo and...

> the issue is that by just putting flask in requirements.txt, it wants to install every single version of flask it can. you need to specify a version. While pinning...

Yep, everything looks good now! Merging...

Hi, I suspect you are running this on a processor without AVX instruction support (this is required by Tensorflow unfortunately). You can check for this feature with: `$ grep avx...