Michael Wallace Louwrens

Results 8 comments of Michael Wallace Louwrens

Am away from pc for now but the error was with opening the dll. The file exists in the location expected after manually checking it but Libdl.find_library fails to find...

```Julia ERROR: LoadError: LoadError: Cannot find or load libmxnet.so. Please see the document on how to build it. Stacktrace: [1] error(::String) at .\error.jl:21 [2] include_from_node1(::String) at .\loading.jl:569 [3] include(::String) at...

It's there, I added it as an edit. ```juila julia> Pkg.build("MXNet") INFO: Building MXNet INFO: Found a CUDA installation. WARNING: Compat.UTF8String is deprecated, use String instead. likely near C:\Users\micha\.julia\v0.6\MXNet\deps\build.jl:58 WARNING:...

all the files you would expect!

😠 unfortunately this looks like it is going to be a problem with CUDA. CUDA requires that you already have vc14 installed. So when trying to install the redist it...

I'm going to try compiling `MXNet` myself and see what happens

Is there interest in a Genetic Algorithm backend? I can start a pure Julia one once I have played around with MXNet more. I don't have experience however with adding...

I am planning on starting with just a basic one. Will have elitism as a flag and multiple crossover and mutation types. Will then move on to trying an adaptive...