Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Error Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ KeyError: 'ThumbsDown' # YOUR LABEL HERE
<b>Error:</b>CUBLAS_STATUS_ALLOC_FAILED or CUDNN_STATUS_ALLOC_FAILED <br/>
<b>Solution:</b> This is because the available VRAM on your machine is completely consumed and there is no more memory available to train. Quit all of your Python programs and stop your Jupyter Notebook server to free up the VRAM and run the command again.


<b>Error:</b> ERROR: Failed building wheel for pycocotools<br/>
<b>Solution: Since pycocotools has not been updated for too long because it supports the rewriting of windows. So installing `pycocotools` by the fork repo helps fix the issue. Try the command below. See [here](https://github.com/philferriere/cocoapi) for more details</b>
<pre>!pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI</pre>

Template
<b>Error:</b> <br/>
<b>Solution:</b>
<pre></pre>
<pre></pre>