Hemanth-Jonnala
Hemanth-Jonnala
Hello @DevelopingElectronics please check this article and let me know if you have any questions: https://community.circuitmess.com/t/understanding-the-sd-card-slot/2801
Please check with [proxmox community](https://forum.proxmox.com/threads/lost-of-pci-device-even-after-reboot.74871/) on why the devices are not showing up after reboot. Thanks!
Hello @dylan-alfi please check with community here if anyone has successfully detected two TPUs with CT-MCL01 premio motherboard: https://github.com/google-coral/edgetpu/issues/256 Thanks!
@wwooster do you have any others questions regarding batched matrix vector multiplication on coral TPU
Hello @vyang2968 can you please share what type of model network you are trying to train and the model input size. Thanks!
Hi, [SOM](https://coral.ai/docs/som/get-started/#requirements) is a complete system itself. It does not require any other microprocessor to control the TPU. May I please know what are the things you want to control...
@cdrose Could you please describe the objective of your model and share the CPU tflite model.
@cdrose I am able to compile the model. Are you trying to map all operations to edge TPU?
@cdrose do unet models from this [link](https://coral.ai/models/all/#segmentation) would work for you? I Hope you are using the latest `Edge TPU Compiler version 16.0.384591198`.
Hi @cdrose are you still working on this? This [unet model](https://raw.githubusercontent.com/google-coral/test_data/master/keras_post_training_unet_mv2_128_quant.tflite) has Conv2DTranspose with strides =2 and those operations are mapped to edge TPU. Can you try to export the...