magnet icon indicating copy to clipboard operation
magnet copied to clipboard

Deep Learning Projects that Build Themselves

Results 4 magnet issues
Sort by recently updated
recently updated
newest added

If I have 3 gpus and want to specify gpu id, how can I set that?

Ever since Deep Learning broke out around 2012 after AlexNet, computer vision has been at the forefront of developments. In due course, many additional debugging techniques have been proposed that...

feature
help wanted

I've installed the conda environment as per the installation guidelines. but not able to import magnet ```bash (base) λ conda activate magnet (magnet) λ python Python 3.7.0 (default, Jun 28...

bug
question

I was just going through source code and found this [snippet](https://github.com/MagNet-DL/magnet/blob/master/magnet/nodes/core.py#L193) in core.py: ```python if p == 'half': f = 0.5 elif p == 'same': f = 1 elif p...

good first issue