nickums

Results 9 issues of nickums

Into what directory should I download this file? (In have to download from my browser, the download from the python script is always forcibly closed after only a few %)

new to icecream with 2.1.3 on windows python38 from icecream import ic ic("progress remark") produces garbage: round my text:- ============= RESTART: C:/Python/Python38/OurStuff/icecream-test.py ============ ic| 'progress remark' other uses if ic()...

I am trying the demonstration code (as below) for DALL-E-2 Edit as given in https://platform.openai.com/docs/guides/images/usage?context=node I am on python3.8 windows10. The input image and mask files are as provided, but...

bug

The model download connection always breaks after only downloading a few percent. If I knew the model urls I could try tcloning the model by executing git lfs Please advise

"CUDA Setup failed despite GPU being available. ... the main CUDA library was not detected.... Find the cuda library via: find / -name libcuda.so 2>/dev/null 2b): Once the library is...

To disambiguate an entire document, I have first completed all proper names and any of their contractions, and then fed it to coreferee in small groups of sentences that each...

Having looked at issues/48 on accessing probabilies, I wondered if knowing the probabilities could have any bearing on the resolving the ambiguities that crop up in the Winograd Schema reasoning...

I have trained my chatbot solely with my own input, and specifying read_only = True to prevent new inputs being added. I am using my own 'get_best_response' algorithm. I am...

I have trained my basic all-default chatbot on the full english corpus , plus a few standard greeting conversations.(windows10 python38) In my INFO log, all my input statements are confidently...