codeflare-sdk icon indicating copy to clipboard operation
codeflare-sdk copied to clipboard

Updating training script in basic_interactive notebook

Open Fiona-Waters opened this issue 9 months ago • 1 comments

Issue link

RHOAIENG-6475

What changes have been made

When running GPU utilising workloads using the basic_interactive demo notebook I encountered a lot of errors while running the training script provided in the notebook. As it was added more than a year ago and may be out of date I have updated the notebook to use the recently added mnist_fashion.py training script instead.

Verification steps

  • Install RHOAI with the CodeFlare components set to Managed
  • Ensure that your cluster has GPU nodes as required.
  • Within a data science project workbench clone this branch
git clone https://github.com/Fiona-Waters/codeflare-sdk.git -b udpate-notebook-script
  • Run the basic_interactive notebook and ensure that it works as expected.

Checks

  • [ ] I've made sure the tests are passing.
  • Testing Strategy
    • [ ] Unit tests
    • [X] Manual tests
    • [ ] Testing is not required for this change

Fiona-Waters avatar May 23 '24 16:05 Fiona-Waters