Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Possible to test another validation set that have labels diffierent from train set and test set? #5765
Comments
andyhx
commented
Jul 18, 2017
|
anyone knows , I have been google for a long time ,but I cant find any cues |
andyhx
commented
Jul 19, 2017
|
any guide? |
zhaifly
commented
Jul 19, 2017
|
did you use the new test dataset(A) to training the network? |
andyhx
commented
Jul 19, 2017
|
hi,@zhaifly ,thanks for ur reply, |
zhaifly
commented
Jul 19, 2017
|
@andyhx is there has any relation between labels(0 i am new to caffe and DL, may it help you! |
andyhx
commented
Jul 20, 2017
|
@zhaifly thank u,there is no connections between them,I think training a new data is not a good idea,So |
andyhx commentedJul 12, 2017
•
edited
hi,I want to test another dataset(assuming A) when training the network, I want to callucate the loss and accurate rate of the model,this dateset is different labels from trainset and testset ,it is not serapated from the dateset divided into two trainset and testset
so is it right to just add this dataset A into the trainval.prototxt by adding the test stages in the phase: TEST, or i have to modify the caffe testnet code to test A set and rebuild the caffe to do this ,so is there a more simple way or an example to follow ,thank you in avdance!