froog 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: froog
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: tensor library with opencl and metal support
5
5
  Author: Kevin Buhler
6
6
  License: MIT
@@ -25,7 +25,7 @@ Requires-Dist: matplotlib
25
25
  <br/>
26
26
  </div>
27
27
 
28
- ```froog``` is an easy-to-read tensor library (<a href="https://www.pepy.tech/projects/froog">25k pip installs!</a>) with OpenCL support for GPU acceleration. Inspired by pytorch, tinygrad, and micrograd.
28
+ ```froog``` is an easy-to-read tensor library (<a href="https://www.pepy.tech/projects/froog">25k pip installs!</a>) with support for GPU acceleration. Inspired by pytorch, tinygrad, and micrograd.
29
29
 
30
30
  # Installation
31
31
  ```bash
@@ -107,7 +107,7 @@ set_device("METAL") # or "OPENCL"
107
107
 
108
108
  # EfficientNet in froog!
109
109
 
110
- <img src="assets/efficientnet_pug.png" alt="pug" height="300">
110
+ <img src="https://github.com/kevbuh/froog/blob/main/assets/efficientnet_pug.png" alt="pug" height="300">
111
111
 
112
112
  We have an implementation of [EfficientNet v2](https://arxiv.org/abs/2104.00298) built entirely in ```froog``` using the official PyTorch weights! Run inference with:
113
113
 
@@ -4,7 +4,7 @@ froog/ops.py,sha256=6CJWxZi9ksSVC_AWrXRBz_ndXC_b7lC206AbeaNYsdc,26241
4
4
  froog/optim.py,sha256=rkibUce0rG5O1O4fLsNuS54fd3fzdjQarAyTqK61-1I,5443
5
5
  froog/tensor.py,sha256=jD8rspVMFI__sFMAeKEu_hVhhnfvtgc92oAkNJVKEJg,9688
6
6
  froog/utils.py,sha256=SUXMWOka-yJmib1jeC6KgHI_hOtSzgrakiRA0tCk4vc,3657
7
- froog-0.5.0.dist-info/METADATA,sha256=8mSdbDlPXWl3ZzGTtPgTOGM0rwZ7zNlE-hOs1gt4s2c,7342
8
- froog-0.5.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
- froog-0.5.0.dist-info/top_level.txt,sha256=XPz35C_JWu20LlsVxIMdMZn8DD58Ak78LwgWFBGYZwY,6
10
- froog-0.5.0.dist-info/RECORD,,
7
+ froog-0.5.1.dist-info/METADATA,sha256=z4iR-31at5r1ZJc0kLlQu7rCLlTWbKGIbwBSxY9xTiY,7377
8
+ froog-0.5.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
9
+ froog-0.5.1.dist-info/top_level.txt,sha256=XPz35C_JWu20LlsVxIMdMZn8DD58Ak78LwgWFBGYZwY,6
10
+ froog-0.5.1.dist-info/RECORD,,
File without changes