hacnho's picture
Upload tiny_fc.prototxt with huggingface_hub
6477b9f verified
Raw
History Blame Contribute Delete
210 Bytes
name: "tiny"
input: "data"
input_dim: 1
input_dim: 2
input_dim: 1
input_dim: 1
layer {
name: "fc"
type: "InnerProduct"
bottom: "data"
top: "fc"
inner_product_param { num_output: 2 bias_term: true }
}