Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
luisoala
/
raw2logit
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
423f073
raw2logit
/
show_results.sh
Luis Oala
fix aws access
d9c7582
almost 4 years ago
raw
Copy download link
history
blame
Safe
265 Bytes
#!/bin/bash
datasets=
'Microscopy Drone'
augmentations=
'weak strong none'
for
augment
in
$augmentations
do
for
data
in
$datasets
do
python show_results.py \
--dataset
$data
\
--augmentation
$augment
\
done
done