IMPORTANT CHANGE!
The API now runs on port 8338 by default to avoid clashing with other software that was running on port 8000. This new build of the App will look for the server to be on 8338 from now on.
What's Changed
- One of our biggest releases in terms of changes
- On the training page, show the final status of the train (so a train that fails but is complete will show the failure)
- Connect to API faster on Local Connection
- Change default API port to 8338
- Better download progress bars on model download
- Improve Computer Information page
- Show a mini NVIDIA logo if you have an NVIDIA device
- New Logo
- We have a new Log Viewer that is at the bottom of the page -- it streams logs for important tasks
- Fixed the training status text when a failure occurs from success to failure by @sanjaycal in #210
- Update the error message and automatically download a dataset when a part of a recipe is not found by @sanjaycal in #208
New Contributors
- @sanjaycal made their first contribution in #210
Full Changelog: v0.7.5...v0.8.0