markdjwilliams

Results 6 issues of markdjwilliams

**Description of the problem** Importing pyshtools under python3 with warnings filters disabled produces multiple DeprecationWarnings. To reproduce: ` $ python -Wdefault -c 'import pyshtools' ` ...which yields: ` .../pyshtools/shclasses/shgravgrid.py:359: DeprecationWarning:...

With pytorch DataParallel working robustly since the chance introduced for #121, I was looking more closely at throughput. After some investigation it seems that performance may be compromised due to...

First of all thank you for your wonderful contribution to the community. I'm training a neural network which is tasked with predicting the transformation and deformation of a single template...

**Describe the bug** The warning reported by BaseFeatureMetric.compute_feats is likely incorrect: ``` print('WARNING: default feature extractor (InceptionNet V2) is used.') feature_extractor = InceptionV3() ``` https://github.com/photosynthesis-team/piq/blob/53c6b8511a54015067d58d669a242574e8da5077/piq/base.py **To Reproduce** Create an instance...

bug

**Describe the bug** GMSD generates a NaN value in its gradient, using piq 0.6.0, which is flagged by pytorch's autograd anomaly checker. **To Reproduce** ``` import torch from piq.gmsd import...

bug

### Describe the bug I have a heatmap image (below) where the location of the blob's centroid is at approximately [18, 31], somewhat left of center. However, when I pass...

help wanted