Skip to content
#

conda

Here are 559 public repositories matching this topic...

nbdev
jvivian
jvivian commented Mar 1, 2022

Version: 1.2.2

Summary of issue
Including a @dataclass decorated class breaks getsource in show_doc

Minimal example

  • Clone nbdev_tutorial
  • Add new cell in 00_core.ipynb
#export
from dataclasses import dataclass

@dataclass
class Foo:
    a: int
    b: str
    c: float
  • Run nbdev_build_lib
  • Run nbdev_build_docs
nbdev_build_docs
bug good first issue
farawayeast
farawayeast commented Apr 5, 2022

hello
According to the provided tutorial, for a single image processing, the output is normal, when batch processing, the file can be detected, and the progress bar also shows the processing of the image, but the output folder /runs/predict/exp is empty. how can I solve this problem?

documentation enhancement good first issue
jaimergp
jaimergp commented Feb 17, 2022

Is your feature request related to a problem? Please describe.
grayskull will identify licenses by fuzzy match in some cases and then suggest the best result. However, sometimes the fuzzy match scores a bit lower than average because some people modify popular licenses like BSD or MIT and add their own clauses. This kind of change will turn those into a different license altogether, which

enhancement good first issue feature

Improve this page

Add a description, image, and links to the conda 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 conda topic, visit your repo's landing page and select "manage topics."

Learn more