Skip to content

Not an issue: Trying to run the FLAIR TensorFlow sample in Google Colab, and having trouble #225

Closed Answered by yanchengnv
hti-kumar asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, there are many more commands. If you type "?" at the prompt you will see them.

Looks like you only started the admin client, but didn't issue commands to upload/deploy/start the app.

Basically, once the server and FL clients are running, the system can do many experiments (RUNs) - one at a time - controlled by your commands thru the Admin Client:

  • upload the app you want to train
  • set a run number for the training.
  • deploy the app
  • start the app.

Once the app is started, you could let it run to completion or stop it (using the abort command) in the middle, and then set another run number to start another app.

Please follow through these steps as shown in the doc.

upload_app hello-tf2

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@hti-kumar
Comment options

Comment options

You must be logged in to vote
1 reply
@YuanTingHsieh
Comment options

Answer selected by holgerroth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #222 on February 22, 2022 20:42.