pliang279 / MFN

[AAAI 2018] Memory Fusion Network for Multi-view Sequential Learning
MIT License
107 stars 29 forks source link

Request for code of Graph-MFN #8

Open nikunj95 opened 3 years ago

nikunj95 commented 3 years ago

Hi, I was just wondering if you have released the code for Graph-MFN which has the implementation of DFG with MFN network. If you have, please point me to it as I was unable to find it.

Thanks Nikunj Kotecha

ghost commented 3 years ago

Hi @nikunj95,

Yes the original code (in theano) is released here: https://drive.google.com/drive/u/2/folders/1NxyFuogyzNFoCH0Zi5aIXUGYKGuSY9TY

Good luck!

nikunj95 commented 3 years ago

Hi @A2Zadeh,

Thank you for responding to my issue here. I checked out the link that you shared and I find that Graph-MFN ( the code that I am looking for ) is about 150gb in size. I am wondering if that zip file also has the dataset in it? Is there a description of the contents of the file?

I was hoping to find just the code and the dataset separately due to space constraints on my pc. Thank you!

nikunj95 commented 3 years ago

Hi @A2Zadeh,

I have an update for you and I was wondering if you could help me out with it.

I have tried using Google Colab in order to extract the Graph_MFN.zip file which is about 143gb and save it on my drive. However, it does not extract the contents of the file and shows me an error. I have tried extracting it through Python script as well, but that too gave me an error.

Can you please help me out with this

Thank you for all the support and I really look forward to hearing from you soon.

Cheers!

ghost commented 3 years ago

@nikunj95 Let me check this issue and get back to you. It is odd that this has happened. In the meantime, you could implement the code based on the MFN code here. It should be relatively easy to add the DFG modules here.

nikunj95 commented 3 years ago

Hi @A2Zadeh,

I wanted to just follow up with you if you have looked into the issue and were able to find a fix for it?

Please let me know if there is an update. In the meantime, I have started with the MFN code and trying to write the DFG module myself.

Thank you.