Results 9 comments of swkim01

Please update wiringPi to latest version and rebuild. `cd /tmp` `wget https://project-downloads.drogon.net/wiringpi-latest.deb` `sudo dpkg -i wiringpi-latest.deb`

버전이 업데이트되면서 get_updates 함수 옵션 순서와 갯수가 바뀌었습니다. 다음과 같이 해야 합니다. `updates = optimizer.get_updates(loss, self.model.trainable_weights)`

> 안녕하세요, 저도 기존 질문과 같은 에러가 있어서 말씀하신대로 `updates = optimizer.get_updates(loss, self.model.trainable_weights)` > > 위 코드로 변환하였습니다. > > 그랬더니, > > TypeError: Cannot convert a symbolic Keras input/output...

Just remove attributes {#[link_name...]) of setjmp and longjmp signatures.

@kahlenberg Maybe this link can be helpful. [https://forums.raspberrypi.com/viewtopic.php?t=305270](https://forums.raspberrypi.com/viewtopic.php?t=305270)

Please read [fbtft wiki](https://github.com/notro/fbtft/wiki). If you want to use the display as a console, add this to the end of the line in /boot/cmdline.txt fbcon=map:10 Otherwise, if you want to...

That's great idea! I will merge them with your credit.

I used the following as to [https://github.com/notro/fbtft/wiki/FBTFT-RPI-overlays](url). `dtc -@ -I dts -O dtb -o waveshare32b-overlay.dts waveshare32b.dts`