ChonLam Lao
ChonLam Lao
This bug makes parsing fail when a segment length is bigger than 8 bits.
Thanks for releasing the code and your effort. I like this project! My goal is to compile the Brevitas MobileNet model with my own dataset trained then deploy it to...
Hello Brevitas developers, It fails when I load the MobileNet model from brevitas_examples with `pretrained=True`, but it works perfectly when I change the `pretrained` flag to `False`. ```python from brevitas_examples.imagenet_classification...
Started to do benchmark on the comparison of Linux native TCP/IP stack and nstack.
Hi DiSNI Team, I am wondering if DiSNI is planning to support raw ethernet programming interface like this? https://community.mellanox.com/s/article/raw-ethernet-programming--basic-introduction---code-example Thanks! Lam
Hi FINN community, When I ran `2_imagenet_with_cnns.ipynb` I found out that it stucked when I set batch size other than 1. The program will be hang on `obuf_normal = accel.execute(ibuf_normal)`....
Hi, May I know the public AMI mentioned in the README is gone or changed? I am not able to find it in all regions.. ` (ami-036de08e2e59b4abc) in us-west-2 `...
Hi, I interconnected U250's two 100G ports and tried to test them by `ping` from one to another. However, the receiver cannot detect the sender's ARP request packet after the...
To use calloc() to allocate the memory instead of malloc(). The malloc() may lead to random non-zero values. the content of `state->htab` needs to be zero before calling hcreate_r(), otherwise...
Hi @insujang , Thanks for open-sourcing Oobleck, great work! From the paper, it seems that the experiments show it supports both adding and removing nodes during training. I successfully ran...