Skip to content
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 could not found #77

Open
quintendewilde opened this issue May 23, 2017 · 1 comment
Open

Error could not found #77

quintendewilde opened this issue May 23, 2017 · 1 comment

Comments

@quintendewilde
Copy link

My celebA folder with all the images in is located at root of my folder dcgan.torch next to data, cache, images, generate.lua, etc..

when I run the train command, I get following error:

/Users/quintendewilde/torch/install/bin/luajit: ...ndewilde/torch/install/share/lua/5.1/threads/threads.lua:183: [thread 2 callback] /Users/quintendewilde/projects/dcgan.torch/data/dataset.lua:202: Could not find any image file in the given input paths
stack traceback:
	[C]: in function 'assert'
	/Users/quintendewilde/projects/dcgan.torch/data/dataset.lua:202: in function '__init'
	...uintendewilde/torch/install/share/lua/5.1/torch/init.lua:91: in function <...uintendewilde/torch/install/share/lua/5.1/torch/init.lua:87>
	[C]: in function 'dataLoader'
	...intendewilde/projects/dcgan.torch/data/donkey_folder.lua:82: in main chunk
	[C]: in function 'dofile'
	/Users/quintendewilde/projects/dcgan.torch/data/data.lua:42: in function </Users/quintendewilde/projects/dcgan.torch/data/data.lua:32>
	[C]: in function 'xpcall'
	...ndewilde/torch/install/share/lua/5.1/threads/threads.lua:234: in function 'callback'
	...tendewilde/torch/install/share/lua/5.1/threads/queue.lua:65: in function <...tendewilde/torch/install/share/lua/5.1/threads/queue.lua:41>
	[C]: in function 'pcall'
	...tendewilde/torch/install/share/lua/5.1/threads/queue.lua:40: in function 'dojob'
	[string "  local Queue = require 'threads.queue'..."]:13: in main chunk
stack traceback:
	[C]: in function 'error'
	...ndewilde/torch/install/share/lua/5.1/threads/threads.lua:183: in function 'dojob'
	...ndewilde/torch/install/share/lua/5.1/threads/threads.lua:264: in function 'synchronize'
	...ndewilde/torch/install/share/lua/5.1/threads/threads.lua:142: in function 'specific'
	...ndewilde/torch/install/share/lua/5.1/threads/threads.lua:125: in function 'Threads'
	/Users/quintendewilde/projects/dcgan.torch/data/data.lua:30: in function 'new'
	main.lua:38: in main chunk
	[C]: in function 'dofile'
	...ilde/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
	[C]: at 0x01081f8cf0

Does celebA need to be in a subfolder. And does celebA need subfolder with groups of images, because mine just contains all the pictures.

I'm finally almost there to get this to work after very long trail and error :)

@soumith
Copy link
Owner

soumith commented May 23, 2017

celebA needs a subfolder with images.

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

No branches or pull requests

2 participants