Luca Urbinati
Luca Urbinati
### Summary I think that there is a missing layer in the implementation of Inceptionv3. According to the paper C. Szegedy, V. Vanhoucke, S. Ioffe, J. Shlens, and Z. Wojna,...
When I want to continue an hyperparameter search with `tuner.search()`, the log that is printed as output starts from 1 instead from the number of the last trial + 1....
I would like to evaluate the [pretrained MobileNet model](https://github.com/mlcommons/tiny/blob/master/benchmark/training/visual_wake_words/convert_vww.py) on the preprocessed COCO2014 **test set**, but I am not able to find this preprcessed test set anywhere in the repo....
The [esp_accelerator_specification.pdf](https://esp.cs.columbia.edu/docs/specs/esp_accelerator_specification.pdf) mentions a "debug" signal as a way to allow an accelerator to communicate some data to the processor for debugging purposes. However, it is not specified anywhere which...
I have a profpga-xc7v2000t and I would like to change the clock frequency of the SoC generated with ESP that is currently set to 50MHz. I don't know which knobs...