
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Date | News | Version |
---|---|---|
Sept 2019 | face recognition (insight face) was released for inferencing (STABLE), for training will available in the future version | >= v0.7.4 |
August 2019 | deeplab semantic segmentation (PREVIEW version)was released | >= v0.6.10 |
Mei 2019 | yolov3 object detection (STABLE version) was relesed | > v0.5.1 |
April 2019 | Unet-segmentation (PREVIEW version) | v0.4.18 |
Tensorflow version | Simple-Tensor Version |
---|---|
1.4.1 - 1.1 | <=v0.4.0 |
1.13.1 and 1.15.0 | >=v0.4.3 |
This project is a simplification of tensorflow operations and related projects
pip3 install tensorflow-gpu
pip3 install comdutils
pip3 install opencv-python
pip3 install simple-tensor
import tensorflow as tf
# tensor operations
from simple_tensor.tensor_operations import *
# tensor losses
from simple_tensor.tensor_losses import *
# tensor metrics
from simple_tensor.tensor_metrics import *
This packages contains tensor operations (conv2d, conv1d, depthwise conv2d, fully connected, conv2d transpose), tensor losses (softmax & sigmoid cross entropy, MSE), and tensor metrics (accuracy). For more detail documentations about tensor operations, visit this page
import tensorflow as tf
from simple_tensor.transfer_learning.inception_utils import *
from simple_tensor.transfer_learning.inception_v4 import *
This package contains a library of tensorflow implementation of Inception-v4 for image classification. Densenet, Resnet, and VGG will be added in the future version. For more detail documentations about transfer learning package, visit this page
(img source: link)
import tensorflow as tf
from simple_tensor.object_detector.detector_utils import *
from simple_tensor.object_detector.yolo import Yolo
This package contains a library of tensorflow implementation of Yolov3 (training and inferencing). You can customize your yolo detector with four types of network ("big", 'medium", "small", "very_small"). For more detail documentations about object detector package (yolov3), visit this page.
(img source: pjreddie)
import tensorflow as tf
from simple_tensor.segmentation.unet import UNet
This package contains the tensorflow implementation of U-net for semantic segmentation. For more detail, visit this page
(img source: internal)
import tensorflow as tf
from simple_tensor.face_recog.insight_face import *
This package contains the tensorflow implementation of insight face. This repo is refractoring this github link. For more detail documentation, visit this page
still on progress ....
import tensorflow as tf
from simple_tensor.convert import *
We already prepared the all in one docker for computer vision and deep learning libraries, including tensorflow 1.12, Opencv3.4.2 and contrib, CUDA 9, CUDNN 7, Keras, jupyter, numpy, sklearn, scipy, statsmodel, pandas, matplotlib, seaborn, flask, gunicorn etc. See the list of dockerfile below:
FAQs
a simple package for handling tensorflow tensor
We found that simple-tensor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.