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
I found auto_convert_mixed_precision_model_path() is easy to have "No space left on device" issue, where it seems to occupy lots of temporary disk space when running.
Below is an example of failure message, which is failed at running attempt 671:
failure log file: prophetNet_conversion.log
For this error, this log file could help as it contains all the information you need. Otherwise, run the model conversion code needs to take several hours until failure.
Command to run: python fp16_converter.py
The text was updated successfully, but these errors were encountered:
Hi team,
I found
auto_convert_mixed_precision_model_path()
is easy to have "No space left on device" issue, where it seems to occupy lots of temporary disk space when running.Below is an example of failure message, which is failed at running attempt 671:
This is my conversion code:
How to reproduce?
Check this zip file:
https://drive.google.com/file/d/1oJayYH4HCeB6VE1Kp-DiNvqLTMAWsUwc/view?usp=sharing
It includes:
For this error, this log file could help as it contains all the information you need. Otherwise, run the model conversion code needs to take several hours until failure.
Command to run:
python fp16_converter.py
The text was updated successfully, but these errors were encountered: