Classifier LR error.
Open
- Dominant language
- Python
- Stars
- 17
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
When specifying LR as the classifier, I get the following error:
python run.py \
--config_file config.yml \
--new_out \
--beta 0.001 \
--depth 2 \
--channels 128 \
--latent_dims 16 \
--limit 4000 \
--batch 16 \
--epochs 60 \
--freq_all 20 \
--classifier LR\
Message: 'An exception was thrown!'
Arguments: (ValueError('Invalid classifier type must be NN, KNN or LR'),)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.