-
Updated
Dec 21, 2020 - Python
Keras
Keras is an open source, cross platform, and user friendly neural network library written in Python. It is capable of running on top of TensorFlow, Microsoft Cognitive Toolkit, R, Theano, and PlaidML.
Here are 9,712 public repositories matching this topic...
-
Updated
Dec 18, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
-
Updated
Oct 19, 2019
-
Updated
Oct 3, 2020 - HTML
-
Updated
Jan 1, 2021 - JavaScript
-
Updated
Dec 31, 2020 - Python
-
Updated
Jan 1, 2021 - C++
Current pytorch implementation ignores the argument split_f in the function train_batch_ch13 as shown below.
def train_batch_ch13(net, X, y, loss, trainer, devices):
if isinstance(X, list):
# Required for BERT Fine-tuning (to be covered later)
X = [x.to(devices[0]) for x in X]
else:
X = X.to(devices[0])
...Todo: Define the argument `
-
Updated
Jun 30, 2020 - Python
Adding types on the public API surface would allow us to do some runtime type checking later on and would allow user's IDE to have more info for static analysis.
The functions/signatures to type are the ones listed here https://github.com/keras-team/autokeras/blob/master/autokeras/__init__.py
For the context, see #856 where I add some type information on a ImageClassifier.
This issue can
-
Updated
Dec 5, 2020 - Python
-
Updated
Oct 22, 2020 - Python
-
Updated
Nov 20, 2020 - Python
-
Updated
Aug 16, 2018 - JavaScript
-
Updated
Nov 13, 2020 - Python
-
Updated
Jan 5, 2020 - JavaScript
-
Updated
Dec 3, 2020 - Jupyter Notebook
-
Updated
Dec 25, 2020 - Python
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Dec 23, 2020 - Scala
-
Updated
Oct 23, 2020 - Python
-
Updated
Dec 29, 2020 - Jupyter Notebook
-
Updated
Oct 24, 2020
-
Updated
Sep 11, 2020 - Python
-
Updated
Dec 13, 2020 - Python
Created by François Chollet
Released March 27, 2015
- Organization
- keras-team
- Website
- keras.io
- Wikipedia
- Wikipedia
Bug Report
These tests were run on s390x. s390x is big-endian architecture.
Failure log for helper_test.py