Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
conansherry committed Nov 2, 2019
1 parent 81b0fb5 commit 6b0ba3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- VS2019(no test in older version)/CUDA10.1(no test in older version)

### several files must be changed by manually.

```
file1:
{your evn path}\Lib\site-packages\torch\include\torch\csrc\jit\argument_spec.h
example:
Expand All @@ -24,6 +24,7 @@ file2:
explicit operator type&() { return *(this->value); }
change to -->
explicit operator type&() { return *((type*)this->value); }
```

### Build detectron2

Expand Down

0 comments on commit 6b0ba3b

Please sign in to comment.