vgrechin
Image classification smart cell doesn't work for majority of tasks
Hi, I’m trying to follow livebook neural network video
and exploring image classification smart cell, although getting error:
Don’t understand though which module produces the error and how to workaround?
I’m user of erlang 26.1.2 and elixir 1.15.7; livebook itself is 0.11.2
22:36:41.485 [error] Kino.listen with #Function<42.105768164/1 in :erl_eval.expr/6> failed with reason:
** (KeyError) key :data not found in: %{
format: :rgb,
width: 224,
height: 126,
file_ref: {:file, "nxs3izvot6qbs3comjwq6utbfyncoq2q"}
}
(elixir 1.15.7) src/elixir.erl:396: :elixir.eval_external_handler/3
(stdlib 5.1.1) erl_eval.erl:750: :erl_eval.do_apply/7
(stdlib 5.1.1) erl_eval.erl:1026: :erl_eval.expr_list/7
(stdlib 5.1.1) erl_eval.erl:456: :erl_eval.expr/6
(stdlib 5.1.1) erl_eval.erl:1026: :erl_eval.expr_list/7
(stdlib 5.1.1) erl_eval.erl:456: :erl_eval.expr/6
(stdlib 5.1.1) erl_eval.erl:494: :erl_eval.expr/6
+ Elixir
+ Block
+ Smart
First Post!
vgrechin
Basically the only task working on this cell for me is text generation, how to fix the rest of tasks?
Popular in Questions
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: )
Hello all, this is ...
New
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
I am trying to implement my new.html.eex file to create new posts on my website.
new.html.eex:
<h1>Create Post</h1>
<...
New
I will often find my self writing things similar to:
case some_value do
nil -> something()
"" -> something()
_ -> someth...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
New
I'm brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
Hi!
In PHP: $SERVER['SERVERADDR'] - in Elixir?
Searched the docs for ip address and the web, no good results.
Thanks!
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
Hello!
Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
Other popular topics
Hello everyone,
I try to use an Javascript Event Handler in my root.html.leex file.
Therefore I created a function in the app.js file: ...
New
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible.
total = 10
while total != 0
...
New
Hi All,
I set a environment variables in dev.exs , like below code.
when i start server, how can i set the ${enable} value?
thanks.
d...
New
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let ...
New
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors:
[WARN] - (starship::utils): Executing command ...
New
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
i’m a new one to elixir
which editor can i use
vs code? or atom?
Thanks! :smiley:
New
Hi!
Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New









