Shrivu Shankar

Results 5 comments of Shrivu Shankar

Just ran into this, one possible workaround is to just remove it from the search space. ```python from tpot.config.classifier import classifier_config_dict new_config = classifier_config_dict.copy() del new_config['sklearn.svm.LinearSVC'] clf = tpot.TPOTClassifier(config_dict=new_config) ```

Added a script that might work here: https://github.com/runwayml/stable-diffusion/issues/27

Not very clean or secure but this'll work and can be aliased. Just change **PASSWORD_HERE**. ``` $ python -c "import authenticator as a, os; (lambda cd: print(a.hotp.HOTP().generate_code_from_time(cd.shared_secret(), code_length=cd.password_length(), period=cd.period())[0]))(a.data.ClientFile('PASSWORD_HERE').load(os.path.expanduser('~/.authenticator/authenticator.data'))[0])" 012345...

An example is in rnn.py

You can add the cell: ``` !wget https://raw.githubusercontent.com/openai/glide-text2im/main/notebooks/grass.png ```