Deep learning
Deep learning is an AI function and subset of machine learning, used for processing large amounts of complex data.
Here are 20,116 public repositories matching this topic...
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
May 23, 2022 - Python
-
Updated
Jul 9, 2022 - Python
-
Updated
Feb 7, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 26, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Apr 3, 2022 - Python
文本中如果有数字读不出来
What happened + What you expected to happen
When initializing a Ray Trainer, we provide a logdir argument, and the __init__ method of the Trainer stores it as a logdir class variable.
Then, when creating a Trainable with Trainer.to_tune_trainable(), it in-turn calls _create_tune_trainable(), which does not use self.logdir. So when tune_function is defined inside `_create_tu
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 28, 2022 - Python
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always sho
-
Updated
Jun 7, 2022 - Python
Hi, I see that is_last_batch trainer property isn't documented in https://pytorch-lightning.readthedocs.io/en/stable/common/trainer.html#properties.
I was lucky to find it here.
I feel it would be helpful to have all properties listed there.
Thanks.
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 10, 2022 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Jul 9, 2022 - Python
🚀 Feature
Motivation
paper "LEARNING TO REPRESENT PROGRAMS WITH GRAPHS" which encode computer programs as graphs, with rich semantic information, however, most code implementation on this dataset VarMisuse is based on TensorFlow, like [tf-gnn-samples](https://github.com/microsof
Although the results look nice and ideal in all TensorFlow plots and are consistent across all frameworks, there is a small difference (more of a consistency issue). The result training loss/accuracy plots look like they are sampling on a lesser number of points. It looks more straight and smooth and less wiggly as compared to PyTorch or MXNet.
It can be clearly seen in chapter 6([CNN Lenet](ht
Adding a Dataset
- Name: Stanford dog dataset
- Description: The dataset is about 120 classes for a total of 20.580 images. You can find the dataset here http://vision.stanford.edu/aditya86/ImageNetDogs/
- Paper: http://vision.stanford.edu/aditya86/ImageNetDogs/
- Data: *[link to the Github repository or current dataset location](http://vision.stanford.edu/aditya86/Ima
-
Updated
Jul 8, 2022 - Python
-
Updated
Jun 15, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
May 26, 2022 - Python
- Wikipedia
- Wikipedia
What does this PR do?