tutorials
Here are 190 public repositories matching this topic...
-
Updated
Jul 30, 2021 - Python
-
Updated
Jan 17, 2021 - Python
📓 Documentation Update
What part of documentation was unclear or wrong?
In https://github.com/airctic/icevision/blob/master/icevision/tfms/README.md
The hyperlink around "aug_tfms" 404's.
Two example images near the bottom do not exist.
Describe the solution you'd like
Proper links and images where they're supposed to be. Where can I find more about "aug_tfms"? What are t
As discussed in various meetings with @lusloher , @aga11313 , @FionnD
Kaggle is a lot of hoops for a user to jump through just to get an example working: install, set up key, run data getter script.
It's also work for us: We have to ensure datasets haven't moved or changed a lot, and we sometimes have to perform extra steps to process them.
These datasets are generally under creative com
-
Updated
Nov 12, 2020 - Python
-
Updated
Oct 1, 2020 - Python
The init module has been deprecated, and the recommend approach for generating initial weights is to use the Template.shape method:
>>> from pennylane.templates import StronglyEntanglingLayers
>>> qml.init.strong_ent_layers_normal(n_layers=3, n_wires=2) # deprecated
>>> np.random.random(StronglyEntanglingLayers.shape(n_layers=3, n_wires=2)) # new approachWe should upd
-
Updated
Sep 14, 2021 - Python
-
Updated
Oct 2, 2017 - Python
-
Updated
Mar 17, 2021 - Python
-
Updated
Aug 13, 2020 - Python
It would be nice to add version info and future up-comings in the about page.
The new releases can be fetched through the GitHub API v3.
End-Point : https://api.github.com/repos/Bhupesh-V/tutorialdb/releases/latest
-
Updated
Mar 28, 2020 - Python
-
Updated
Aug 8, 2019 - Python
-
Updated
Sep 14, 2021 - Python
🚀 Feature
SVG images currently cannot be properly scaled in the generated HTML version.
Motivation
Embedded SVG images are automatically scaled to 100% of the notebook width. Using Markdown syntax or HTML adds the width and height arguments in the img tag in the generated HTML, which however seem to not work. For example, the following two expressions lead to SVG images with 10
-
Updated
Sep 13, 2021 - Python
-
Updated
Apr 4, 2020 - Python
-
Updated
Apr 1, 2019 - Python
-
Updated
Sep 13, 2021 - Python
-
Updated
Apr 29, 2019 - Python
-
Updated
Nov 29, 2018 - Python
-
Updated
Aug 17, 2021 - Python
Improve this page
Add a description, image, and links to the tutorials topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tutorials topic, visit your repo's landing page and select "manage topics."


Introduction
For working on this issue you are supposed to write schemas for the handler arguments. To learn how to write schema for handler arguments please visit wiki page.
For making a contribution follow the steps given below.
Getting Assigned.
Select any of the handlers from the list given below and ask @Nik-09 to assign that handle