Skip to content
#

inference-engine

Here are 104 public repositories matching this topic...

kodonnell
kodonnell commented May 12, 2019

I'm trying to learn more about astroid - in particular inference - so I can (try to) help speed things up. However, I can't seem to find any higher level discussion of what's going on (e.g. "why do we need contexts? call contexts? why is the cache key (...)?" etc.). This issue is to request that this be provided in a "developer/contributors guide", along with maybe some examples of particular poin

MIVisionX
kiritigowda
kiritigowda commented Jun 12, 2019

Developer help debug variables need to be documented

  • ENABLE_DEBUG_MESSAGES
  • SHOW_DEBUG_HIERARCHICAL_LEVELS
  • ENABLE_LOCAL_DEBUG_MESSAGES
  • ENABLE_DEBUG_DUMP_CL_BUFFERS
  • AGO_BUFFER_MERGE_FLAGS
  • AGO_DEFAULT_TARGET
  • AGO_THREAD_CONFIG
  • VX_GRAPH_ATTRIBUTE_AMD_OPTIMIZER_FLAGS
  • AGO_OPENCL_PLATFORM
  • AGO_OPENCL_VERSION_CHECK
  • AGO_OPENCL_BUILD_OPTIONS
  • AGO_OPENCL_DEVICE_INFO
  • AGO_
billgillespie
billgillespie commented Dec 1, 2018

Currently the examples in Torsten/example-models vary in format and the examples intended to match with the User Manual are not fully consistent with the manual text.

I propose that the examples be more self-contained within their respective folders rather than spread between the example folder and the R folder (with the exception of shared function scripts like stanTools.R). The User Manual te

fritzo
fritzo commented Aug 9, 2015

Example results contain garbage SECTION,RETRACT variables:

$ pomagma analyze skja 24575 &
$ pomagma.theorist.solve define unit
# python /home/fritz/.virtualenvs/pomagma/bin/pomagma.theorist.solve define unit
connecting to analyst at tcp://localhost:34936
Necessary:
Possible:
  UNIT
  APP SECTION B
  APP RETRACT B
  APP BOOL B
  APP SECTION CB
  APP RETRACT CB
  APP RETRACT C
  APP SECTION C
ngeiswei
ngeiswei commented Nov 15, 2018

It looks like the pattern matcher already implements a form of type intersection https://wiki.opencog.org/w/TypeSetLink. So it might be possible to replace the adhoc type intersection code of the unifier Unify::type_intersection by something more generic (perhaps improving TypeSetLink along the way if necessary).

This could be a better way to address https://github.com/opencog/atomspace/iss

jafet-chaves
jafet-chaves commented May 4, 2020

These are the commands to replicate:

./autogen.sh --disable-docs --enable-tflite
make
sudo make install
cd examples/external
make

Which gives:

/usr/local/lib/libr2inference-0.0.so: undefined reference to 'pthread_create'
/usr/local/lib/libr2inference-0.0.so: undefined reference to 'pthread_join'
collect2: error: ld returned 1 exit status
Makefile:25: recipe for targe
bug

Improve this page

Add a description, image, and links to the inference-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inference-engine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.