mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-13 00:15:35 +08:00
make minimal plist for compare
This commit is contained in:
106
ane/2_compile/min.plist
Normal file
106
ane/2_compile/min.plist
Normal file
@@ -0,0 +1,106 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Networks</key>
|
||||
<array>
|
||||
<string>net</string>
|
||||
</array>
|
||||
<key>Version</key>
|
||||
<string>1.0.9</string>
|
||||
<key>net</key>
|
||||
<dict>
|
||||
<!-- This is a one layer network -->
|
||||
<key>Inputs</key>
|
||||
<array>
|
||||
<string>image</string>
|
||||
</array>
|
||||
<key>Units</key>
|
||||
<array>
|
||||
<string>conv_layer</string>
|
||||
</array>
|
||||
<key>Outputs</key>
|
||||
<array>
|
||||
<string>probs@output</string>
|
||||
</array>
|
||||
|
||||
<!-- Global array of weights -->
|
||||
<key>Weights</key>
|
||||
<array>
|
||||
<string>model.espresso.weights</string>
|
||||
</array>
|
||||
|
||||
<key>image</key>
|
||||
<dict>
|
||||
<!-- default is 1 -->
|
||||
<key>BatchSize</key>
|
||||
<integer>1</integer>
|
||||
|
||||
<key>InputChannels</key>
|
||||
<integer>3</integer>
|
||||
<key>InputHeight</key>
|
||||
<integer>1</integer>
|
||||
<key>InputWidth</key>
|
||||
<integer>1</integer>
|
||||
|
||||
<key>InputPlaneStride</key>
|
||||
<integer>64</integer>
|
||||
<key>InputRowStride</key>
|
||||
<integer>64</integer>
|
||||
<key>InputType</key>
|
||||
<string>Float16</string>
|
||||
</dict>
|
||||
|
||||
<!-- comment? -->
|
||||
<key>conv_layer</key>
|
||||
<dict>
|
||||
<key>Bottom</key>
|
||||
<string>image</string>
|
||||
|
||||
<key>Name</key>
|
||||
<string>conv_layer</string>
|
||||
<key>OutputChannels</key>
|
||||
<integer>2</integer>
|
||||
<key>OutputType</key>
|
||||
<string>Float16</string>
|
||||
|
||||
<key>Params</key>
|
||||
<dict>
|
||||
<key>KernelHeight</key>
|
||||
<integer>1</integer>
|
||||
<key>KernelWidth</key>
|
||||
<integer>1</integer>
|
||||
|
||||
<!-- where to get the weight from -->
|
||||
<key>KernelIndex</key>
|
||||
<integer>0</integer>
|
||||
<key>KernelOffset</key>
|
||||
<integer>192</integer>
|
||||
<key>KernelType</key>
|
||||
<string>Float32</string>
|
||||
|
||||
<key>Step</key>
|
||||
<array>
|
||||
<integer>1</integer>
|
||||
<integer>1</integer>
|
||||
</array>
|
||||
<key>Type</key>
|
||||
<string>Conv</string>
|
||||
</dict>
|
||||
<key>Type</key>
|
||||
<string>Conv</string>
|
||||
</dict>
|
||||
|
||||
<key>probs@output</key>
|
||||
<dict>
|
||||
<key>Bottom</key>
|
||||
<string>conv_layer</string>
|
||||
<key>OutputPlaneStride</key>
|
||||
<integer>64</integer>
|
||||
<key>OutputRowStride</key>
|
||||
<integer>64</integer>
|
||||
</dict>
|
||||
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
Reference in New Issue
Block a user