Open leomineiro opened 9 years ago
Hi guys!
I am using OverFeat to classify some images and I figured out that there are two classes with same name: crane.
I tested like this: ./overfeat -n 1000 /home/image.png | grep crane
As a workaround, we removed the sort function and replaced the class name by a integer.
Please, would be possible to do the same in cuda source code?
Thanks and best regards, Leonardo
Hi guys!
I am using OverFeat to classify some images and I figured out that there are two classes with same name: crane.
I tested like this: ./overfeat -n 1000 /home/image.png | grep crane
As a workaround, we removed the sort function and replaced the class name by a integer.
Please, would be possible to do the same in cuda source code?
Thanks and best regards, Leonardo