--
You received this message because you are subscribed to the Google Groups "pylearn-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pylearn-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "pylearn-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pylearn-users/MfWHpQU_rtA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pylearn-user...@googlegroups.com.
8.123,file1.png
2.123,file2.png
0,file1.png
1,file2.png
,file1.png
,file2.png
,file1.png
,file2.png
dataset: &trndataset !obj:pyl2extra.datasets.images.Images {
source: 'train.csv',
image_size: 128
}
Softmax(max_col_norm=1.9365, layer_name='y',binary_target_dim=1, n_classes=NUMBER_OF_CLASSES)
--
You received this message because you are subscribed to a topic in the Google Groups "pylearn-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pylearn-users/MfWHpQU_rtA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pylearn-user...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "pylearn-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pylearn-users/MfWHpQU_rtA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pylearn-user...@googlegroups.com.
With binary_target_dim>1, you can use one layer to simultaneously predict a bag of words
I set the binary_target_dim to 1,the softmax part of conv.yaml is like this:
Softmax(max_col_norm=1.9365, layer_name='y',binary_target_dim=1, n_classes=8,istdev: .05)
But it still need something to fix:
NotImplementedError:VectorSpace(dim=1,dtype=float64)does't know how to format as IndexSpace(dim=1,max_labels=8,dtype=int64)
Thank you very much.