sonebu commited on
Commit
4e45d68
1 Parent(s): 5096607

update emails

Browse files
LICENSE CHANGED
@@ -1,2 +1,2 @@
1
  Demo software - Experiments on binary neural networks in computer vision by HyperbeeAI
2
- Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai
 
1
  Demo software - Experiments on binary neural networks in computer vision by HyperbeeAI
2
+ Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Experiments on binary neural networks in computer vision by HyperbeeAI
2
 
3
- Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai
4
 
5
  This repository contains our experiments for quantized and binary neural networks for computer vision tasks, evaluated over the CIFAR100 benchmark dataset.
6
 
 
1
  # Experiments on binary neural networks in computer vision by HyperbeeAI
2
 
3
+ Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai
4
 
5
  This repository contains our experiments for quantized and binary neural networks for computer vision tasks, evaluated over the CIFAR100 benchmark dataset.
6
 
checkpoints/shallow001_nas_8b_SAM/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow002_nas_2b8b_noSAM_4lyrDeep/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow003_nas_2b8b_noSAM_3lyrDeep/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow004_nas_2b8b_noSAM_2lyrDeep/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow005_nas_2b8b_noSAM_1lyrDeep/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow006_nas_AP2b8b_earlyexit/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow007_nas_AP2b8b_tuned/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow998_reproduceMaxim000_nas_8b/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
checkpoints/shallow999_reproduceMaxim001_simplenet_2b4b8b/evaluation.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys, time
6
  import torch.nn as nn
dataloader.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import os
6
  import torch
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import os
6
  import torch
functions.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys
6
  import torch.nn as nn
layers.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, sys
6
  import torch.nn as nn
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, sys
6
  import torch.nn as nn
library/sam.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch
6
 
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch
6
 
library/utils.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch
6
 
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch
6
 
models.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch.nn as nn
6
  import layers
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch.nn as nn
6
  import layers
tests/hardware_checkpoint_maximVerification.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import sys, torch
6
  sys.path.append(".") ## works only when running from repo top layer
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import sys, torch
6
  sys.path.append(".") ## works only when running from repo top layer
tests/max78000_bnn_with_Q1numbers.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch
6
 
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch
6
 
tools/generate_checkpoint_statistics.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, matplotlib, os, sys, argparse
6
  import numpy as np
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, matplotlib, os, sys, argparse
6
  import numpy as np
tools/generate_leaderboard.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, matplotlib, os, sys, argparse
6
  import numpy as np
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, matplotlib, os, sys, argparse
6
  import numpy as np
tools/generate_results_graph.py CHANGED
@@ -1,6 +1,6 @@
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
- # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. main@shallow.ai #
4
  ###########################################################################
5
  import torch, matplotlib, os, sys, argparse
6
  sys.path.append('..')
 
1
  ###########################################################################
2
  # Computer vision - Binary neural networks demo software by HyperbeeAI. #
3
+ # Copyrights © 2023 Hyperbee.AI Inc. All rights reserved. hello@hyperbee.ai #
4
  ###########################################################################
5
  import torch, matplotlib, os, sys, argparse
6
  sys.path.append('..')