Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/339.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 减少FPGA上AlexNet实现的RAM使用_Python_Neural Network_Fpga_Xilinx - Fatal编程技术网

Python 减少FPGA上AlexNet实现的RAM使用

Python 减少FPGA上AlexNet实现的RAM使用,python,neural-network,fpga,xilinx,Python,Neural Network,Fpga,Xilinx,我正在开发一个智能嵌入式系统,它是用alexnet(一种浅层cnn)实现的。在colab上训练我的模型时,我意识到RAM的使用量大约为10GB。FPGA支持这个吗?如何减少RAM的使用? 谢谢没有内置10 GB RAM的FPGA,但它们中的许多都可以让您从外部连接这么多RAM。没有内置10 GB RAM的FPGA,但它们中的许多可以让您从外部连接这么多RAM

我正在开发一个智能嵌入式系统,它是用alexnet(一种浅层cnn)实现的。在colab上训练我的模型时,我意识到RAM的使用量大约为10GB。FPGA支持这个吗?如何减少RAM的使用?
谢谢

没有内置10 GB RAM的FPGA,但它们中的许多都可以让您从外部连接这么多RAM。

没有内置10 GB RAM的FPGA,但它们中的许多可以让您从外部连接这么多RAM