add pytorch mnist
This commit is contained in:
parent
095be78fdb
commit
89931b8280
BIN
1/model.pt
(Stored with Git LFS)
Normal file
BIN
1/model.pt
(Stored with Git LFS)
Normal file
Binary file not shown.
22
config.pbtxt
Normal file
22
config.pbtxt
Normal file
@ -0,0 +1,22 @@
|
||||
name: "pytorch_fashionmnist"
|
||||
platform: "pytorch_libtorch"
|
||||
max_batch_size: 64
|
||||
input [
|
||||
{
|
||||
name: "input__0"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 1, 28, 28 ]
|
||||
}
|
||||
]
|
||||
output [
|
||||
{
|
||||
name: "output__0"
|
||||
data_type: TYPE_FP32
|
||||
dims: [ 10 ]
|
||||
}
|
||||
]
|
||||
instance_group [
|
||||
{
|
||||
kind: KIND_GPU
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user