Skip to content
#

python36

Here are 1,060 public repositories matching this topic...

charlax
charlax commented Mar 25, 2020

Feature Request

It would be great to include API documentation. The Usage docs are great as a walkthrough, but when you want to go fast ("what is the name for the Field parameter for a constant value?"), API docs provide a faster answer.

Another use case: I want to inspect the __fields__ on a model, and had to read the code to get the attribute name I was looking for.

API docs would

tedivm
tedivm commented Sep 30, 2019

I love this library and use it for several different projects. There have been a few times where I've had to open issues, and the team working on this has always been great.

That being said I'd love to help more, possibly by opening PRs rather than issues. The place I get stuck at those is navigating the internals of the pr

grembo
grembo commented Feb 20, 2020

While working on iocage/iocage#1106 I stumbled over a couple of issues which should be addressed:

  • The iocage man page doesn't reflect how devfs_rulesets work these days (it hasn't been updated since the changes to how devfs_rulesets work last year). It e.g. suggests that setting it to "0" would set no ruleset whatsoever (which isn't true). It also should point out that
ndanielsen
ndanielsen commented Sep 4, 2019

Loving this project.

I feel like this project would benefit from a short quick start tutorial that demonstrate common methods such as:

Create item

    mutation = Operation(schema.Mutation)  # note 'schema.'
    mutation.create_item(input=dict(id="23432")).__fields__()

List items with filter

    op = Operation(schema.Query)  # note 'schema.'
    op.list_it
silvandeleemput
silvandeleemput commented Mar 10, 2020
  • MemCNN version: 1.3.2

Description

Torch checkpoint has build-in support for fixing the RNGs by default (preserve_rng_state=True):
https://pytorch.org/docs/stable/_modules/torch/utils/checkpoint.html#checkpoint
Similar default support should be added to MemCNN InvertibleCheckpointFunction.

This allows for reliable and reproducible results for the first forward pass and the reconstr

jsons
gijzelaerr
gijzelaerr commented Aug 29, 2019
λ  .venv/bin/mypy inpai
inpai/params_definition.py:8: error: Cannot find module named 'jsons'
inpai/execution/monitors/base_monitor.py:3: error: Cannot find module named 'jsons'
inpai/execution/monitors/base_monitor.py:3: note: See https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-imports
inpai/execution/monitors/gui_monitor.py:6: error: Cannot find module named 'jsons'
inp

User can set up destination for any agent to navigate on Google Map and learn the best route for the agent based on its current condition and the traffic. Our result is 10% less energy consumption than the route provided by Google map

  • Updated Apr 12, 2020
  • Python

Improve this page

Add a description, image, and links to the python36 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python36 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.