Groups
Groups
Sign in
Groups
Groups
knet-users
Conversations
About
Send feedback
Help
knet-users
Contact owners and managers
1–30 of 102
Mark all as read
Report group
0 selected
Arindam Basu
,
Deniz Yuret
3
11/10/24
Please help: cannot install knet on Pluto notebook
Yes, I use Flux and Lux, but heard a lot of great things about knet, specifcally for deep learning.
unread,
Please help: cannot install knet on Pluto notebook
Yes, I use Flux and Lux, but heard a lot of great things about knet, specifcally for deep learning.
11/10/24
Hamit Alp Cömert
,
Deniz Yuret
2
5/7/24
Problem with installing Knet
Dear Hamit: I haven't tested Knet with recent versions of Julia. You may want to try other Julia
unread,
Problem with installing Knet
Dear Hamit: I haven't tested Knet with recent versions of Julia. You may want to try other Julia
5/7/24
James Clements
4/27/23
optimizers is deprecated, use sgd, adam etc. instead.
I'm running the https://github.com/ekinakyurek/GAN-70-Lines-of-Julia code and getting the subject
unread,
optimizers is deprecated, use sgd, adam etc. instead.
I'm running the https://github.com/ekinakyurek/GAN-70-Lines-of-Julia code and getting the subject
4/27/23
burak...@gmail.com
2
9/29/21
Knet compiling issue
Just to let you know that going back to Knet 1.4.5 solved my issue for now. On Wednesday, September
unread,
Knet compiling issue
Just to let you know that going back to Knet 1.4.5 solved my issue for now. On Wednesday, September
9/29/21
burak...@gmail.com
9/28/21
Implementing DCGAN with Struct Chain
Hi, I am trying to reimplement the dcgan.jl example (https://github.com/denizyuret/Knet.jl/tree/
unread,
Implementing DCGAN with Struct Chain
Hi, I am trying to reimplement the dcgan.jl example (https://github.com/denizyuret/Knet.jl/tree/
9/28/21
burak...@gmail.com
,
Deniz Yuret
5
6/18/21
Switching between optimizers
On Fri, Jun 18, 2021 at 9:24 AM burak...@gmail.com <burak...@gmail.com> wrote: The problem is
unread,
Switching between optimizers
On Fri, Jun 18, 2021 at 9:24 AM burak...@gmail.com <burak...@gmail.com> wrote: The problem is
6/18/21
Yusuf Patoğlu
,
Deniz Yuret
2
5/9/21
Dataset Shuffling / knet
There is a shuffle option for the minibatch function. On Sat, May 8, 2021 at 5:09 PM Yusuf Patoğlu
unread,
Dataset Shuffling / knet
There is a shuffle option for the minibatch function. On Sat, May 8, 2021 at 5:09 PM Yusuf Patoğlu
5/9/21
burak...@gmail.com
, …
Deniz Yuret
3
4/7/21
Issue with Plots while using Julia on Collab
I tested PyPlot and can confirm it works too. Also opened an issue with Plots.jl: https://github.com/
unread,
Issue with Plots while using Julia on Collab
I tested PyPlot and can confirm it works too. Also opened an issue with Plots.jl: https://github.com/
4/7/21
Deniz Yuret
12/16/20
Fwd: [denizyuret/Knet.jl] Release v1.4.5 - v1.4.5
Knet-1.4.5 has been released, please use Pkg.update() to get the latest version. This release fixes
unread,
Fwd: [denizyuret/Knet.jl] Release v1.4.5 - v1.4.5
Knet-1.4.5 has been released, please use Pkg.update() to get the latest version. This release fixes
12/16/20
Deniz Yuret
11/29/20
Knet-1.4.4 is out
I just released Knet-1.4.4 with a number of fixes for problems caused by CUDA.jl updates and reported
unread,
Knet-1.4.4 is out
I just released Knet-1.4.4 with a number of fixes for problems caused by CUDA.jl updates and reported
11/29/20
Deniz Yuret
8/19/20
ANN: Knet 1.4.0: accelerating CuArrays
A new version of Knet was released, you can read the details at: https://discourse.julialang.org/t/
unread,
ANN: Knet 1.4.0: accelerating CuArrays
A new version of Knet was released, you can read the details at: https://discourse.julialang.org/t/
8/19/20
Ross Andrew Donnachie
,
Deniz Yuret
4
8/16/20
Alternative Number Formats (eg Quarter Float-Precision or Fixed Point)
I posted a GitHub issue, that encapsulates the above problem. On Saturday, August 15, 2020 at 12:26:
unread,
Alternative Number Formats (eg Quarter Float-Precision or Fixed Point)
I posted a GitHub issue, that encapsulates the above problem. On Saturday, August 15, 2020 at 12:26:
8/16/20
Deniz Yuret
,
Iulian-Vasile Cioarca
3
6/10/20
Re: Memory question on Knet
Hi Jan, I can try to debug the problem if you send me a minimal self-running example. The only
unread,
Re: Memory question on Knet
Hi Jan, I can try to debug the problem if you send me a minimal self-running example. The only
6/10/20
Ross Andrew Donnachie
,
Iulian-Vasile Cioarca
6
5/30/20
Loss Function Query Relating to Futile Training
I think a similar pitfall has happened to me. The gradient is all-zero after training, before
unread,
Loss Function Query Relating to Futile Training
I think a similar pitfall has happened to me. The gradient is all-zero after training, before
5/30/20
Ross Andrew Donnachie
,
Deniz Yuret
2
5/22/20
Custom activation/non-linearity functions
Hi, actf.jl has been deprecated, are you sure you are using the latest Knet version? The current
unread,
Custom activation/non-linearity functions
Hi, actf.jl has been deprecated, are you sure you are using the latest Knet version? The current
5/22/20
Ross Andrew Donnachie
,
Deniz Yuret
3
5/11/20
GPU training often suspends without completion... And 40.mlp.ipynb tutorial issue
Knet.atype()=Array{Float32} should address the "use the cpu even if my machine has a gpu"
unread,
GPU training often suspends without completion... And 40.mlp.ipynb tutorial issue
Knet.atype()=Array{Float32} should address the "use the cpu even if my machine has a gpu"
5/11/20
Ross Andrew Donnachie
, …
Iulian-Vasile Cioarca
8
5/8/20
CUDA tests pass, Knet gpu.jl fails
This solves it. <3 Many thanks for the responses and the work on Knet. Much love! On Friday, May 8
unread,
CUDA tests pass, Knet gpu.jl fails
This solves it. <3 Many thanks for the responses and the work on Knet. Much love! On Friday, May 8
5/8/20
Mah Ali
2/12/20
Data changing
Hi I used this example from knet just I change data I take this resulte (:epoch, 0, :trn, 1.0, :tst,
unread,
Data changing
Hi I used this example from knet just I change data I take this resulte (:epoch, 0, :trn, 1.0, :tst,
2/12/20
Mahmut Almasri
,
Deniz Yuret
4
2/12/20
What means
Yes, that's right. On Wed, Feb 12, 2020 at 12:21 PM Mahmut Almasri <mahmood...@gmail.com
unread,
What means
Yes, that's right. On Wed, Feb 12, 2020 at 12:21 PM Mahmut Almasri <mahmood...@gmail.com
2/12/20
Deniz Yuret
2/2/20
Knet 1.3.3 released
A new version of Knet, v1.3.3, has been released. Images for it are available on AWS.
unread,
Knet 1.3.3 released
A new version of Knet, v1.3.3, has been released. Images for it are available on AWS.
2/2/20
Burak Acar
, …
Burak Acar
3
1/3/20
Many-to-1 and 1-to-many RNNs
I have checked rnn notebook. It's a many-to-many model. And yes I meant classifying the whole seq
unread,
Many-to-1 and 1-to-many RNNs
I have checked rnn notebook. It's a many-to-many model. And yes I meant classifying the whole seq
1/3/20
Burak Acar
,
Deniz Yuret
2
12/29/19
Selecting from a minibatch iterator
The simple way would be to convert the iterator into a regular array (using `collect(iterator)`),
unread,
Selecting from a minibatch iterator
The simple way would be to convert the iterator into a regular array (using `collect(iterator)`),
12/29/19
Federico Simonetta
,
Deniz Yuret
4
12/2/19
RNN
Hi Federico, Julia is pretty picky about types. In particular the array/element types used in your
unread,
RNN
Hi Federico, Julia is pretty picky about types. In particular the array/element types used in your
12/2/19
Medhat Ahmed
,
Deniz Yuret
3
9/8/19
Bug needs to be fix
Hey Deniz, I ran the commands you mentioned above. When I ran Pkg.installed(), it shows that "
unread,
Bug needs to be fix
Hey Deniz, I ran the commands you mentioned above. When I ran Pkg.installed(), it shows that "
9/8/19
Deniz Yuret
9/5/19
Knet 1.2.5 released
Highlights: * Unsupported KnetArray shapes for getindex/setindex!, cat/hcat/vcat and permutedims have
unread,
Knet 1.2.5 released
Highlights: * Unsupported KnetArray shapes for getindex/setindex!, cat/hcat/vcat and permutedims have
9/5/19
Burak Acar
,
Deniz Yuret
2
7/16/19
Question about tutorial 30.Lin
Dear Burak, please refer to the Julia doc sections about iterators and the iterator notebook in the
unread,
Question about tutorial 30.Lin
Dear Burak, please refer to the Julia doc sections about iterators and the iterator notebook in the
7/16/19
Burak Acar
,
Deniz Yuret
2
7/10/19
Querstion about the tutorial 23.learning.ipynb
On Wed, Jul 10, 2019, 10:47 AM Burak Acar <burak...@gmail.com> wrote: Hi, I am trying to
unread,
Querstion about the tutorial 23.learning.ipynb
On Wed, Jul 10, 2019, 10:47 AM Burak Acar <burak...@gmail.com> wrote: Hi, I am trying to
7/10/19
Iulian-Vasile Cioarca
2
5/31/19
Failed to build Knet on a Windows 7 64 bit machine without GPU
Meanwhile I found a workaround based on https://stackoverflow.com/questions/931652/fatal-error-c1034-
unread,
Failed to build Knet on a Windows 7 64 bit machine without GPU
Meanwhile I found a workaround based on https://stackoverflow.com/questions/931652/fatal-error-c1034-
5/31/19
Deniz Yuret
1/21/19
ANN: Knet v1.2.0: iterators, iterators, iterators...
The new Knet release is all about iterators: iterators for minibatching, iterators for training,
unread,
ANN: Knet v1.2.0: iterators, iterators, iterators...
The new Knet release is all about iterators: iterators for minibatching, iterators for training,
1/21/19
Deniz Yuret
2
1/5/19
Knet 1.1.1 is out: performance improvements, new monitoring tools, gpu memory manager
* Support for broadcasting user defined functions. * gcheck and @gcheck for gradient checking with
unread,
Knet 1.1.1 is out: performance improvements, new monitoring tools, gpu memory manager
* Support for broadcasting user defined functions. * gcheck and @gcheck for gradient checking with
1/5/19