The Wayback Machine - https://web.archive.org/web/20210914162440/https://github.com/topics/tutorials?l=python
Skip to content
#

tutorials

Here are 190 public repositories matching this topic...

oppia
Nik-09
Nik-09 commented Jun 21, 2021

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

drscotthawley
drscotthawley commented Jun 30, 2021

📓 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

examples
alexcg1
alexcg1 commented May 4, 2021

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

qml
josh146
josh146 commented Apr 23, 2021

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 approach

We should upd

tutorialdb
phlippe
phlippe commented Aug 18, 2021

🚀 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

Improve this page

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

Learn more

HTTPS · web.archive.org
← Home