ml-suite icon indicating copy to clipboard operation
ml-suite copied to clipboard

Getting Started with Xilinx ML Suite

Results 42 ml-suite issues
Sort by recently updated
recently updated
newest added

Hello, I have followed the steps indicated in this tutorial (https://github.com/Xilinx/Vitis-AI/blob/master/alveo/notebooks/image_classification_tensorflow.ipynb), and it works. After, I have repeated the tutorial with my own model, I am able to quantize and...

Hi, I am using Alveo U50 board. I am trying to run the ml-suite tensorflow example. I have tried command line as well as Jupyter notebook. I get the same...

AssertionError Traceback (most recent call last) in () 11 xclbin=XCLBIN, 12 device='FPGA', ---> 13 **get_args(inputNode,outputNode ) 14 ) /opt/ml-suite/xfdnn/rt/xdnn_rt_tf.pyc in __init__(self, args, **kwargs) 48 class TFxdnnRT(_xdnnRT): 49 def __init__ (self,...

I can't find the overlay bin for U50 card under [https://github.com/Xilinx/ml-suite/tree/v1.5/overlaybins](url) however the deployment/dev shells are available from [https://www.xilinx.com/products/boards-and-kits/alveo/u50.html#gettingStarted](url)

at first I test yolov2-608, and found that U200 performance is lower than NVIDIA 2080Ti and then I change the input image size for yolov2, then made the form, ![image](https://user-images.githubusercontent.com/44424658/69856502-c53ba100-12c8-11ea-8b93-abe79ffdc405.png)...

I am running the latest ml-suite caffe docker container following the instructions in the "getting started". The container is run on an AWS F1 instance on the latest ml-suite AMI....

Hi Team, I was working on some of the u200/u250 boards for the MLsuite v1.5, Need to know is there any whitepapers available for the performance benchmarks for Resnet50 model...

I am facing issue in Quantize for inference steps. i am trying to run command python run.py --quantize --model /opt/models/tensorflow/inception_v1_baseline.pb --output_dir work --input_nodes data --output_nodes loss3_loss3 --input_shapes ?,224,224,3 getting following...

elif [ "$MODEL" == "yolo_v3_tiny_608" ]; then NET_DEF=${MLSUITE_ROOT}/models/caffe/yolov3/fp32/yolo_v3_tiny_608_bns.prototxt NET_DEF_FPGA=${MLSUITE_ROOT}/models/caffe/yolov3/fp32/yolo_v3_tiny_608_bns.prototxt FPGAOUTSZ=2048000 INSHAPE_CHANNELS=3 INSHAPE_WIDTH=608 INSHAPE_HEIGHT=608 url is where

Hi, I run the xbutil scan flash after opening the mluser docker container and get the following result: `mluser@xxx:/opt/xilinx/xrt/bin$ sudo ./xbutil flash scan Card [0] Card BDF: 0000:01:00.0 Card type:...