Skip to content

"unknown object" in function 'readObject' when loading the means data file #2

Open
@mz2

Description

@mz2

When attempting to use the texture synthesis example, I get the following error (line 424 is the code line that is loading the parameter means file):

/Users/mz2/torch/install/bin/luajit: /Users/mz2/torch/install/share/lua/5.1/torch/File.lua:375: unknown object
stack traceback:
	[C]: in function 'error'
	/Users/mz2/torch/install/share/lua/5.1/torch/File.lua:375: in function 'readObject'
	/Users/mz2/torch/install/share/lua/5.1/torch/File.lua:409: in function 'load'
	neural_style_audio.lua:424: in function 'load_data'
	neural_style_audio.lua:81: in function 'main'
	neural_style_audio.lua:435: in main chunk
	[C]: in function 'dofile'
	.../mz2/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk
	[C]: at 0x010d4081c0

I'm executing this on macOS 10.11.6 – is the network perhaps serialised in some form not compatible with executing on macOS (64bit)? Any workarounds in mind?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions