Benjamin Ballintyn

Results 8 comments of Benjamin Ballintyn

I'm having the same problem as @zhanwenchen . Guess I'll just go to 9.0

I am wondering about this. For CARLsim4 do we still need to specify which GPU want want to run on (e.g. 0, 1, 2, etc..) or is this being taken...

In another case, again when trying to modify synapses between 2 different groups, there is no assertion error but I get: [WARNING carlsim/kernel/src/snn_manager.cpp:1372] setWeight(0,159,39,0.050000,false): Synapse does not exist, not updated....

Here is a text file version of the project file I am having trouble with. The problem occurs first during the setWeight call on line 312 [project_net_file.txt](https://github.com/UCI-CARL/CARLsim4/files/2493280/project_net_file.txt)

I think the following 2 lines (lines 1327-28 of snn_manager.cpp) might be the problem: int neurIdPreReal = groupConfigs[netId][lGrpId].lStartN + neurIdPre; int neurIdPostReal = groupConfigs[netId][lGrpId].lStartN + neurIdPost; Here, if I'm not...

Thanks! I am still using an extremely inelegant and slow method for creating normally distributed connection weights (without using any topology). Is there a better way to do this already...

I just got a new computer with 4 GPUs. I tried running the same simulation I had problems with above but assigned 2 groups to 3 different GPUs (So groups...

I've got in running with gpu on my laptop now. Installed tensorflow-gpu in my conda env GPU: NVIDIA GeForce RTX 2070 Driver: 418.88 List of env packages: _libgcc_mutex 0.1 main...