我正在研究BrainIAK中的搜索线分析。
from utils import fs_data_dir, results_path print('data dir = %s' % (fs_data_dir))
我在谷歌colab上运行了它,但它不工作。我已经在python中搜索了utils包,但是我没有找到任何关于fs_data_dir的东西!我有一个项目,依赖于运行这段代码。所以我感谢你的帮助。
n3ipq98p1#
utils.py是从https://github.com/brainiak/brainiak-tutorials/blob/master/tutorials/utils.py所以,你可以用!wget https://github.com/brainiak/brainiak-tutorials/blob/master/tutorials/utils.py中的值然后可以使用from utils import fs_data_dir, results_path
utils.py
from utils import fs_data_dir, results_path
1条答案
按热度按时间n3ipq98p1#
utils.py
是从https://github.com/brainiak/brainiak-tutorials/blob/master/tutorials/utils.py
所以,你可以用
!wget https://github.com/brainiak/brainiak-tutorials/blob/master/tutorials/utils.py中的值
然后可以使用
from utils import fs_data_dir, results_path