mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Removed parameter Channels
It seems to be standarized, so it is now used as an additional check for input signatures.
This commit is contained in:
@@ -35,9 +35,8 @@ var modelsInfo = map[string]*tensorflow.ModelInfo{
|
||||
},
|
||||
"efficientnet-v2-tensorflow2-imagenet1k-m-classification-v2.tar.gz": &tensorflow.ModelInfo{
|
||||
Input: &tensorflow.PhotoInput{
|
||||
Height: 480,
|
||||
Width: 480,
|
||||
Channels: 3,
|
||||
Height: 480,
|
||||
Width: 480,
|
||||
},
|
||||
Output: &tensorflow.ModelOutput{
|
||||
OutputsLogits: true,
|
||||
@@ -50,9 +49,8 @@ var modelsInfo = map[string]*tensorflow.ModelInfo{
|
||||
},
|
||||
"inception-v3-tensorflow2-classification-v2.tar.gz": &tensorflow.ModelInfo{
|
||||
Input: &tensorflow.PhotoInput{
|
||||
Height: 299,
|
||||
Width: 299,
|
||||
Channels: 3,
|
||||
Height: 299,
|
||||
Width: 299,
|
||||
},
|
||||
Output: &tensorflow.ModelOutput{
|
||||
OutputsLogits: true,
|
||||
|
||||
Reference in New Issue
Block a user