文件名称:FKB:Keras与Fortran之间的双向深度学习桥梁
文件大小:330KB
文件格式:ZIP
更新时间:2024-06-03 22:49:28
Fortran
Fortran-Keras桥(FKB) 这座双向桥梁将深度学习资源丰富的环境与稀缺资源相连接。 你可以在找到论文。 @article{ott2020fortran, title={A Fortran-Keras Deep Learning Bridge for Scientific Computing}, author={Ott, Jordan and Pritchard, Mike and Best, Natalie and Linstead, Erik and Curcic, Milan and Baldi, Pierre}, journal={arXiv preprint arXiv:2004.10652}, year={2020} } 该库允许用户将在Keras中构建和训练的模型转换为在Fortran中可用的模型。 为了使这种可能性成为可能,FKB在Fort
【文件预览】:
FKB-master
----.gitignore(54B)
----build_steps.sh(634B)
----src()
--------tests()
--------lib()
----GettingStarted.ipynb(19KB)
----LICENSE(1KB)
----KerasWeightsProcessing()
--------convert_weights.py(13KB)
--------__init__.py(0B)
--------examples()
--------README.md(2KB)
----README.md(5KB)
----Figures()
--------logo.png(170KB)
--------multi_output_model.png(69KB)
--------single_output_model.png(85KB)
----CMakeLists.txt(3KB)
----ExampleModels()
--------simple_model.txt(131B)
--------simple_model_with_weights.txt(2KB)
----SPCAM_Instructions.md(2KB)