bd0ed1ab82b3fe29cbf9c9605ff1beadd9442ee0,mmdata/dataloader.py,MOSI,__init__,#MOSI#,185
Before Change
Dataloader for CMU-MOSI dataset
def __init__(self):
super(MOSI, self).__init__("http://sorena.multicomp.cs.cmu.edu/downloads/MOSI")
print("This API will be deprecated in the future versions. Please check the Github page for the current API")
class MOSEI(Dataloader):
Dataloader for CMU-MOSEI dataset
After Change
Dataloader for CMU-MOSI dataset
def __init__(self):
super(MOSI, self).__init__("http://sorena.multicomp.cs.cmu.edu/downloads/MOSI")
sys.stderr.write("This API will be deprecated in the future versions. Please check the Github page for the current API\n")
sys.stderr.flush()
class MOSEI(Dataloader):
Dataloader for CMU-MOSEI dataset
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: A2Zadeh/CMU-MultimodalSDK
Commit Name: bd0ed1ab82b3fe29cbf9c9605ff1beadd9442ee0
Time: 2018-04-23
Author: justin1904@live.com
File Name: mmdata/dataloader.py
Class Name: MOSI
Method Name: __init__
Project Name: A2Zadeh/CMU-MultimodalSDK
Commit Name: bd0ed1ab82b3fe29cbf9c9605ff1beadd9442ee0
Time: 2018-04-23
Author: justin1904@live.com
File Name: mmdata/dataloader.py
Class Name: MOSEI
Method Name: __init__
Project Name: reinforceio/tensorforce
Commit Name: abfa09b08f3f49d81b081d84fa422190c3147b8b
Time: 2017-10-16
Author: aok25@cl.cam.ac.uk
File Name: tensorforce/tests/test_quickstart_example.py
Class Name: TestQuickstartExample
Method Name: test_example