cancel
Showing results for 
Search instead for 
Did you mean: 
Rasputin312
New Contributor II
since ‎02-03-2025
2 weeks ago

User Stats

  • 2 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

I am trying to run this attention visualization in my Databricks notebook.   This is my code and this is the error I get:```from IPython.display import display, Javascriptimport ipywidgets as widgetsfrom ipywidgets import interactfrom transformers im...
I tried running this code:```def save_file(name, obj   with open(name, 'wb') as        pickle.dump(obj, f)``` One file was saved in the local file system, but the second was too large and so I need to save in the dbfs file system.  Unfortunately, I ...
Kudos given to