Douglas Blank

Results 76 issues of Douglas Blank

1. create network 2. net.save() 3. change network (say, hidden layer size) 4. net.load() No error message, until you train, etc. conx net != keras net

I've updated our jupyterhub PublicHandler to be a JupyterHub Service: https://github.com/BrynMawrCollege/jupyterhub This will allow jupyterhub to render notebooks (like nbviewer) that are found in a user's public_html folder. There is...

This is a great project, and we are looking forward to using it! In some initial testing on various Python platforms, we see that Google Colab is using Python 3.7...

IronPython.SQLite removes leading slash on filenames. Tested (on Linux) patch commenting out the two lines is attached here: ``` index 97e9cbb..76f54d8 100644 --- a/Languages/IronPython/IronPython.SQLite/c#sqlite/os_win_c.cs +++ b/Languages/IronPython/IronPython.SQLite/c#sqlite/os_win_c.cs @@ -2643,8 +2643,11 @@...

mono

Just install MultiNEAT from master with Python3. Getting an error running TestTraits.py: ```shell $ python3 TestTraits.py Tip: install the OpenCV computer vision library (2.0+) with Python bindings to get convenient...

On a Ubuntu 17.04 64 bit system I had to: ```diff $ git diff diff --git a/src/Parameters.cpp b/src/Parameters.cpp index 9bb3f5a..aedd9b6 100644 --- a/src/Parameters.cpp +++ b/src/Parameters.cpp @@ -32,6 +32,7 @@ #include...

Should be a way to clear canvases from the screen.

enhancement

Before: ![Screenshot from 2022-11-11 16-34-39](https://user-images.githubusercontent.com/168568/201447739-58cb21c0-b6b3-4b66-839b-a56479305748.png) After: ![Screenshot from 2022-11-11 16-34-23](https://user-images.githubusercontent.com/168568/201447758-eec09e71-7639-4059-816c-1ece9d2d1694.png)

ui

I went through by hand fixing the ones that were skipped. You may not want to include this, but I thought I'd put it here in case it was useful...

can I force the saved .html and .xml files down a path? the .xml keeps appearing in ./ From @psychemedia