Conversation
Co-authored-by: George Pachitariu <george.pachitariu@gmail.com> Co-authored-by: Evgenia Rusak <evgenia.rusak@uni-tuebingen.de>
| pip install git+git://github.com/bethgelab/robustness.git | ||
|
|
||
| # Release candidate: | ||
| pip install git+git://github.com/bethgelab/robustness.git@rc |
There was a problem hiding this comment.
installing through the git protocol didn't seem to work for me (apparently a port/firewall issue?)
so I adapted this to
pip install git+https://github.com/bethgelab/robustness.git@rc
on python 3.6 I didn't succeed in importing, however when uninstalling I got this message:
Found existing installation: robusta 0.0.1
Uninstalling robusta-0.0.1:
Would remove:
/opt/anaconda3/envs/py36/lib/python3.6/site-packages/batchnorm/*
/opt/anaconda3/envs/py36/lib/python3.6/site-packages/datasets/*
/opt/anaconda3/envs/py36/lib/python3.6/site-packages/models/*
/opt/anaconda3/envs/py36/lib/python3.6/site-packages/robusta-0.0.1.dist-info/*
/opt/anaconda3/envs/py36/lib/python3.6/site-packages/selflearning/*
it appears the setuptools config has different behaviour when running in python 3.6 vs python 3.8? I will need to keep a cloned version of the github repo as pip installing is still not working for me either
Djoels
left a comment
There was a problem hiding this comment.
the additional imagenet datasets implementations correlate with what I expected. the only thing I'm not familiar with is the BiT models, but changes seem to be mostly about punctuation. apologies for the delay
Release Candidate. Besides new datasets, also introduces consistent formatting for all files in the
robustamodule.