A deep learning researcher with an interest in algorithms. I never get as much done as I'd hoped.
-
La Trobe University
Pinned Loading
-
Accumulating gradients to reduce mem...
Accumulating gradients to reduce memory requirement per forward pass (using MNIST) 1import numpy as np
2import tensorflow as tf
34from tensorflow.examples.tutorials.mnist import input_data
5 -
Random Affine Crop in the style of A...
Random Affine Crop in the style of Albumentations for a Rasterio Dataset with minimal dependencies 1# Utility functions for managing 3x3 matrices for cv2.warpAffine in pure numpy
23import numpy as np
45 -
Mean average precision for object de...
Mean average precision for object detection 1# Reimplementation of: https://github.com/aladdinpersson/Machine-Learning-Collection/blob/master/ML/Pytorch/object_detection/metrics/mean_avg_precision.py
2# Now with more vectorisation!
34def precision_recall_curve_th(is_tp, confs, n_true, eps=1e-8):
5# Sort by confs
-
basic-waveform-visualiser
basic-waveform-visualiser PublicA simple waveform visualiser that takes input from the microphone. Has GUI with some simple parameters.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.