我正在使用this教程尝试通过机器学习来设置基本的图像着色器,但是却出现了一个错误,该错误不允许我拉目录。
我尝试使用不同的格式,并在本地下载目录并从那里调用它,但是每次都会遇到相同的错误。
!floyd run --data emilwallner/datasets/colornet/2:data --mode jupyter --tensorboard
返回:
floyd run --data <namespace>/datasets/<dataset_name>:<mount_dir>
floyd run --data <namespace>/datasets/<dataset_name>/<version>:<mount_dir>
floyd run --data <namespace>/projects/<project_name>/<version>:<mount_dir>
floyd run --data <namespace>/projects/<project_name>/<version>/output:<mount_dir>
Note: Argument can only contain alphanumeric, hyphen-minus '-' , underscore '_' and dot '.' characters.```
I want the program to be able to open the called directory, but the tutorial seems to be missing something or be outdated. Thanks in advance.