Lorenzo

Results 182 comments of Lorenzo

A resource that may be relevant: http://json-schema.org/ At the moment it is just an IETF draft but interesting. In the "core" spec It proposes a MIME for JSON schemas `application/schema+json`...

With CUDA 11.6, setting the `TORCH_CUDA_VERSION=cu116`: ``` Unexpected response code 403 for https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.0.zip' ``` I had to go to `https://download.pytorch.org/libtorch/cu116/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcu116.zip` and install manually the pre-build files.

I was installing version `0.8.0` using `crate`. I don't think the version is the problem as the link I posted above indeed return "Access Denied" if you try to visit...

ok thanks. the latest crate in crates.io is 0.8.0, where I can find the latest ones?

it is not advisable to provide different feature in the same PR, please open another one. Are you familiar with `alembic` and database schemas?

@Wansh619 https://www.hydraecosystem.org/Starting-Material

I don't see any change in the PR since my last comment

There are PEP-8 warnings. Please [check here](https://travis-ci.com/HTTP-APIs/hydrus/jobs/296053259)

for this we have to wait fo rthe new documentation to be online

Always use standard library tools. Standard library has a `csv` and `json` package. The use of `pandas` is not justified at the moment.