Install Picsell CLI
The CLI Picsellia is the simplest way to manage and orchestrate your training in order to find your best hyper-parameters
1 . Prerequisites
You need to have Docker installed to use the CLI as it will launch your Scan in Docker Container
Install Docker on Windows : https://docs.docker.com/docker-for-windows/install/
Install Docker on macOS : https://docs.docker.com/docker-for-mac/install/
Install Docker on Linux : https://docs.docker.com/engine/install/ubuntu/
2 . Installation
To install the Picsell CLI on Linux:
Download the latest
darwintar.gz file from https://github.com/PicselliaTeam/PicsellAgent/releasesUnzip the file:
tar -xvf picsell_X.X.X_darwin_x86_64.tar.gz
Optionally, install the binary in a location where you can execute it globally (e.g., /usr/local/bin) or create a symbolic link with
sudo ln -s $(PWD)/picsell /usr/local/bin
To install the Picsell CLI on Windows:
Download the latest
linuxzip file from https://github.com/PicselliaTeam/PicsellAgent/releasestar -xvf picsell_X.X.X_linux_386.tar.gz
Optionally, install the binary in a location where you can execute it globally (e.g., /usr/local/bin) or create a symbolic link with
sudo ln -s $(PWD)/picsell /usr/local/bin
To install the Picsell CLI on macOS:
Download the latest
windowstar.gz file from https://github.com/PicselliaTeam/PicsellAgent/releasesUnzip the file:
picsell_X.X.X_windows_386.tar.gzRun the unzipped
.exefile
3 . Add your PICSELLIA TOKEN to your env variables
Just add you picsellia token to your bash_profile
vim ~/.bash_profile
export PICSELLIA_TOKEN=yourtoken
source ~/.bash_profile
Add PICSELLIA_TOKEN to your bashrc file and source it
nano ~/.bashrc
export PICSELLIA_TOKEN=your_token
source ~/.bashrc
Then just put your picsellia token available in your profile
1 . Right click on Computer, Advanced system settings
2 . Select Advanced tab and click Environment variables.
3. Add an env variable PICSELLIA_TOKEN
4 . Run the CLI
picsell -h if you put picsell CLI in your path or
./picsell -h

picsell -h if you put picsell CLI in your path or
./picsell -h

picsell -h

Last updated
Was this helpful?