python - How to predict float vector labels with caffe? -


i wondering if it's possible predict 1-by-n feature associated input image using caffe. in this post there solution make caffe predict binary vector such [1 0 1 0].

is solution suitable if have 1-by-n float vector label (such [0.2, 0.1, 0.3, 0.4] ? want predict such vector, not binary vector label.

you can think multitaskdata layer. can parse float typed label vector mentioned in question.


Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -