You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-03-02 05:45:12 [INFO] A little survey: https://iwenjuan.baidu.com/?code=r8hu2s
252
259
```
253
260
254
261
=== "PaddleScience 导出"
@@ -271,12 +278,25 @@ pip install paddle2onnx
271
278
若导出成功,输出信息如下所示。
272
279
273
280
``` log
274
-
...
281
+
ppsci MESSAGE: Found /root/.paddlesci/weights/aneurysm_pretrained.pdparams already in /root/.paddlesci/weights, skip downloading.
282
+
ppsci MESSAGE: Finish loading pretrained model from: /root/.paddlesci/weights/aneurysm_pretrained.pdparams
283
+
ppsci INFO: Using paddlepaddle 3.0.0 on device Place(gpu:0)
284
+
ppsci MESSAGE: Set to_static=False for computational optimization.
285
+
/workspace/hesensen/anaconda3/envs/conda_py310/lib/python3.10/site-packages/paddle/jit/api.py:662: UserWarning: Found 'dict'in given outputs, the values will be returned in a sequence sorted in lexicographical order by their keys.
286
+
warnings.warn(
287
+
ppsci MESSAGE: Inference model has been exported to: ./inference/aneurysm, including *.json, *.pdiparams files.
275
288
[Paddle2ONNX] Start to parse PaddlePaddle model...
276
-
[Paddle2ONNX] Model file path: ./inference/aneurysm.pdmodel
0 commit comments