vsraptor

Results 10 comments of vsraptor

quick and dirty .. for starters .. if from redis-cli you can call script and pass the result set as csv-tuples ... it will be very easy to chain to...

any info on this ? Is it easy to develop ? OR how you will emulate DCG w/o having the syntax available with pure Problog ?

ctrl.async works now but i have to use Search-box and have to explicitly enter something in the search-box, so that the http-request is made. I want to be able to...

I solved it in the following way. Don't know how correct it is. Changed this in the multiselect source code : ``` $scope.toggleDropdown = function () { $scope.open = !$scope.open;...

here is what I do for 2D bitarray (.mx is 1D) using Cython and it is pretty fast... you can redo it for 1D will be much simpler .. cause...

similar here ``` class Link(tuple): .............. [autoreload of prjs.link failed: Traceback (most recent call last): File "/my/py38/lib/python3.8/site-packages/IPython/extensions/autoreload.py", line 257, in check superreload(m, reload, self.old_objects) File "/my/py38/lib/python3.8/site-packages/IPython/extensions/autoreload.py", line 480, in superreload...

no I meant...something like: ModelPack(model='gpt2', source='in-mem-connect')

I think it will be hard... An idea is to have a Server that runs the model and expose let say REST API (.predict(), .embedings() ...) ... or socket... I...