Alessandro Evangelista

Results 13 issues of Alessandro Evangelista

How many epochs did you train the deepcrack on your dataset for fine tuning and obtaining same results of the paper?

https://github.com/tslearn-team/tslearn/blob/42a56cce63d8263982d616fc2bef9009ccbedab4/tslearn/shapelets/shapelets.py#L212-L886 I'm having issues trying to save my fitted model, getting this error: `AttributeError: Can't pickle local object 'make_gradient_clipnorm_fn..'` How to handle it? **To reproduce:** ``` from tslearn.shapelets import LearningShapelets...

bug
shapelet

What settings do you reccomend for a steady camera (like on tripods) in order to deblur moving objects?

I would like to set a threshold at test/inference time, so that I can tune the sensitivity of the model. How would be possible to do that?

I'm facing with chars limitations of 128 symbols... any way to avoid it? I can only add one DDNS for a single provider. I have lots of domains to update...

- TIA Toolbox version: 1.5.1 - Python version: 3.8 - Operating System: Windows ### What I Did I would like to do some test with patch mode prediction for Nucleus...

bug
enhancement

I'm not able to train the model, since the loss function gives me back a Value error on the target size... do you know ho to fix it?

Where is possible to download the pretrained weights?

I'm having trouble obtaining the shape of the image level for each level. In OpenSlide, there is the parameter `slide.level_dimensions[level]`, but I haven't found anything similar in this library. How...