You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robert$ floyd init DCGAN
Project name does not match your list of projects. Create your new project in the web dashboard:
https://www.floydhub.com/projects/create
After creating the project in the browser the project name will be transformed to lowercase.
Running it again leads to the same result.
Robert$ floyd init DCGAN
Project name does not match your list of projects. Create your new project in the web dashboard:
https://www.floydhub.com/projects/create
Expected behaviour: floyd-cli should automatically lowercase the project name to have the same behaviour as the webinterface, or throw an error when using upper case characters.
Robert$ floyd init DCGAN
Project "dcgan" found in your list of projects. (All project names are lowercase.)
Project "dcgan" initialized in current directory
The text was updated successfully, but these errors were encountered:
Observed behavior:
After creating the project in the browser the project name will be transformed to lowercase.
Running it again leads to the same result.
Expected behaviour:
floyd-cli
should automatically lowercase the project name to have the same behaviour as the webinterface, or throw an error when using upper case characters.The text was updated successfully, but these errors were encountered: