mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: If Predictor Exporter save_to_db is called in CUDAContext, a failure occurs since the following FeedBlob() tries to store a string (meta data), but for CUDA blobs we assume they are tensors. + fix a typo in data_parallel_model that I bumped on. Reviewed By: asaadaldien Differential Revision: D5099837 fbshipit-source-id: 69d01b35a9a1816bf083f13d8a6ce88e1f5aecb7 |
||
|---|---|---|
| .. | ||
| predictor_exporter.py | ||
| predictor_exporter_test.py | ||
| predictor_py_utils.py | ||
| serde.py | ||