2X the points gained during the growth doubling period
Points
Get points: use points for successful completion of experiments, challenges and learning route courses:points can unlock advanced features such as: discovery mode, schedule experiments, extended experiments, VIP experiments, etc.
Number of active activities
Each time you complete an experiment, challenge, or course, you increase the number of active activities to earn a higher level
The system detects that you've not completed the task
Quick path - Complete any of the following experiments
Get your own experiment environment with VIP authority
2X Growth Points
News about the latest experiment, learning path and other events information.
You have Bonus Task(s) awaiting completion.
Bonus task list
Preference Setting
WMLA Deep Learning Platform
WMLA is a deep learning platform that supports end-to-end model lifecycle management
To use new DL/ML frameworks in WMLA
Only 0seat(s) available
0already completed
IBM Watson Machine Learning Accelerator (WMLA) provides a complete deep learning platform that includes data preparation, model training and inference. This lab demonstrates how to login to WMLA, view Spark Instance Group and use Deep Learning.
WMLA GUI can only support tensorflow, pytorch, users configure their own machine learning and deep learning framework to use on WMLA
Experiment Resources:
IBM Watson Machine Learning Accelerator
RHEL 7.5
OpenPOWER server
NVIDIA GPU
Tips
1. Discovery provides longer time for your experience;you are home free 2. Data will be cleared after the end of discovery 3. It is needed to finish the experiment and challenge first to start your discovery
Please start your challenge after you finish the experiment
Please start your discovery after you finish the challenge.
Please start your discovery after you finish the experiment.
Experiment Manual
The following content is displayed on the same screen for your experiment so that you can make any necessary reference in experiment. Start your experiment now!
Login to the deep learning server via SSH using PuTTY. (Automatically done for you)(Duration: 2 mins)
This lab will be entirely based on operations in PuTTY
Check installation package information,Obtain the location of dlicmd.py(Duration: 5 mins)
($EGO_TOP/dli/1.2.2/dlpd/bin) Execute the following command to make sure the command file exists.
EGO_TOP=/opt/ibm/cluster/wmla123
source $EGO_TOP/profile.platform
ls -l $EGO_TOP/dli/1.2.5/dlpd/bin/dlicmd.py
Obtain Master Host Information(Duration: 3 mins)
Execute the following commands line by line egosh user logon (user accout: please use the assigned os user, password is same with username) MASTER_HOST=`hostname -f`
Check the output Exe id and Copy it(Hold left button and select it)
exec-get to query(Duration: 3 mins)
export JOB_ID="$JOBID" replace $JOBID with the Exec id generated in the Step 7 python $EGO_TOP/dli/1.2.5/dlpd/bin/dlicmd.py --exec-get $JOB_ID --master-host $MASTER_HOST
Obtain training results(Duration: 3 mins)
export JOB_ID="$JOBID" replace $JOBID with the Exec id generated in the Step 7