Using a Cyc Image in Windows
Posted
by nrhine1
on Stack Overflow
See other posts from Stack Overflow
or by nrhine1
Published on 2010-06-11T16:58:22Z
Indexed on
2010/06/11
17:03 UTC
Read the original article
Hit count: 258
artificial-intelligence
|artificial-neural-network
Hi, I am trying to use a Microtheory for a research project I am working on, and am having trouble getting my saved Image of constants I create to work correctly. I save the image after creating the constants using
(write-image "world\MyImage")
and then going to the \server\run\ directory and using
run-cyc-32bit.bat -w "world\MyImage"
It loads the server correctly, but not with my constants. I found the above command at the reference page here.
Thank you for any help
© Stack Overflow or respective owner