Community Profile

photo

Benjamin Ballintyn


Last seen: mer än ett år ago Active since 2019

Followers: 0   Following: 0

Statistics

All
  • 5-Star Galaxy Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Answer

View badges

Feeds

View by

Question


GPU memory build up from multiple mex calls in loop
Hi, I am having memory problems when repeatedly calling the mex version (generated using GPU Coder) of the following function (...

nästan 4 år ago | 0 answers | 0

0

answers

Question


Writing data from GPU
Hi, I am trying to find the fastest way to write data to a binary file (currently using fwrite), from within a function that ge...

mer än 4 år ago | 1 answer | 0

1

answer

Answered
Specifying gpuArray input for codegen
Okay, I was able to fix this problem by getting gpucoder to produce the code that the app used to compile my function. Install ...

mer än 4 år ago | 1

| accepted

Question


Specifying gpuArray input for codegen
Hi, I am trying to accelerate some simulation code I have using my GPU. I am trying to do this by first creating a bunch of gpu...

mer än 4 år ago | 1 answer | 1

1

answer

Answered
The class names of layer must match the class names of the validation/training data
After a little more playing around, I believe this is a bug. I tried to train with a dataset Xtr and received the above error. T...

mer än 4 år ago | 1

Answered
Error : The prediction sequences are of feature dimension 1 but the input layer expects sequences of feature dimension 4
What are the sizes of each input datapoint in XTest?

mer än 4 år ago | 0

Question


The class names of layer must match the class names of the validation/training data
Hi, I am trying to train a bi-directional lstm (although I have had the same issue with normal lstms) to do sequence-to-sequenc...

mer än 4 år ago | 2 answers | 1

2

answers