CoreML view mlmodel code or class

I'm a beginner,I learn coreml A few months ago,I remember double click this model class(Red box in the Figure 1)or click arrow (Green box in the Figure 2)can view mlmodel code like this Figure 3

but now i cant view mlmodel code,i can only use “let model = YOLOv3Tiny()” in swift and command it to view.

why ?or some setup?

i use Xcode 13

Accepted Answer

Thanks for noticing this issue, you are correct this seems like it should work.

As a workaround, please hit Build (⌘-B) on your project, and then you should be able to click on the model class, as in the older interface.

CoreML view mlmodel code or class
 
 
Q