a year ago
Dear Railway Support Team,
I am experiencing an issue when uploading my TensorFlow model file (with the .keras extension) to your platform. The file was successfully uploaded, but it seems to be incomplete or corrupted. The expected file size is approximately 369,520 KB (from GitHub), but after uploading to Railway, the file size is only 134 bytes.
For context, I had uploaded the model to GitHub using GitHub LFS (Large File Storage), and it was working correctly before attempting to upload it to Railway.
Here are the details of the issue:
- The model file exists at the expected path.
- The file permissions are correct (read and write access).
- The file is not accessible in its complete form, as its size does not match the expected size, which is causing issues when trying to load the model.
I have verified that the file was working correctly before uploading to Railway, and I suspect the issue lies with the file upload or deployment process on your platform.
Could you please assist me in resolving this issue? Any help in ensuring the model is uploaded completely and correctly would be greatly appreciated.
Project ID: 6d55088f-c45f-4a21-8e46-2ec8ecd947ca
Service ID:0e087652-ec9d-43e2-ad24-5e4d2f2673d0
Thank you for your assistance.
Best regards,
Mustafa Hussein
1 Replies
a year ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • about 1 year ago
a year ago
I'd recommend uploading the file to a volume in your service (you can do that using the Filebrowser template)
You can then access the model through that volume in your code