Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

coding mistake in ImageDataSource.scala #63

Closed
yteric opened this issue May 4, 2016 · 2 comments
Closed

coding mistake in ImageDataSource.scala #63

yteric opened this issue May 4, 2016 · 2 comments

Comments

@yteric
Copy link

yteric commented May 4, 2016

caffe-grid/src/main/scala/com/yahoo/ml/caffe/ImageDataSource.scala:121
if (mat.width() != sample_width || mat.height() != sample_width) {
the second sample_width should be sample_height

@junshi15
Copy link
Collaborator

junshi15 commented May 5, 2016

Thanks for your comment. We will fix it shortly.

@anfeng
Copy link
Contributor

anfeng commented May 8, 2016

This issue is closed w/ PR #64

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants