Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to deal with problem of converting string to int
Post: how to deal with problem of converting string to i...

I am using the following function: def load_target_class(input_dir): """Loads target classes.""" with tf.gfile.Open(os.path.join(input_dir, 'target_class.csv')) as f: return {row[0]: int(row[...
usthbstar General Coding Help 1 1,976 Jan-05-2021, 12:56 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020