<set_>
Is anyone interested in making the BBAI-64 work w/ the Robot Library from TI?
<set_>
I think things have to be working on the Ubuntu side of things.
<set_>
So, maybe not?
<set_>
I was building things on edgeai-tidl things today for a bit. I got farther than I expected. There are a lot of rules. It will be difficult to follow them all, i.e. as I did not write the libs.
<set_>
Also, I will need some tflite type repos in my possession.
<set_>
It is so easy to get lost in the multitude of libs. and repos. Anyway, I will keep trying! Who knows what i will find?
ketas has joined #beagle
vvn has joined #beagle
starblue has quit [Ping timeout: 268 seconds]
thinkfat_ has joined #beagle
thinkfat has quit [Ping timeout: 260 seconds]
starblue has joined #beagle
vagrantc has quit [Quit: leaving]
vvn has quit [Quit: WeeChat 3.6]
indigaz has quit [Quit: Good bye!]
indigaz has joined #beagle
buzzmarshall has quit [Quit: Konversation terminated!]
aussetg has quit [Remote host closed the connection]
aussetg has joined #beagle
aussetg has quit [Remote host closed the connection]
aussetg has joined #beagle
hays has quit [Remote host closed the connection]
otisolsen70 has joined #beagle
hays has joined #beagle
otisolsen70 has quit [Remote host closed the connection]
<set_>
This is the second time in this book I have read this type of if statement w/ a following : b/c of the if statement and then another one on the next line down...
<zmatt>
line 49 is a syntax error
<set_>
Okay. Thank you.
<set_>
I wonder why they have it in numerous locations. Oh well.
<set_>
Probably typos in the book...hopefully.
ikarso has quit [Quit: Connection closed for inactivity]
<set_>
@zmatt: Does cache_storage equal zero? cache_storage=[[0]*16]*(CACHE_SZ/16)
<set_>
I mean...
<set_>
Am I putting 0 in cache_storage?
<set_>
It just seems like that is a bit fancy for a way to put 0 in cache_storage.
<set_>
Off to learn!
<set_>
Oh!
<set_>
So, it is 0 16 times.
<set_>
That does not seem right.
<set_>
Forget it. The book was written w/ Python2 in mind. Blah.
brook has quit [Remote host closed the connection]
brook has joined #beagle
<zmatt>
set_: yeah it should be //16 instead of /16 in python3