Closed justcho5 closed 5 years ago
Your batchsize is too big for the machine you are using (100 is usually big for any machine you would be using)
Thanks for the reply! Is the batch size specific for the model I am using or is it a parameter for the ACE method? I used a batch size of 16 for training the model...i'm not sure where the 100 comes from in that tensor--is 100 the default?
I found it! batch size is set to default at 100 for the _patch_activations function in ace.py. Thank you!
I was wondering if this type of error was ever seen with using ACE:
If you have seen it, do you know how it can be resolved?