oneapi-src / oneAPI-samples

Samples for Intel® oneAPI Toolkits
https://oneapi-src.github.io/oneAPI-samples/
MIT License
922 stars 681 forks source link

Added training and testing files under AI-and-Analytics>>Getting-Star… #2465

Closed HottaAkanksha closed 3 weeks ago

HottaAkanksha commented 3 weeks ago

…ted-Samples>>INC-Sample-for-Tensorflow

Adding a New Sample(s)

Added train.py and test.py python scripts.

Description

This pull request introduces two new Python files, training.py and testing.py, designed to facilitate the training and testing of our models within a virtual machine (VM) environment. These scripts are essential for ensuring that our AI workloads are reproducible and consistent across different setups.

And finally comprehensive overview of how the new Python files have been tested:

  1. Docker Installation: Installed Docker inside the VM to ensure a consistent and isolated environment for running the scripts.
  2. Script Execution: Ran both training.py and testing.py scripts within the Docker container to verify their functionality.
  3. Local and VM Testing: Both scripts have been tested locally and within a VM to ensure they function as expected.

Checklist

Administrative

Code Development

Security and Legal

Review