Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
exception
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
…print("===================") print("
Exception
occurred:", e) exceptions += 1 print("Total
exception
count:", exceptions) accuracy …4.1" find_sentiment(client, model) ``` **Output:** ``` Total
exception
count: 0 Accuracy: 0.82 ``` The output shows that the…
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
4 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
1 Month Ago
by usmanmalik57
…:", e) exceptions += 1 time.sleep(sleep_time) print("Total
exception
count:", exceptions) return all_sentiments ``` Let's first call the…(f"Accuracy for {model[0]}: {accuracy}") ``` **Output:** ``` Total
exception
count: 0 Accuracy for deepseek-r1: 0.75 ``` The above…
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
… }) print(i, sentiment_value) except
Exception
as e: print("===================") print("
Exception
occurred with Tweet:", i, …"| Error:", e) exceptions += 1 print("Total
exception
count:", exceptions) ``` **Output:** ``` Overall Accuracy: 0.69…
Null Pointer Exception in Java Application – Need Fixing
Programming
Software Development
1 Month Ago
by YashSmith
My Java application crashes with a NullPointerException when trying to access an object property. Here's the problematic code: public class Test { public static void main(String[] args) { String text = null; System.out.println(text.length()); // NullPointerException here }…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Biiim
…PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\
Exception
; require 'includes/PHPMailer/src/
Exception
.php'; require 'includes/PHPMailer/src/… send the mail. */ $mail->send(); } catch (
Exception
$e) { /* PHPMailer
exception
. */ echo $e->errorMessage(); } ?>
Re: Hi everyone, I'm Jason_70
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
>So, a Spaceballs fan Hated Spaceballs. Loved Galaxy Quest. I find most Mel Brooks comedy to be too low brow, with the
exception
of Young Frankenstein and Blazing Saddles.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by rproffitt
"Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about …
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Exception in thread "AWT-EventQueue-1" java.security.AccessControlException: acc
Programming
Software Development
14 Years Ago
by har58
… application. The code is getting complied .but it throws an
exception
.Below i m pasting d code as well as…
exception
.plz help me. It is a simple program for login. … sored in table type.I m using oracle at backend.
Exception
: [code]
Exception
in thread "AWT-EventQueue-1" java.security…
exception Message is not showing
Programming
Software Development
10 Years Ago
by moaz.amin.37
… not showing import java.util.*; class WrongException extends
Exception
{ public WrongException(String s){ super(s); } } public class UserDefinedException2{ public …
exception handling
Programming
Software Development
11 Years Ago
by shubam
exception
handling
Re: Exception error for heap
Programming
Software Development
16 Years Ago
by stephen84s
Exception
error, Now thats the most generic term I can think of when describing a problem, Can you be more specific as to what
Exception
you are getting and at what line number the
exception
is being thrown as indicated by your JVM ???
Re: Exception in thread "main" java.lang.NoClassDefFoundError: Invaders Error
Programming
Software Development
15 Years Ago
by kesavan1
Exception
in thread "main" java.lang.NoClassDefFoundError: CopyFile1/class
Re: Exception handling in vb.net
Programming
Software Development
13 Years Ago
by thines01
Exception
handling is not useful for compile-time errors. It should NOT be used for logic errors. It should be used for runtime errors where something is completely out of your control.
Re: Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException:
Programming
Software Development
10 Years Ago
by chdboy
Exception
in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: input == null! Same error
Exception
Programming
Software Development
16 Years Ago
by Tank50
… mention the coding I wrote.I Highlighted the text where
exception
occurs.
Exception
is "Object reference not set to an instance…
Re: exception
Programming
Software Development
15 Years Ago
by Phil++
Right, this might be really stupid but do you mean like
exception
as in [code] try { // code //code if(expression1 == expression2) throw
Exception
("Errrror"); } catch (
Exception
e){ cout << e.msg; } catch(...) { cout << "Undefined Error"; } [/code] I'm really stupid :P
Exception
Programming
Software Development
13 Years Ago
by newcoder310
Hi, I've noticed that in eclipse when you give "
Exception
" and click on
exception
it is redirecting to that link.. But actually according to java even if we give keywords or anything inside quotations(" ") it shouldnt be considered right? So is this a bug in eclipse? Thanks
Re: Exception
Programming
Software Development
13 Years Ago
by stultuske
well, he means that, when you ctrl-click on '
Exception
' in the line µ [CODE=Java]System.out.println("
Exception
");[/CODE] it still links to the class, even though it's not a reference to the class itself.
Re: Exception
Programming
Software Development
13 Years Ago
by JamesCherrill
[QUOTE=stultuske;1607950]well, he means that, when you ctrl-click on '
Exception
' in the line µ [CODE=Java]System.out.println("
Exception
");[/CODE] it still links to the class, even though it's not a reference to the class itself.[/QUOTE] Oh, OK, thanks for that. Yes, I would count that as a bug too.
Re: Exception
Programming
Software Development
18 Years Ago
by jwenting
… because they're lazy and don't want to write
exception
handling code. Their users (and over time they themselves) run… be handled terminating applications and they need to add that
exception
handling anyway without the compiler slapping them on the wrist…
Re: exception
Programming
Software Development
15 Years Ago
by CppBuilder2006
yes, by "
exception
" I mean something like that! but it's an internal compiler
exception
.
Re: Exception
Programming
Software Development
15 Years Ago
by MyrtleTurtle
[QUOTE]I need to know why the catch is int i & not int x?[/QUOTE] Because i is the 'name' of the
exception
thrown, and x is the variable name used to store your input data. You could call your
exception
e or something else, but it shouldn't be the same as the variable you use to store the user's input.
Re: exception
Programming
Software Development
13 Years Ago
by thines01
Do you have the .txt file open with any other program (sharing violation)? Can you post the text of what you captured in the
exception
[CODE] try { //... } catch(
Exception
exc) { System.Diagnostics.Debug.WriteLine(exc.Message); // or StackTrace // } [/CODE]
Re: exception
Programming
Software Development
13 Years Ago
by NPDA
… post the text of what you captured in the
exception
[CODE] try { //... } catch(
Exception
exc) { System.Diagnostics.Debug.WriteLine(exc.Message); // or…
Exception
Programming
Software Development
18 Years Ago
by kavitha0904
hi.. pls anybody can tell me what is CHECKED AND UNCHECKED
EXCEPTION
means.. i dont understand this.. pls help me..
exception
Programming
Software Development
16 Years Ago
by Nemoticchigga
… the line marked above in function_to_invoke. It also throws an
exception
after the first time. First time works perfect, half works…
Exception =)
Programming
Web Development
15 Years Ago
by Phil++
… to do is create a mysql_connection script that includes a
exception
handling statement that trys to connect to the database and…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC