-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in data_layer function "_get_next_minibatch" #19
Comments
Same problem with you , have you solved?? |
@Tushn comment test in solver |
@ly0303521 I forked this project few months ago, I could used that, but I have cant remember what I did. After, I was rewrote that layers in my studies with Caffe, unfortunately some codes are not public and I need review how to do. I recommend that you download it, in: https://github.com/Tushn/triplet I remember which I used HDF5 compressed file, well I'll try to review my code if you need. |
comment test in solver.prototxt, I find the answer in the closed issues |
@ly0303521 did you solve your this problem, only commenting test in solver.prototxt? Actually, that is one problem, I found my private code and could to fix in this net. But, that code is not too beautiful yet, I'm updating in my repository now. Some problems which I got are:
Note: I needed to resize face images
|
Hello,
I was trying to run this code with this dataset: http://vis-www.cs.umass.edu/lfw/
I needed to fix some problems in code, but has one I could not fix, when I run "train.py" I got this error below:
I can't see where this error occur, because my code execute that function "_shuffle_data" the same object and printed "self._data" without problems, when I was trying to execute "sw.train_model(max_iters)" (in "train.py") this error to occur.
The text was updated successfully, but these errors were encountered: