nni icon indicating copy to clipboard operation
nni copied to clipboard

Can't use NNI to run experiments on the server in the school lab

Open yanliang3612 opened this issue 3 years ago • 4 comments

Describe the issue:

Hello!I use NNI on the linu remote server and configure the relevant config.yml file according to the official github documentation, but the following error still occurs. I want to know if there is any way to solve this problem, thank you 截屏2022-08-22 21 42 45

Environment: 截屏2022-08-22 21 41 32 截屏2022-08-22 21 41 52 截屏2022-08-22 21 42 07

Configuration:

  • Experiment config (remember to remove secrets!): I covered my password 截屏2022-08-22 21 46 46

  • Search space: 截屏2022-08-22 21 47 34

How to reproduce it?:

yanliang3612 avatar Aug 22 '22 13:08 yanliang3612

As shown in your error message, the code directory is too large (over 300MB). Please try .nniignore or downsize your code directory.

ultmaster avatar Aug 23 '22 05:08 ultmaster

As shown in your error message, the code directory is too large (over 300MB). Please try .nniignore or downsize your code directory.

Sorry,I have a few more questions, 1、what is nniignore? 2、If my code files contain large datasets, does that mean I can't use NNI afterwards? 3、Later,after I deleted some large datasets, there was indeed no error. The terminal gave me two web links, but I can't open them. Can you tell me how to solve it? [ 截屏2022-08-23 15 53 23 ](url 截屏2022-08-23 15 57 42 截屏2022-08-23 15 58 18

yanliang3612 avatar Aug 23 '22 07:08 yanliang3612

  1. You can search in NNI documentation.
  2. You can put large datasets in a fixed folder, but not in code directory.
  3. You should open server_ip:8080.

ultmaster avatar Aug 24 '22 02:08 ultmaster

hi @yanliang3612 Looks like this issue having a good solution to take it. Could you tell me what's your issue status? Can I close it? Expect your reply. Thanks.

Lijiaoa avatar Sep 19 '22 03:09 Lijiaoa