Pattio
Pattio
Hi, thank you for the feedback, as I'm very busy at the moment I can't really promise anything, but I will add it as a feature request ๐ It seems...
What is the problem with evaluating the model by averaging batches? Sure the results might be slightly different due to the floating point error, but isn't negligible? Furthermore, Keras `evaluate`...
Oh, I see thatโs a good point! In that case I think it would be better to introduce a new metric (roc auc) and then refactor all available metrics (accuracy,...
Hey, I would suggest to either downgrade Python or try to play around with `scikit-learn` version in `requirements.txt`, see https://github.com/scikit-learn-contrib/hdbscan/issues/457 for reference. I hope, that helps ๐ค
You should be using [cifar10 settings file](https://github.com/Pattio/DeepSwarm/blob/master/settings/cifar10.yaml). Currently you are running cifar10 example with `default.yaml`. Input shape for cifar10 should be `[!!python/tuple [32, 32, 3]]`
What configuration you are using and are you running test example?
Hmm it's weird it seems that few layers were created at the exact same time. Did you change anything in `.yaml` config file? As a quick fix you can open...
How did you install `DeepSwarm`?
Sorry I was busy with other life stuff, does the problem still occur?
Hey, awesome ๐ Not there is currently no `PyTorch` implementation but you can create one by adapting `BaseBackend` and filling all required functions