SamKG
SamKG
After running sudo ./start-vm.sh and exiting once, trying to start the vm again using sudo ./start-vm.sh results in the following error: `qemu-system-x86_64: -device vfio-pci,host=01:00.0,bus=root.1,addr=00.0,x-pci-sub-device-id=0x,x-pci-sub-vendor-id=0x,multifunction=on,romfile=/home/samkg/Documents/MobilePassThrough/vm-files/vbios-roms/vbios.rom: Parameter 'x-pci-sub-device-id' expects an int64 value...
If I have an existing ctype object, is there any way for me to create a llvmlite object that refers to the ctype object?
The Merge operation (https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/merge) should accept a list of inputs, and output the first received tensor. However, the rust binding (https://tensorflow.github.io/rust/tensorflow/ops/fn.merge.html) currently accepts only a single input (despite the input...
This results in a ~5% speedup for a smaller model (and should scale for larger models as well)
@kmantel @jvesely this is a draft of the pure transferfunction refactor - I could definitely use some input on if this is a good approach, or any other suggestions. autocompiled...
Adds multidimensional inputs
The arguments in termination_processing are not currently used in compiled execution.
When layer biases are initialized within PsyNeuLink during the creation of a Pytorch model they are set to be zero (see: `pytorchmodelcreator.py:84`) However, the standard Pytorch behaviour is to randomly...