caxelrud

Results 13 comments of caxelrud

I executed the test code line by line. The first error is at gpu.jl instruction: @test !isempty(Knet.libknet8) Next, the error is at dropout.jl instruction: @test isapprox(sum(abs2,dropout1(k,0.5)), sum(abs2,dropout1(a,0.5)), rtol=0.1) ##ERROR UndefVarError:...

@OriolAbril , I got the following error when testing your suggestion. ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_10784/1212275851.py in 10 # Priors are posteriors from previous iteration 11...

Hi, Thanks for replying. I am happy to contribute to the TestFSharp folder ("i don't mind if add the code to the TestFSharp folder"). I have several other Infer.net conversions...

I created a github to place F# and infer.NET resources at: https://github.com/caxelrud/Fsharp-and-infer.NET At the moment, I added a Jupyter/F# version of BugRats case. I will add other examples soon. Regards,Celso...

I am referring to FSharpWrapper DLL. Currently, I download the source code and compile it (Microsoft Visual Studio Community 2019 (2)). Other related issues (I plan to open new issue...

I compiled the latest code from Github. I tested, in VSCode, with the DLL from the folder: infer-main\test\TestFSharp\bin\Debug\netcoreapp3.1 It works. The problem that I am having with VSCode (and not...

You can find examples that can be executed in VSCode at: [https://github.com/caxelrud/Fsharp-and-infer.NET] At this moment, for VSCode, comment all FSharp charting usage (I am looking for a solution on that).

Hi. The following blog is very informative: http://krasserm.github.io/2018/03/21/bayesian-optimization/ If you put together an example, I can help test it. Not able to do it by myself since I am just...

@yiyuezhuo, I am getting an error when trying you open the notebook from the gist link from your comment ( https://gist.github.com/yiyuezhuo/12e2dc828ac358f58e60ebd41b28f768 ). I downloaded but I it fail. Thanks