floyd-cli icon indicating copy to clipboard operation
floyd-cli copied to clipboard

Command line tool for FloydHub - the fastest way to build, train, and deploy deep learning models

Results 10 floyd-cli issues
Sort by recently updated
recently updated
newest added

It has a dependency on `click` version `6.7` which was released more than [4 years ago](https://click.palletsprojects.com/en/6.x/changelog/#version-6-7). I cannot install it with [poetry](https://github.com/python-poetry/poetry/issues/697) because of that.

This PR adds`.deepsource.toml` to run static analysis continuously on the repo with [DeepSource](https://deepsource.io). Upon enabling DeepSource, static analysis will be run on every PR to detect 650+ types of issues...

I have several collections of images which I consolidate with symlinks. When I execute floyd data upload the symlinks and not the files are uploaded. So an invalid 0kb file...

According to the docs, currently there are only ways to add msgs, but not tags. Any plans to implement that in the backend?

I have the use case where I'd like to programmatically download outputs to my local machine so that I can analyze the outputs across many jobs. Currently, the [CLI option](https://docs.floydhub.com/commands/output/#downloading-output)...

Hi I was using anaconda 5.0.1 on a windows 10 machine. The command conda install -y -c conda-forge -c floydhub floyd-cli resulted in the following error: ERROR conda.core.link:_execute_actions(337): An error...

It seems that every new release of the module or any update to floyd breaks existing workflows. I had contacted your team before, so that if any breaking changes are...

**Observed behavior:** ``` 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...

Can floyd commands return raw JSON output instead of the table ? Can we have an option for this? `floyd info job_id --raw`