Nate Sutton

Results 33 comments of Nate Sutton

I found the presence of some forms in the HTML can cause this. For example, in some cases links in a form can not open correctly in an external app...

A new development here is that since I upgraded my Chrome browser, the limited ability NAV was able to work in Chrome no longer works. I upgraded from Version 89.0.4389.114...

@shad90 I agree with all of these suggestions. Particularly point 4, which I was going to post here myself until I found you posted this. Many of us have several...

I am also experiencing this issue periodically I am using Ubuntu 20.04 64bit.

@SigmaX not sure if this is related but in /path/to/CARLsim/CARL/include/configure.mk I changed “-pthread” to “-Xcompiler -pthread” for a work around to avoid a “nvcc fatal : Unknown option '-pthread'” error....

@staslist an update on this is that I am not seeing any spikeTimesCPUvsGPU test fail in "test/compartments.cpp" or "test/stp.cpp" in CARLsim6 using Ubuntu 21.10 with an Intel 12900KS CPU and...

Further progress has been made on calibrating the neural signals to worm movement in Sibernetic. Using psuedo neural signaling values flipping muscle movements a crawling motion is achieved. The movements...

More details include that in the code with the bug the decay is incorrectly applied in snn_gpu_module.cu lines such as: ```runtimeDataGPU.gAMPA[nid] *= runtimeDataGPU.stp_dAMPA[lSId]``` In the bug fix code this is...

Update 01/19/23: To validate that the new CSTP code runs correctly, @jkopsick and @nmsutton have run tests comparing the CSTP code results to the CARLsim master branch without CSTP. This...

As an update, @larsnm has provided the help to review my pull request to fix this bug and merged the pull request. Thanks very much @larsnm ! Therefore, on the...