文件名称:MNIST-pytorch-tensorflow-eager-interactive:PyTorch和TensorFlow Eager模式下的MNIST示例; 具有评论和互动界面
文件大小:25.71MB
文件格式:ZIP
更新时间:2024-05-18 10:26:17
Python
PyTorch和TensorFlow渴望模式下的MNIST交互式示例 修改自PyTorch MNIST官方示例。 在急切的执行模式下使用TensorFlow重新创建。 具有详细的评论和交互式界面。 结构 pytorch/ train.py # Train the model model.py # The defined model app.py # Interactive predictor model # Pretrained model, will be overriden when you start training test_n.png # Sample images for the use of interactive predictor te
【文件预览】:
MNIST-pytorch-tensorflow-eager-interactive-master
----.gitignore(1KB)
----requirements.txt(123B)
----tensorflow_eager()
--------ckpt-9380.index(339B)
--------__init__.py(0B)
--------ckpt-9380.data-00000-of-00001(66KB)
--------test_4.png(13KB)
--------app.py(1KB)
--------test_6.png(2KB)
--------test_2.png(2KB)
--------checkpoint(225B)
--------model.py(750B)
--------train.py(5KB)
----assets()
--------training_log_tf_eager.png(497KB)
--------speed_comp.mov(24.58MB)
--------training_log_pytorch.png(545KB)
----README.md(2KB)
----pytorch()
--------model(34KB)
--------__init__.py(0B)
--------test_4.png(13KB)
--------app.py(1KB)
--------test_6.png(2KB)
--------test_2.png(2KB)
--------model.py(2KB)
--------train.py(6KB)