bsugerman

Results 8 issues of bsugerman

I am fine-tuning the BERT model but need to add a few thousand words. I know that one can replace the ~1000 [unused#] lines at the top of the vocab.txt,...

I am very interested in trying out this software as an alternative to dmrecon and scene2pset. Unfortunately my windows setup making it rather hard to compile the mve software. I...

Hi guys, at least in python 3.7 and torch 1.1.0, EarlyStopping causes the `registration.start()` of a `PairwiseTransformation` to break, with the error: ``` ~\AppData\Local\Continuum\anaconda3\lib\site-packages\airlab-0.2.1-py3.7.egg\airlab\registration\registration.py in start(self, EarlyStopping, StopPatience) 143 n...

If you are willing to find the warp/displacement on a grayscale version of the image, but want to apply it to all 3 layers in the color version, then here...

I noticed that transform_img clips the output image to the same size as the input image, and it would be very useful if one could specify an option for an...

I've found that using your nms in yolov5 is giving me better AP scores, contrary to an issue also raised in this repo. However, I'm finding that sometimes when I...

Thank you very much for coding this up. I'm very curious, have you coded up the equivalent of the solid red lines that pairwise connect the forward or reverse outputs...

This is an awesome repo, Thanks for making it! One of the annoyances of pytorch is that if you try to use a 3x3 depthwise conv and then 1x1 pointwise...