Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Issues #19

Open
Zaibali9999 opened this issue Nov 11, 2021 · 23 comments
Open

Installation Issues #19

Zaibali9999 opened this issue Nov 11, 2021 · 23 comments

Comments

@Zaibali9999
Copy link

if we install updated version then this error comes

import tensorflow.compat.v1 as tf
ModuleNotFoundError: No module named 'tensorflow.compat'

if we install tf 1.8 then this error comes
ModuleNotFoundError: No module named 'tensorflow.contrib.rnn.python.ops.core_rnn'

@Zaibali9999
Copy link
Author

ModuleNotFoundError: No module named 'tensorflow.contrib'

@Zaibali9999
Copy link
Author

I have tensorflow with 1.13.1 and tflearn with 0.3.2,this problem has been sloved, you guys
can try it.

@yguezpa
Copy link

yguezpa commented Nov 15, 2021

Screen Shot 2021-11-15 at 18 20 04

Hi, I still have an issue with the version you mentioned above. @Zaibali9999

@MaggieNiu
Copy link

Do you know how to get datasets for training or testing?

@Zaibali9999
Copy link
Author

I will mention here in short time please wait

@Zaibali9999
Copy link
Author

I have dataset

@MaggieNiu
Copy link

I have dataset

Can you share your dataset with me?My emali is [email protected], THX!

@Zaibali9999
Copy link
Author

@Zaibali9999
Copy link
Author

conda create -n name python=3.6
tensorflow==1.13.1
tflearn==0.3.2
numpy==1.14

@Zaibali9999
Copy link
Author

I have dataset

Can you share your dataset with me?My emali is [email protected], THX!
I just email you please check

@MaggieNiu
Copy link

I have dataset

Can you share your dataset with me?My emali is [email protected], THX!
I just email you please check

I have received it. THX!

@Jonaslneri
Copy link

Hello, there!

Could I also have the dataset? My e-mail is: [email protected]
Thanks a lot in advance!

@polaris-973
Copy link

polaris-973 commented Mar 11, 2022

I have dataset

Hi!
Can you share the dataset with me? mail: [email protected]

@Chenguang-Wang
Copy link

Hello,
Can someone share the dataset? My e-mail is: [email protected]

@Zaibali9999
Copy link
Author

Please check your email if you received dataset file or not?

@Zaibali9999
Copy link
Author

https://pastebin.com/tMXgC3TW

@LeaLiLu
Copy link

LeaLiLu commented Jun 20, 2022

I have dataset

Hi!

Looks like your link has expired.

Can you share the dataset with me? Thanks! mail: [email protected]

@azkiflay
Copy link

Hi,
Great work, and excellently written paper.
Where can I find the dataset, please?
Thanks.

@lab-pc
Copy link

lab-pc commented Jul 9, 2022

@lab-pc
Copy link

lab-pc commented Jul 9, 2022

import pandas as pd 


def write_in_txt_file(file_name,dataset):
    file1=open(file_name,'a')
    file1.write(dataset)
    file1.close()



data=pd.read_csv('urldata.csv',sep=',')
# print(data)
all_row=data.values
i=0
for row in all_row:
    i+=1
    a=""
    if row[3]==0:
        a="+1\t"+row[1]+"\n"
        print("+1\t"+row[1])
    else:
        a="-1\t"+row[1]+"\n"
        print("-1\t"+row[1])
    
    if i % 2 ==1:
        write_in_txt_file("train_225088.txt",a)
    else:
        write_in_txt_file("test_225088.txt",a)
    print(i/2)

@Zaibali9999
Copy link
Author

Zaibali9999 commented Oct 11, 2022 via email

@Kris-CN
Copy link

Kris-CN commented Oct 20, 2022

I have dataset

Hello, there!

Could I also have the dataset? My e-mail is: [email protected]
Thanks a lot in advance!

@Zaibali9999
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants