Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
save-as
- Page 1
Fine-tuning OpenAI Vision Models for Visual Question-Answering
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
…[300:400] # Create the JSONL structure for training data and
save
each entry on a single line training_output_file = r'D:\Datasets…
Rename Tabs In A Tab Control WinForms
Programming
Software Development
3 Weeks Ago
by CrystalKanger
… type the new name into. When they hit the "
save
" button, the tab number they selected from the combo…
Re: Can you get a software job right out of college without an internship?
Community Center
2 Weeks Ago
by Phozellpay
yes they can expect you to have the knowledge. But "internship" means you have the basics but will learn on the job and grow into the work.
Re: Can you get a software job right out of college without an internship?
Community Center
2 Weeks Ago
by WendyDolan
your proactive approach is great! Working in IT will help you gain experience, and research projects are a good addition to your resume. More projects, even older ones, can still be relevant.
Image Generation with State of the Art Flux Diffusion Models
Programming
Computer Science
1 Month Ago
by usmanmalik57
….Generator("cpu").manual_seed(0) ).images[0] image.
save
("baby_lion_time_square.png") ``` **Output:** ![baby_lion_time_square.png](https… strength=0.85, guidance_scale= 10.0, ).images[0] images.
save
("pyramids_modified2.png") ``` **Output:** ![pyramids_modified2.png](https://static…
Extract Schema.org Data Script (Python)
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Chris Hüneke
… title_tag.string if title_tag else 'No title found' # Function to
save
extracted data to a file def save_to_file(url, title, schema_types…
Re: How to enable gpedit on Windows 10 & 11
Hardware and Software
Microsoft Windows
2 Months Ago
by abuislam
If Windows 11 update KB5023706 is causing BSODs, you can enable the Group Policy Editor (gpedit.msc) on Windows Home with a script.
Save
it as enable-gpedit.bat, run it as admin, and reboot to manage updates more effectively.
Enhancing RAG Functionalities using Tools and Agents in LangChain
Programming
Computer Science
2 Months Ago
by usmanmalik57
…, we will create an object of the `ChatMessageHistory()` class to
save
past conversations. Finally, we will create an object of the…
Text and Image to Video Generation using Diffusion Models in Hugging Face
Programming
Computer Science
1 Month Ago
by usmanmalik57
… the two models. We also import some utility classes to
save
videos and display images. ```python import torch from diffusers import…
Re: Telephone directory program in python
Programming
Software Development
1 Month Ago
by Mansour_4
To
save
the name and phone use i/O FILE EX, Fi= open ("filename.text")
Re: Image Generation with State of the Art Flux Diffusion Models
Programming
Computer Science
1 Month Ago
by autowrecking
Impressive Thanks for sharing.
Re: Extract Schema.org Data Script (Python)
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by Chris Hüneke
Sorry, i got that wrong. I can't post scripts in Digital Marketing section, right?
Re: Restoring the form in VB.NET
Programming
Software Development
2 Months Ago
by cj10101
12 years later. Did anyone ever figure out how to restore multiple text fields/data grid input items while restoring the form?
Re: Fine-Tuning OpenAI Whisper Model for Audio Classification in PyTorch
Programming
Computer Science
1 Month Ago
by Duane_4
This is an interesting and useful post. I believe there is a typo in the 7th code block relating to train/val/test split. The second line should read: val_df, test_df = train_test_split(temp_df, test_size=0.5, random_state=42) The whole point of temp_df in the first line was to separate out 30% for val/test; the second line splits that to …
Re: Fine-Tuning OpenAI Whisper Model for Audio Classification in PyTorch
Programming
Computer Science
1 Month Ago
by meyerrluanna
The post gives a really clear, step-by-step guide on how to fine-tune the OpenAI Whisper model for audio classification. Its great how it covers everything from preparing the dataset to using tools for feature extraction and model training .This is definitely worth checking out, The explanations are practical, and the code snippets make it easy to …
save image in folder vb.net
Programming
Software Development
15 Years Ago
by shihan
save
image into folder vb.net?
Re: save image in folder vb.net
Programming
Software Development
15 Years Ago
by shihan
save
image into statup path folder using vb.net
Re: Save Target As...., question
Hardware and Software
Microsoft Windows
16 Years Ago
by hughv
"
Save
as" allows you to change the name of a … download. Try this one, which works in FF for me(
Save
link as): [url]http://www.airmp3.net/download/akon/mp3…
Re: Save notepad as CSS file
Digital Media
UI / UX Design
16 Years Ago
by thumbslinger
save
the document and then just change the extension name in … it resides instead of trying to force Note Pad to
save
it with the .css extension. Alternatively, you can download TextWragler…
Re: Save notepad as CSS file
Digital Media
UI / UX Design
16 Years Ago
by sreein1986
save
your file with the ext. of .css if you give the css file name style.css when you call the css style sheet in you html page give the code [code] <link rel="stylesheet" href="style.css" /> [/code]
save as
Programming
Software Development
12 Years Ago
by jigglymig
… been looking on the internet for how to do a
save
as on my form, but can't seem to figure… my form, and each one will
save
a different text. for example the user clicks
Save
Blah then a SaveAs dialog box… opens up to
save
the text to the computer and once they
save
it into a spot they can…
Save ME
Programming
Software Development
19 Years Ago
by anthony05
…’t know about shell scripting Please some one help &
save
me.
Save ME
Programming
Software Development
19 Years Ago
by anthony05
… to begin writing this script. Please some one help &
save
me.
save
Programming
Software Development
14 Years Ago
by raghebm
Please help, I want to write a macro to use the content of a cell in worksheet as file name and
save
the file at the desktop
save
Programming
Software Development
10 Years Ago
by tirumalai
With reference to the databases I want to know the source code how to add, delete, update,
save
a ms access database in vb.net.
Save Problem
Programming
Software Development
14 Years Ago
by coolblazer
….close(); } else if(input==3) { fstream FILE("
Save
.txt", ios::ate | ios::in |ios::out | … Input"; } void Login::getAccess() { fstream LogIn("
Save
.txt" ,ios::in | ios::out); string user_input, … login6; int main() { admin6.CreateFile(); fstream FILE("
Save
.txt",ios::app | ios::ate | ios::in |…
save dialog
Programming
Software Development
16 Years Ago
by lahom
… his info and press the
save
button again ...i dont want the
save
dialog appears for the second …time (it is the job for
save
as)...how can i do that ?? i mean…..how can i make the
save
dialog appears just if its the first time to…
save
... and if there is more ...just
save
without any dialogs appearing. i…
save multiple values in a while loop
Programming
Web Development
14 Years Ago
by aneeka
…tr>"; $timeout = $_POST['timeout']; $
save
= $_POST['
save
']; $cancel = $_POST['cancel']; if ($
save
== '
Save
') { $result = mysql_query("SELECT * FROM tbl_shuttledestination…gt;"; echo "<input name='
save
' type='submit' id='
save
' value='
Save
' />"; echo "<…
Re: Save all classes information to a file
Programming
Software Development
13 Years Ago
by mike_2000_17
…; using std::ifstream; class A { // blabla public: void
save
(ofstream& outfile) const { outfile.write(&data_member1,sizeof(data_member1…} else { // Rest of output commands go here. a.
save
(file_ptr); b.
save
(file_ptr); c.
save
(file_ptr); } } [/CODE] In the above implementation, if …
Re: Save all classes information to a file
Programming
Software Development
13 Years Ago
by mbouster
… using std::ifstream; class A { // blabla public: void
save
(ofstream& outfile) const { outfile.write(&data_member1,sizeof(…else { // Rest of output commands go here. a.
save
(file_ptr); b.
save
(file_ptr); c.
save
(file_ptr); } } [/CODE] In the above implementation, if…
1
2
3
17
Next
Last
Search
Search
Forum Categories
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
Forums
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
© 2024 DaniWeb® LLC