Gomic
Gomic
--------------------------------------------------------------------------- KeyError Traceback (most recent call last) in ----> 1 run('p2ch13.prepcache.LunaPrepCacheApp') in run(app, *argv) 5 6 app_cls = importstr(*app.rsplit('.', 1)) # ----> 7 app_cls(argv).main() 8 9 log.info("Finished: {}.{!r}).main()".format(app, argv)) ~\Documents\pythonProjects\pytorch-learning\p2ch13\prepcache.py...
I have fixed this error. the reason is that the row[5] in file annotations_with_malignancy.csv value is '1.0' or '0.0', but the code recive 'True' or 'False' I modify the code...
i have the same error. when i download the https://github.com/CompVis/taming-transformers.git code by myself, and set it into repositories/taming-transformers then i exe the commond './webui.sh' it check the code and give...