Li Jiang

Results 75 comments of Li Jiang
trafficstars

> Hi @mhamilton723 , thanks a lot for the suggestions. I've formatted the notebooks with `black` and cleared the output of cells. As for the cross-platform issue, we're focusing on...

Hey @mhamilton723 , first of all, a huge thank you to you. Your detailed comments are so helpful. I modified our notebooks following most of your comments. For the rest,...

> Will give this another full review tonight, one thing i noticed is that the files are still very large due to random synapse data held in the notebooks, can...

> @mhamilton723 , thanks a lot for all the suggestions. All but one are accepted. _"coalesce before adding monotonic IDs" is needed to keep the ids continously." - I dont...

> Yes, if you can run any docker image without sudo, you will be able to run nudenet's image also without sudo. Simply, if `docker run hello-world` works, running nudenet's...

@bedapudi6788 I tried with non-root user, PermissionError raised as below: ``` docker run --user 10000:10000 notaitech/nudenet:classifier Traceback (most recent call last): File "_loop.py", line 8, in import _utils File "/app/_utils.py",...