Post

Replies

Boosts

Views

Activity

Reply to Error: command buffer exited with error status.
I have exactly the same error, and it happens on an M1 Ultra chip; however EXACTLY THE SAME CODE runs perfectly fine on an i9 MacBook Pro... So far the "upgrade" to M1 Ultra is not going well as software is not updated/ready for this new processor, and these errors where neither google nor apple take accountability to resolve are not helping. I attempted to update Python to 3.10 and the latest tensor flow & tensor flow metal plugin in a 2nd environment but exact same error, which I attribute again to tensor flow not coded correctly but who knows... would really appreciate Apple helping customers here - at least know where the error comes from exactly (I'm sure folks at google would love to know what is it they are not coding to properly use M1 gpu... More on the error: it seems that there may be a correlation between # of layers, batch size & # of epochs to generate this error... if I drastically simplify the model, error goes away - so is not that the tensor flow software is not working well... as it is that the more complex it gets, the less capable it is to use the M1's gpu - which is really the reason I upgraded!!
Aug ’22
Reply to Help!!! How to eliminate the ">" nav link symbol from list items?
Thank you. I did try, in fact I had a ForEach with a ScrollView before - but changed to a List object to be able to swipe elements (to edit/delete, etc.). If I don't use a list, then the navigationlink does not add the ">" symbol, but I don't get to use the swipe functionality... I was thinking it could be a navigation object method or property somewhere, but I've read the documentation and can't really find any mention of this.. Any other ideas?
Mar ’22